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