aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau1-0/+2
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen1-1/+11
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-58/+58
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano1-2/+3
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-22/+22
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-35/+35
2019-04-25Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'Junio C Hamano1-0/+4
2019-04-16commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy1-2/+3
2019-04-01fetch-pack: call prepare_shallow_info only if v0Jonathan Tan1-0/+4
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason1-0/+6
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-8/+35
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller1-2/+2
2018-11-18Merge branch 'jk/verify-sig-merge-into-void'Junio C Hamano1-0/+8
2018-11-18Merge branch 'ds/reachable-topo-order'Junio C Hamano1-0/+7
2018-11-14commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller1-0/+8
2018-11-14commit: prepare repo_unuse_commit_buffer to handle any repoStefan Beller1-1/+6
2018-11-14commit: prepare get_commit_buffer to handle any repoStefan Beller1-1/+6
2018-11-14commit: allow parse_commit* to handle any repoStefan Beller1-4/+13
2018-11-07merge: extract verify_merge_signature() helperJeff King1-0/+7
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano1-1/+3
2018-11-02commit/revisions: bookkeeping before refactoringDerrick Stolee1-0/+7
2018-11-02Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano1-0/+2
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin1-1/+3
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+1
2018-10-11merge-base --fork-point: extract libified functionPratik Karki1-0/+2
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-1/+1
2018-08-23append_signoff: use size_t for string offsetsJeff King1-1/+1
2018-08-21commit-graph: not compatible with graftsDerrick Stolee1-0/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-6/+12
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano1-0/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee1-29/+0
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-5/+5
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano1-0/+1
2018-06-29commit.c: allow lookup_commit_reference to handle arbitrary repositoriesStefan Beller1-3/+2
2018-06-29commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesStefan Beller1-3/+1
2018-06-29commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit.c: allow set_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit.c: migrate the commit buffer to the parsed object storeStefan Beller1-0/+4
2018-06-29commit.c: allow parse_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit: allow lookup_commit to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit: add repository argument to get_cached_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to set_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to parse_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+3
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+4
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-5/+5
2018-06-27commit: force commit to parse from object databaseDerrick Stolee1-0/+1