summaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorLines
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King-4/+4
2021-01-18commit: ignore additional signatures when parsing signed commitsbrian m. carlson-20/+34
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar-2/+2
2021-01-15Merge branch 'ma/sha1-is-a-hash'Junio C Hamano-2/+2
2021-01-06Merge branch 'en/merge-ort-recursive'Junio C Hamano-0/+11
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren-1/+1
2020-12-16commit: move reverse_commit_list() from merge-recursiveElijah Newren-0/+11
2020-12-08commit: implement commit_list_contains()Derrick Stolee-0/+11
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn-1/+1
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano-1/+1
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano-4/+7
2020-09-02wt-status: tolerate dangling marksJonathan Tan-1/+1
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood-4/+7
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King-4/+4
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano-0/+2
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau-0/+2
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar-2/+4
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar-3/+3
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar-2/+2
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano-14/+2
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau-13/+1
2020-04-30commit: make 'commit_graft_pos' non-staticTaylor Blau-1/+1
2020-03-26Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano-2/+13
2020-02-24commit: use expected signature header for SHA-256brian m. carlson-7/+23
2020-02-17Merge branch 'rs/strbuf-insertstr'Junio C Hamano-1/+1
2020-02-11rebase: --fork-point regression fixJunio C Hamano-2/+13
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe-1/+1
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen-5/+7
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano-5/+28
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano-0/+24
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King-1/+13
2019-10-21parse_commit_buffer(): treat lookup_tree() failure as parse errorJeff King-1/+7
2019-10-21parse_commit_buffer(): treat lookup_commit() failure as parse errorJeff King-3/+8
2019-10-16move run_commit_hook() to libgit and use it therePhillip Wood-0/+24
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano-1/+2
2019-09-30Merge branch 'mh/release-commit-memory-fix'Junio C Hamano-1/+1
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau-1/+2
2019-08-26commit: free the right buffer in release_commit_memoryMike Hommey-1/+1
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano-1/+1
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano-3/+2
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano-1/+1
2019-06-20object: convert create_object() to use object_idJeff King-2/+1
2019-06-20object: convert lookup_object() to use object_idJeff King-1/+1
2019-05-13commit-graph: fix the_repository referenceDerrick Stolee-1/+1
2019-05-09Merge branch 'tb/unexpected'Junio C Hamano-3/+3
2019-04-16commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy-2/+3
2019-04-16commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy-2/+7
2019-04-10get_commit_tree(): return NULL for broken treeJeff King-3/+3