summaryrefslogtreecommitdiffstats
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-1/+0
|\
| * revision: drop --show-all optionJeff King2018-02-221-1/+0
| * Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano2018-02-151-12/+0
| |\
* | \ Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-1/+4
|\ \ \
| * | | rev-list: support termination at promisor objectsJonathan Tan2017-12-081-1/+4
* | | | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-12/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | revision: remove the unused flag leak_pendingRené Scharfe2017-12-281-12/+0
| |/
* | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-1/+2
|\ \
| * | revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-161-1/+2
| |/
* / format: create pretty.h fileOlga Telezhnaya2017-12-121-1/+1
|/
* 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