summaryrefslogtreecommitdiffstats
path: root/commit.h
AgeCommit message (Expand)AuthorLines
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar-2/+2
2021-01-06Merge branch 'en/merge-ort-recursive'Junio C Hamano-0/+3
2020-12-16commit: move reverse_commit_list() from merge-recursiveElijah Newren-0/+3
2020-12-08commit: implement commit_list_contains()Derrick Stolee-0/+2
2020-09-30drop unused argc parametersJeff King-1/+1
2020-09-18Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano-1/+0
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano-4/+3
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood-4/+3
2020-06-24revision: use repository from rev_info when parsing commitsMichael Forney-1/+0
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar-2/+0
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau-48/+0
2020-04-30commit: make 'commit_graft_pos' non-staticTaylor Blau-0/+2
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau-0/+2
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen-1/+11
2019-11-10Fix spelling errors in code commentsElijah Newren-1/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano-58/+58
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano-2/+3
2019-05-05*.[ch]: manually align parameter listsDenton Liu-22/+22
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-35/+35
2019-04-25Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'Junio C Hamano-0/+4
2019-04-16commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy-2/+3
2019-04-01fetch-pack: call prepare_shallow_info only if v0Jonathan Tan-0/+4
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason-0/+6
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-8/+35
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller-2/+2
2018-11-18Merge branch 'jk/verify-sig-merge-into-void'Junio C Hamano-0/+8
2018-11-18Merge branch 'ds/reachable-topo-order'Junio C Hamano-0/+7
2018-11-14commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller-0/+8
2018-11-14commit: prepare repo_unuse_commit_buffer to handle any repoStefan Beller-1/+6
2018-11-14commit: prepare get_commit_buffer to handle any repoStefan Beller-1/+6
2018-11-14commit: allow parse_commit* to handle any repoStefan Beller-4/+13
2018-11-07merge: extract verify_merge_signature() helperJeff King-0/+7
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano-1/+3
2018-11-02commit/revisions: bookkeeping before refactoringDerrick Stolee-0/+7
2018-11-02Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano-0/+2
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin-1/+3
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano-0/+1
2018-10-11merge-base --fork-point: extract libified functionPratik Karki-0/+2
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano-1/+1
2018-08-23append_signoff: use size_t for string offsetsJeff King-1/+1
2018-08-21commit-graph: not compatible with graftsDerrick Stolee-0/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-6/+12
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano-0/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee-29/+0
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-5/+5
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano-0/+1
2018-06-29commit.c: allow lookup_commit_reference to handle arbitrary repositoriesStefan Beller-3/+2
2018-06-29commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesStefan Beller-3/+1
2018-06-29commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesStefan Beller-2/+1