summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano2019-12-251-1/+1
|\
| * notes: break set_display_notes() into smaller functionsDenton Liu2019-12-131-1/+1
* | Merge branch 'hw/doc-in-header'Junio C Hamano2019-12-161-0/+59
|\ \
| * | revision: move doc to revision.hHeba Waly2019-11-181-0/+59
| |/
* | revision: make get_revision_mark() return const pointerDenton Liu2019-11-201-2/+2
|/
* Merge branch 'en/combined-all-paths'Junio C Hamano2019-03-071-0/+1
|\
| * log,diff-tree: add --combined-all-paths optionElijah Newren2019-02-071-0/+1
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-0/+2
|\ \ | |/ |/|
| * revision: add mark_tree_uninteresting_sparseDerrick Stolee2019-01-171-0/+2
* | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-141-2/+2
|\ \ | |/ |/|
| * revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-2/+2
* | Merge branch 'ds/reachable-topo-order'Junio C Hamano2018-11-181-0/+7
|\ \
| * | revision.c: generation-based topo-order algorithmDerrick Stolee2018-11-021-0/+2
| * | revision.c: begin refactoring --topo-order logicDerrick Stolee2018-11-021-0/+4
* | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ \ | | |/ | |/|
| * | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | | Merge branch 'md/filter-trees'Junio C Hamano2018-10-301-2/+24
|\ \ \
| * | | revision: mark non-user-given objects insteadMatthew DeVore2018-10-071-2/+9
| * | | rev-list: handle missing tree objects properlyMatthew DeVore2018-10-071-0/+15
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-4/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | revision.c: reduce implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+10
* | | | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-0/+6
|\ \ \ \
| * | | | format-patch: teach --range-diff to respect -v/--reroll-countEric Sunshine2018-08-141-0/+1
| * | | | format-patch: add --range-diff option to embed diff in cover letterEric Sunshine2018-08-141-0/+5
| * | | | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffJunio C Hamano2018-08-141-0/+5
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'es/format-patch-interdiff'Junio C Hamano2018-09-171-0/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | format-patch: teach --interdiff to respect -v/--reroll-countEric Sunshine2018-07-231-0/+1
| * | | | format-patch: add --interdiff option to embed diff in cover letterEric Sunshine2018-07-231-0/+4
* | | | | Merge branch 'jk/rev-list-stdin-noop-is-ok'Junio C Hamano2018-09-171-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rev-list: make empty --stdin not an errorJeff King2018-08-221-0/+5
| | |/ / | |/| |
* | | | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\ \ \ \
| * | | | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
| |/ / /
* | | | revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-34/+35
|/ / /
* | | Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-1/+2
|\ \ \ | |/ / |/| |
| * | upload-pack: send refs' objects despite "filter"Jonathan Tan2018-07-091-1/+2
| |/
* | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-1/+4
|/
* Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-1/+0
|\
| * revision: drop --show-all optionjk/cached-commit-bufferJeff 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
|/