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