summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/commit-graph-parse-leakfix'Junio C Hamano2019-05-191-1/+3
|\
| * commit-graph: fix memory leakJosh Steadmon2019-05-071-1/+3
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-2/+7
|\ \ | |/ |/|
| * commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy2019-04-161-2/+7
* | commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason2019-04-011-19/+19
* | commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-011-3/+7
* | commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason2019-04-011-4/+3
* | commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-12/+30
* | commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-9/+34
|/
* Merge branch 'ab/commit-graph-write-progress'Junio C Hamano2019-02-051-36/+94
|\
| * commit-graph write: emit a percentage for all progressÆvar Arnfjörð Bjarmason2019-01-231-7/+7
| * commit-graph write: add itermediate progressÆvar Arnfjörð Bjarmason2019-01-231-0/+13
| * commit-graph write: remove empty line for readabilityÆvar Arnfjörð Bjarmason2019-01-231-1/+0
| * commit-graph write: add more descriptive progress outputÆvar Arnfjörð Bjarmason2019-01-231-7/+18
| * commit-graph write: show progress for object searchÆvar Arnfjörð Bjarmason2019-01-231-2/+7
| * commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason2019-01-231-2/+10
| * commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason2019-01-231-9/+30
| * commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor2019-01-231-1/+2
| * commit-graph: rename "large edges" to "extra edges"SZEDER Gábor2019-01-221-12/+12
* | Merge branch 'ab/commit-graph-write-optim'Junio C Hamano2019-02-051-2/+4
|\ \ | |/
| * commit-graph write: use pack order when finding commitsÆvar Arnfjörð Bjarmason2019-01-221-2/+4
* | Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano2019-02-051-19/+48
|\ \
| * | commit-graph: fix buffer read-overflowJosh Steadmon2019-01-151-2/+12
| * | commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon2019-01-151-17/+36
| |/
* | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-16/+24
|\ \
| * | commit-graph: convert remaining functions to handle any repoStefan Beller2018-12-281-16/+24
* | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-16/+17
|\ \ \
| * | | commit-graph: convert to using the_hash_algobrian m. carlson2018-11-141-16/+17
* | | | Merge branch 'ds/commit-graph-assert-missing-parents'Junio C Hamano2019-01-181-6/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit-graph: writing missing parents is a BUGDerrick Stolee2019-01-021-6/+11
| | |/ | |/|
* | | Merge branch 'ab/commit-graph-progress-fix'Junio C Hamano2019-01-141-3/+10
|\ \ \
| * | | commit-graph: split up close_reachable() progress outputÆvar Arnfjörð Bjarmason2018-11-201-3/+10
* | | | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-4/+1
* | | | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-5/+5
| |/ / |/| |
* | | 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