aboutsummaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAge
* Merge branch 'sb/describe-blob'Junio C Hamano2017-12-28
|\
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-16
* | format: create pretty.h fileOlga Telezhnaya2017-12-12
|/
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\
| * leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
* | revision.h: new flag in struct rev_info wrt. worktree-related refsNguyễn Thái Ngọc Duy2017-08-24
|/
* revision: add rev_input_given flagJeff King2017-08-02
* Merge branch 'sg/revision-parser-skip-prefix'Junio C Hamano2017-06-22
|\
| * revision.h: turn rev_info.early_output back into an unsigned intSZEDER Gábor2017-06-12
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson2017-05-08
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/ /
* | Merge branch 'rs/path-name-safety-cleanup'Junio C Hamano2017-03-24
|\ \ | |/ |/|
| * revision: remove declaration of path_name()René Scharfe2017-03-18
| * list-objects: pass full pathname to callbacksJeff King2016-03-16
| * list-objects: drop name_path entirelyJeff King2016-03-16
| * list-objects: convert name_path to a strbufJeff King2016-03-16
* | Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-13
|\ \
| * | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-30
| * | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-30
* | | list-objects: pass full pathname to callbacksJeff King2016-02-12
* | | list-objects: drop name_path entirelyJeff King2016-02-12
* | | list-objects: convert name_path to a strbufJeff King2016-02-12
|/ /
* | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-15
* | convert "enum date_mode" into a structJeff King2015-06-29
|/
* Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-11
|\
| * revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-15
* | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-11
|\ \ | |/ |/|
| * log: teach --invert-grep optionChristoph Junghans2015-01-13
* | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-29
* | revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-19
* | rev-list: add --indexed-objects optionJeff King2014-10-19
* | reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-16
|/
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-08
|\
| * add `ignore_missing_links` mode to revwalkVicent Marti2014-04-04
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \
| * | log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy2014-03-25
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ | |/ / |/| / | |/
| * revision: allow setting custom limiter functionVicent Marti2013-10-24
* | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-05
|\ \
| * | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded APIJunio C Hamano2013-11-01
| * | revision: introduce --exclude=<glob> to tame wildcardsJunio C Hamano2013-08-30
* | | revision: add missing includeFelipe Contreras2013-10-31
| |/ |/|
* | log: use true parents for diff even when rewritingThomas Rast2013-08-01
|/
* teach format-patch to place other authors into in-body "From"Jeff King2013-07-03
* Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-01
|\
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-11
* | Merge branch 'mh/reflife'Junio C Hamano2013-06-14
|\ \
| * | revision: split some overly-long linesMichael Haggerty2013-05-28