Age | Commit message (Expand) | Author | Files | Lines |
2020-08-31 | revision: add separate field for "-m" of "diff-index -m" | Sergey Organov | 1 | -0/+1 |
2020-08-17 | Merge branch 'jk/log-fp-implies-m' | Junio C Hamano | 1 | -1/+1 |
2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -2/+4 |
2020-07-29 | revision: add "--no-diff-merges" option to counteract "-m" | Jeff King | 1 | -1/+1 |
2020-07-01 | commit-graph: check all leading directories in changed path Bloom filters | SZEDER Gábor | 1 | -2/+4 |
2020-06-24 | revision: reallocate TOPO_WALK object flags | René Scharfe | 1 | -3/+4 |
2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -0/+11 |
2020-04-22 | Merge branch 'ds/revision-show-pulls' | Junio C Hamano | 1 | -1/+5 |
2020-04-10 | revision: --show-pulls adds helpful merges | Derrick Stolee | 1 | -1/+5 |
2020-04-07 | format-patch: teach --no-encode-email-headers | Emma Brooks | 1 | -1/+2 |
2020-04-06 | revision.c: use Bloom filters to speed up path based revision walks | Garima Singh | 1 | -0/+11 |
2019-12-25 | Merge branch 'dl/format-patch-notes-config-fixup' | Junio C Hamano | 1 | -1/+1 |
2019-12-16 | Merge branch 'hw/doc-in-header' | Junio C Hamano | 1 | -0/+59 |
2019-12-13 | notes: break set_display_notes() into smaller functions | Denton Liu | 1 | -1/+1 |
2019-11-20 | revision: make get_revision_mark() return const pointer | Denton Liu | 1 | -2/+2 |
2019-11-18 | revision: move doc to revision.h | Heba Waly | 1 | -0/+59 |
2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -0/+1 |
2019-02-07 | log,diff-tree: add --combined-all-paths option | Elijah Newren | 1 | -0/+1 |
2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -0/+2 |
2019-01-17 | revision: add mark_tree_uninteresting_sparse | Derrick Stolee | 1 | -0/+2 |
2019-01-14 | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 1 | -2/+2 |
2018-12-06 | revision.c: put promisor option in specialized struct | Matthew DeVore | 1 | -2/+2 |
2018-11-18 | Merge branch 'ds/reachable-topo-order' | Junio C Hamano | 1 | -0/+7 |
2018-11-06 | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 1 | -0/+1 |
2018-11-02 | revision.c: generation-based topo-order algorithm | Derrick Stolee | 1 | -0/+2 |
2018-11-02 | revision.c: begin refactoring --topo-order logic | Derrick Stolee | 1 | -0/+4 |
2018-10-30 | Merge branch 'md/filter-trees' | Junio C Hamano | 1 | -2/+24 |
2018-10-23 | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 1 | -0/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -4/+11 |
2018-10-07 | revision: mark non-user-given objects instead | Matthew DeVore | 1 | -2/+9 |
2018-10-07 | rev-list: handle missing tree objects properly | Matthew DeVore | 1 | -0/+15 |
2018-09-21 | revision.c: reduce implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
2018-09-17 | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 1 | -0/+6 |
2018-09-17 | Merge branch 'es/format-patch-interdiff' | Junio C Hamano | 1 | -0/+5 |
2018-09-17 | Merge branch 'jk/rev-list-stdin-noop-is-ok' | Junio C Hamano | 1 | -0/+5 |
2018-08-22 | rev-list: make empty --stdin not an error | Jeff King | 1 | -0/+5 |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -0/+1 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-08-14 | format-patch: teach --range-diff to respect -v/--reroll-count | Eric Sunshine | 1 | -0/+1 |
2018-08-14 | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+5 |
2018-08-14 | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff | Junio C Hamano | 1 | -0/+5 |
2018-08-03 | revision.h: drop extern from function declaration | Nguyễn Thái Ngọc Duy | 1 | -34/+35 |
2018-07-24 | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 1 | -1/+2 |
2018-07-23 | format-patch: teach --interdiff to respect -v/--reroll-count | Eric Sunshine | 1 | -0/+1 |
2018-07-23 | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+4 |
2018-07-09 | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 1 | -1/+2 |
2018-05-21 | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2018-03-06 | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 1 | -1/+0 |
2018-02-22 | revision: drop --show-all option | Jeff King | 1 | -1/+0 |