Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | Merge branch 'jt/tags-to-promised-blobs-fix' | Junio C Hamano | 1 | -0/+3 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -13/+13 |
2018-07-24 | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 1 | -0/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-07-16 | revision: tolerate promised targets of tags | Jonathan Tan | 1 | -0/+3 |
2018-07-09 | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 1 | -0/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -2/+2 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -2/+2 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -2/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -7/+7 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -4/+15 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+4 |
2018-05-30 | Merge branch 'jk/unavailable-can-be-missing' | Junio C Hamano | 1 | -40/+50 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -4/+4 |
2018-05-21 | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 1 | -4/+15 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-13 | mark_parents_uninteresting(): avoid most allocation | Jeff King | 1 | -19/+25 |
2018-05-13 | mark_parents_uninteresting(): replace list with stack | Jeff King | 1 | -24/+43 |
2018-05-13 | mark_parents_uninteresting(): drop missing object check | Jeff King | 1 | -12/+0 |
2018-05-13 | mark_tree_contents_uninteresting(): drop missing object check | Jeff King | 1 | -4/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
2018-05-02 | revision: replace use of hard-coded constants | brian m. carlson | 1 | -2/+3 |
2018-05-02 | packfile: convert has_sha1_pack to object_id | brian m. carlson | 1 | -1/+1 |
2018-04-12 | refs: add repository argument to get_main_ref_store | Stefan Beller | 1 | -2/+3 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -4/+4 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -4/+4 |
2018-03-13 | Merge branch 'jk/cached-commit-buffer' into HEAD | Junio C Hamano | 1 | -10/+0 |
2018-03-08 | Merge branch 'ds/mark-parents-uninteresting-optim' | Junio C Hamano | 1 | -1/+2 |
2018-03-06 | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 1 | -10/+0 |
2018-02-27 | revision.c: reduce object database queries | Derrick Stolee | 1 | -1/+2 |
2018-02-22 | revision: drop --show-all option | Jeff King | 1 | -10/+0 |
2018-02-15 | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 1 | -2/+1 |
2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -1/+2 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -2/+31 |
2018-01-23 | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 1 | -2/+5 |
2018-01-23 | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 1 | -2/+1 |
2018-01-19 | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 1 | -1/+2 |
2018-01-04 | diffcore: add a pickaxe option to find a specific blob | Stefan Beller | 1 | -0/+3 |
2018-01-04 | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 1 | -1/+1 |
2018-01-04 | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit | Stefan Beller | 1 | -1/+1 |
2017-12-28 | Merge branch 'sb/describe-blob' | Junio C Hamano | 1 | -0/+2 |
2017-12-28 | revision: remove the unused flag leak_pending | René Scharfe | 1 | -2/+1 |
2017-12-08 | rev-list: support termination at promisor objects | Jonathan Tan | 1 | -2/+31 |
2017-11-22 | log: add option to choose which refs to decorate | Rafael Ascensão | 1 | -1/+1 |
2017-11-16 | revision.h: introduce blob/tree walking in order of the commits | Stefan Beller | 1 | -0/+2 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -12/+12 |
2017-11-06 | Merge branch 'jk/revision-pruning-optim' | Junio C Hamano | 1 | -3/+13 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -12/+12 |