summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
...
| * revision: provide implementation for diff merges tweaksSergey Organov2020-12-211-0/+3
* | format-patch: make output filename configurableJunio C Hamano2020-11-091-0/+1
|/
* revision: add separate field for "-m" of "diff-index -m"Sergey Organov2020-08-311-0/+1
* Merge branch 'jk/log-fp-implies-m'Junio C Hamano2020-08-171-1/+1
|\
| * revision: add "--no-diff-merges" option to counteract "-m"Jeff King2020-07-291-1/+1
* | Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-2/+4
|\ \ | |/ |/|
| * commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor2020-07-011-2/+4
* | revision: reallocate TOPO_WALK object flagsRené Scharfe2020-06-241-3/+4
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+11
|\ \ | |/
| * revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-061-0/+11
* | Merge branch 'ds/revision-show-pulls'Junio C Hamano2020-04-221-1/+5
|\ \
| * | revision: --show-pulls adds helpful mergesDerrick Stolee2020-04-101-1/+5
| |/
* | format-patch: teach --no-encode-email-headersEmma Brooks2020-04-071-1/+2
|/
* 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
|/