Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 1 | -0/+29 |
2019-07-01 | check_everything_connected: assume alternate ref tips are valid | Jeff King | 1 | -0/+29 |
2019-05-28 | revision: keep topo-walk free of unintersting commits | Derrick Stolee | 1 | -0/+3 |
2019-05-28 | revision: use generation for A..B --topo-order queries | Derrick Stolee | 1 | -1/+3 |
2019-04-25 | Merge branch 'jk/revision-rewritten-parents-in-prio-queue' | Junio C Hamano | 1 | -22/+36 |
2019-04-25 | Merge branch 'jk/unused-params-even-more' | Junio C Hamano | 1 | -6/+6 |
2019-04-10 | Merge branch 'jk/line-log-with-patch' | Junio C Hamano | 1 | -0/+4 |
2019-04-04 | revision: use a prio_queue to hold rewritten parents | Jeff King | 1 | -22/+36 |
2019-03-20 | revision: drop some unused "revs" parameters | Jeff King | 1 | -6/+6 |
2019-03-11 | line-log: detect unsupported formats | Jeff King | 1 | -0/+4 |
2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -0/+6 |
2019-02-07 | log,diff-tree: add --combined-all-paths option | Elijah Newren | 1 | -0/+6 |
2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -0/+143 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -6/+6 |
2019-02-05 | Merge branch 'jt/get-reference-with-commit-graph' | Junio C Hamano | 1 | -1/+14 |
2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -2/+2 |
2019-01-17 | revision: implement sparse algorithm | Derrick Stolee | 1 | -10/+128 |
2019-01-17 | revision: add mark_tree_uninteresting_sparse | Derrick Stolee | 1 | -0/+25 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
2019-01-14 | Merge branch 'nd/indentation-fix' | Junio C Hamano | 1 | -2/+2 |
2019-01-14 | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 1 | -4/+6 |
2019-01-14 | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 1 | -0/+1 |
2019-01-14 | Merge branch 'md/list-lazy-objects-fix' | Junio C Hamano | 1 | -0/+2 |
2019-01-14 | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-12-28 | revision: use commit graph in get_reference() | Jonathan Tan | 1 | -1/+14 |
2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-12-06 | revision.c: put promisor option in specialized struct | Matthew DeVore | 1 | -4/+6 |
2018-12-06 | list-objects.c: don't segfault for missing cmdline objects | Matthew DeVore | 1 | -0/+2 |
2018-11-19 | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-11-18 | Merge branch 'ds/reachable-topo-order' | Junio C Hamano | 1 | -11/+232 |
2018-11-13 | Merge branch 'jk/misc-unused-fixes' | Junio C Hamano | 1 | -6/+9 |
2018-11-13 | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 1 | -8/+14 |
2018-11-06 | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 1 | -1/+2 |
2018-11-02 | rev-list: handle flags for --indexed-objects | Jeff King | 1 | -6/+9 |
2018-11-02 | revision.c: generation-based topo-order algorithm | Derrick Stolee | 1 | -5/+190 |
2018-11-02 | commit/revisions: bookkeeping before refactoring | Derrick Stolee | 1 | -8/+10 |
2018-11-02 | revision.c: begin refactoring --topo-order logic | Derrick Stolee | 1 | -4/+38 |
2018-10-30 | Merge branch 'md/filter-trees' | Junio C Hamano | 1 | -1/+0 |
2018-10-23 | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 1 | -1/+2 |
2018-10-22 | revision.c: better error reporting on ref from different worktrees | Nguyễn Thái Ngọc Duy | 1 | -8/+13 |
2018-10-22 | revision.c: correct a parameter name | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -35/+41 |
2018-10-07 | revision: mark non-user-given objects instead | Matthew DeVore | 1 | -1/+0 |
2018-09-21 | revision.c: reduce implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 1 | -21/+23 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -14/+18 |
2018-09-21 | patch-ids.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | grep.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |