Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/cocci' | Junio C Hamano | 2018-09-17 | 1 | -1/+1 |
|\ | |||||
| * | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -1/+1 |
* | | Merge branch 'ds/reachable' | Junio C Hamano | 2018-09-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | commit.h: remove method declarations | Derrick Stolee | 2018-07-20 | 1 | -0/+1 |
* | | | Merge branch 'jk/rev-list-stdin-noop-is-ok' | Junio C Hamano | 2018-09-17 | 1 | -3/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | rev-list: make empty --stdin not an error | Jeff King | 2018-08-22 | 1 | -3/+2 |
* | | | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -1/+1 |
* | | | Merge branch 'jt/tags-to-promised-blobs-fix' | Junio C Hamano | 2018-08-02 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | revision: tolerate promised targets of tags | Jonathan Tan | 2018-07-16 | 1 | -0/+3 |
* | | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -13/+13 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | commit: add repository argument to lookup_commit_reference | Stefan Beller | 2018-06-29 | 1 | -2/+2 |
| * | | tree: add repository argument to lookup_tree | Stefan Beller | 2018-06-29 | 1 | -2/+2 |
| * | | blob: add repository argument to lookup_blob | Stefan Beller | 2018-06-29 | 1 | -2/+2 |
| * | | object: add repository argument to parse_object | Stefan Beller | 2018-06-29 | 1 | -7/+7 |
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -0/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 2018-07-24 | 1 | -0/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 2018-07-09 | 1 | -0/+1 |
* | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 2018-06-25 | 1 | -4/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -4/+15 |
| |/ | |||||
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -3/+4 |
|\ \ | |||||
| * | | revision: replace use of hard-coded constants | brian m. carlson | 2018-05-02 | 1 | -2/+3 |
| * | | packfile: convert has_sha1_pack to object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
* | | | Merge branch 'jk/unavailable-can-be-missing' | Junio C Hamano | 2018-05-30 | 1 | -40/+50 |
|\ \ \ | |||||
| * | | | mark_parents_uninteresting(): avoid most allocation | Jeff King | 2018-05-13 | 1 | -19/+25 |
| * | | | mark_parents_uninteresting(): replace list with stack | Jeff King | 2018-05-13 | 1 | -24/+43 |
| * | | | mark_parents_uninteresting(): drop missing object check | Jeff King | 2018-05-13 | 1 | -12/+0 |
| * | | | mark_tree_contents_uninteresting(): drop missing object check | Jeff King | 2018-05-13 | 1 | -4/+1 |
| |/ / | |||||
* | | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -4/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -4/+4 |
| * | | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -4/+4 |
| * | | Merge branch 'jk/cached-commit-buffer' into HEAD | Junio C Hamano | 2018-03-13 | 1 | -10/+0 |
| |\ \ | |||||
* | | | | refs: add repository argument to get_main_ref_store | Stefan Beller | 2018-04-12 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | Merge branch 'ds/mark-parents-uninteresting-optim' | Junio C Hamano | 2018-03-08 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | revision.c: reduce object database queriesds/mark-parents-uninteresting-optim | Derrick Stolee | 2018-02-27 | 1 | -1/+2 |
* | | | | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 2018-03-06 | 1 | -10/+0 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | revision: drop --show-all optionjk/cached-commit-buffer | Jeff King | 2018-02-22 | 1 | -10/+0 |
| * | | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 2018-02-15 | 1 | -2/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 2018-02-13 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 2018-01-19 | 1 | -1/+2 |
* | | | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -2/+31 |
|\ \ \ \ \ | |||||
| * | | | | | rev-list: support termination at promisor objects | Jonathan Tan | 2017-12-08 | 1 | -2/+31 |
| |/ / / / | |||||
* | | | | | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 2018-01-23 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | diffcore: add a pickaxe option to find a specific blob | Stefan Beller | 2018-01-04 | 1 | -0/+3 |
| * | | | | | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 2018-01-04 | 1 | -1/+1 |
| * | | | | | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit | Stefan Beller | 2018-01-04 | 1 | -1/+1 |
* | | | | | | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 2018-01-23 | 1 | -2/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | |