summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* Merge branch 'jt/tags-to-promised-blobs-fix'Junio C Hamano2018-08-021-0/+3
|\
| * revision: tolerate promised targets of tagsJonathan Tan2018-07-161-0/+3
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-13/+13
|\ \
| * | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2
| * | tree: add repository argument to lookup_treeStefan Beller2018-06-291-2/+2
| * | blob: add repository argument to lookup_blobStefan Beller2018-06-291-2/+2
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-7/+7
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \
* | \ \ Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | upload-pack: send refs' objects despite "filter"Jonathan Tan2018-07-091-0/+1
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-4/+15
|\ \ \ | |_|/ |/| |
| * | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-4/+15
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-3/+4
|\ \
| * | revision: replace use of hard-coded constantsbrian m. carlson2018-05-021-2/+3
| * | packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-1/+1
* | | Merge branch 'jk/unavailable-can-be-missing'Junio C Hamano2018-05-301-40/+50
|\ \ \
| * | | mark_parents_uninteresting(): avoid most allocationJeff King2018-05-131-19/+25
| * | | mark_parents_uninteresting(): replace list with stackJeff King2018-05-131-24/+43
| * | | mark_parents_uninteresting(): drop missing object checkJeff King2018-05-131-12/+0
| * | | mark_tree_contents_uninteresting(): drop missing object checkJeff King2018-05-131-4/+1
| |/ /
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
| |/ /
* | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-4/+4
|\ \ \ | |_|/ |/| |
| * | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-4/+4
| * | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-4/+4
| * | Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano2018-03-131-10/+0
| |\ \
* | | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-2/+3
| |_|/ |/| |
* | | Merge branch 'ds/mark-parents-uninteresting-optim'Junio C Hamano2018-03-081-1/+2
|\ \ \
| * | | revision.c: reduce object database queriesds/mark-parents-uninteresting-optimDerrick Stolee2018-02-271-1/+2
* | | | Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-10/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | revision: drop --show-all optionjk/cached-commit-bufferJeff King2018-02-221-10/+0
| * | Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano2018-02-151-2/+1
| |\ \
* | \ \ Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-1/+2
|\ \ \ \
| * | | | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-1/+2
* | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-2/+31
|\ \ \ \ \
| * | | | | rev-list: support termination at promisor objectsJonathan Tan2017-12-081-2/+31
| |/ / / /
* | | | | Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano2018-01-231-2/+5
|\ \ \ \ \
| * | | | | diffcore: add a pickaxe option to find a specific blobStefan Beller2018-01-041-0/+3
| * | | | | diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller2018-01-041-1/+1
| * | | | | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller2018-01-041-1/+1
* | | | | | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-2/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | revision: remove the unused flag leak_pendingRené Scharfe2017-12-281-2/+1
| | |/ / | |/| |
* | | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-0/+2
|\ \ \ \
| * | | | revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-161-0/+2
| |/ / /
* | | | log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-1/+1
| |/ / |/| |