summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-leakfix'Junio C Hamano2018-10-191-6/+10
|\
| * commit-graph: reduce initial oid allocationDerrick Stolee2018-10-071-1/+1
| * commit-graph: clean up leaked memory during writeDerrick Stolee2018-10-071-5/+9
* | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-4/+34
|\ \
| * | commit-graph: close_commit_graph before shallow walkDerrick Stolee2018-08-211-4/+4
| * | commit-graph: not compatible with uninitialized repoDerrick Stolee2018-08-211-0/+3
| * | commit-graph: not compatible with graftsDerrick Stolee2018-08-211-0/+6
| * | commit-graph: not compatible with replace objectsDerrick Stolee2018-08-211-0/+21
* | | Merge branch 'ab/commit-graph-progress'Junio C Hamano2018-10-161-8/+57
|\ \ \ | | |/ | |/|
| * | commit-graph verify: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-0/+5
| * | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-8/+52
* | | Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-2/+3
|\ \ \
| * | | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-2/+3
| |/ /
* | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-5/+5
|\ \ \
| * | | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
| * | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-3/+3
| * | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
| |/ /
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+18
|\ \ \ | |/ / |/| |
| * | commit-reach: use can_all_from_reachDerrick Stolee2018-07-201-0/+18
| |/
* | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-1/+1
|\ \
| * | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-1/+1
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-10/+10
|\ \ | |/ |/|
| * commit-graph.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-10/+10
* | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-27/+33
* | commit-graph: store graph in struct object_storeJonathan Tan2018-07-171-21/+19
* | commit-graph: add free_commit_graphJonathan Tan2018-07-171-10/+14
* | commit-graph: refactor preparing commit graphJonathan Tan2018-07-171-11/+17
* | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano2018-07-171-16/+235
|\ \
| * | commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-0/+20
| * | commit-graph: use string-list API for inputDerrick Stolee2018-06-271-8/+7
| * | commit-graph: verify contents match checksumDerrick Stolee2018-06-271-2/+14
| * | commit-graph: verify commit dateDerrick Stolee2018-06-271-0/+6
| * | commit-graph: verify generation numberDerrick Stolee2018-06-271-0/+34
| * | commit-graph: verify parent listDerrick Stolee2018-06-271-0/+28
| * | commit-graph: verify root tree OIDsDerrick Stolee2018-06-271-1/+16
| * | commit-graph: verify objects existDerrick Stolee2018-06-271-0/+18
| * | commit-graph: verify corrupt OID fanout and lookupDerrick Stolee2018-06-271-0/+36
| * | commit-graph: verify required chunks are presentDerrick Stolee2018-06-271-0/+9
| * | commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+23
| * | commit-graph: load a root tree from specific graphDerrick Stolee2018-06-271-3/+9
| * | commit-graph: parse commit from chosen graphDerrick Stolee2018-06-271-3/+15
| * | commit-graph: fix GRAPH_MIN_SIZEDerrick Stolee2018-06-271-2/+3
| |/
* | commit: add repository argument to lookup_commitStefan Beller2018-06-291-5/+5
* | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+1
* | tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
|/
* Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-32/+81
|\
| * commit-graph: fix UX issue when .lock file existsDerrick Stolee2018-05-221-17/+5
| * commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-15/+31
| * commit-graph: compute generation numbersDerrick Stolee2018-05-221-0/+43
| * commit: add generation number to struct commitDerrick Stolee2018-05-221-0/+2