summaryrefslogtreecommitdiffstats
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-0/+11
|\
| * leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-0/+11
* | revision.h: new flag in struct rev_info wrt. worktree-related refsNguyễn Thái Ngọc Duy2017-08-241-0/+1
|/
* revision: add rev_input_given flagJeff King2017-08-021-0/+7
* Merge branch 'sg/revision-parser-skip-prefix'Junio C Hamano2017-06-221-2/+3
|\
| * revision.h: turn rev_info.early_output back into an unsigned intSZEDER Gábor2017-06-121-2/+3
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\ \
| * | revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson2017-05-081-3/+3
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
|/ /
* | Merge branch 'rs/path-name-safety-cleanup'Junio C Hamano2017-03-241-2/+0
|\ \ | |/ |/|
| * revision: remove declaration of path_name()René Scharfe2017-03-181-2/+0
| * list-objects: pass full pathname to callbacksJeff King2016-03-161-2/+1
| * list-objects: drop name_path entirelyJeff King2016-03-161-6/+2
| * list-objects: convert name_path to a strbufJeff King2016-03-161-3/+1
* | Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-131-0/+2
|\ \
| * | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-301-1/+2
| * | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-301-0/+1
* | | list-objects: pass full pathname to callbacksJeff King2016-02-121-2/+1
* | | list-objects: drop name_path entirelyJeff King2016-02-121-6/+2
* | | list-objects: convert name_path to a strbufJeff King2016-02-121-3/+1
|/ /
* | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-0/+1
* | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
|/
* Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-8/+4
|\
| * revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-151-8/+4
* | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-111-0/+2
|\ \ | |/ |/|
| * log: teach --invert-grep optionChristoph Junghans2015-01-131-0/+2
* | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-0/+1
* | revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-191-5/+0
* | rev-list: add --indexed-objects optionJeff King2014-10-191-0/+1
* | reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-161-0/+1
|/
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-081-1/+2
|\
| * add `ignore_missing_links` mode to revwalkVicent Marti2014-04-041-1/+2
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-1/+10
|\ \
| * | log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy2014-03-251-1/+9
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+1
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+2
|\ \ \ | |/ / |/| / | |/
| * revision: allow setting custom limiter functionVicent Marti2013-10-241-0/+2
* | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-051-0/+8
|\ \
| * | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded APIJunio C Hamano2013-11-011-0/+5
| * | revision: introduce --exclude=<glob> to tame wildcardsJunio C Hamano2013-08-301-0/+3
* | | revision: add missing includeFelipe Contreras2013-10-311-0/+1
| |/ |/|
* | log: use true parents for diff even when rewritingThomas Rast2013-08-011-0/+20
|/
* teach format-patch to place other authors into in-body "From"Jeff King2013-07-031-0/+1
* Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-1/+5
|\
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-111-1/+5
* | Merge branch 'mh/reflife'Junio C Hamano2013-06-141-11/+21
|\ \
| * | revision: split some overly-long linesMichael Haggerty2013-05-281-11/+21
* | | Merge branch 'kb/full-history-compute-treesame-carefully-2'Junio C Hamano2013-06-141-1/+3
|\ \ \
| * | | revision.c: add BOTTOM flag for commitsKevin Bracey2013-05-161-1/+2
| * | | revision.c: Make --full-history consider more mergesKevin Bracey2013-05-161-0/+1