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