summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-2/+0
* shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-48/+0
* commit: make 'commit_graft_pos' non-staticTaylor Blau2020-04-301-0/+2
* shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-0/+2
* gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2020-01-151-1/+11
* Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-58/+58
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-22/+22
| * *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-1/+1
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-35/+35
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-2/+3
|\ \
| * | commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy2019-04-161-2/+3
| |/
* | Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'Junio C Hamano2019-04-251-0/+4
|\ \
| * | fetch-pack: call prepare_shallow_info only if v0Jonathan Tan2019-04-011-0/+4
| |/
* | commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-011-0/+6
|/
* Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-8/+35
|\
| * commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller2018-12-281-2/+2
| * commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller2018-11-141-0/+8
| * commit: prepare repo_unuse_commit_buffer to handle any repoStefan Beller2018-11-141-1/+6
| * commit: prepare get_commit_buffer to handle any repoStefan Beller2018-11-141-1/+6
| * commit: allow parse_commit* to handle any repoStefan Beller2018-11-141-4/+13
* | Merge branch 'jk/verify-sig-merge-into-void'Junio C Hamano2018-11-181-0/+8
|\ \
| * | merge: extract verify_merge_signature() helperJeff King2018-11-071-0/+7
* | | Merge branch 'ds/reachable-topo-order'Junio C Hamano2018-11-181-0/+7
|\ \ \
| * | | commit/revisions: bookkeeping before refactoringDerrick Stolee2018-11-021-0/+7
* | | | Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2018-11-061-1/+3
|\ \ \ \
| * | | | shallow: offer to prune only non-existing entriesJohannes Schindelin2018-10-251-1/+3
| | |/ / | |/| |
* | | | Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano2018-11-021-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | merge-base --fork-point: extract libified functionPratik Karki2018-10-111-0/+2
| |/ /
* | | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+1
|\ \ \ | |_|/ |/| |
| * | commit-graph: not compatible with graftsDerrick Stolee2018-08-211-0/+1
| |/
| * Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-6/+12
| |\
| * \ Merge branch 'ds/commit-graph-fsck'Junio C Hamano2018-08-021-0/+1
| |\ \
| * \ \ Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-5/+5
| |\ \ \
* | \ \ \ Merge branch 'jk/trailer-fixes'Junio C Hamano2018-09-171-1/+1
|\ \ \ \ \
| * | | | | append_signoff: use size_t for string offsetsJeff King2018-08-231-1/+1
* | | | | | commit.h: remove method declarationsDerrick Stolee2018-07-201-29/+0
* | | | | | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano2018-07-171-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | commit: force commit to parse from object databaseDerrick Stolee2018-06-271-0/+1
| | |/ / | |/| |
* | | | commit.c: allow lookup_commit_reference to handle arbitrary repositoriesStefan Beller2018-06-291-3/+2
* | | | commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesStefan Beller2018-06-291-3/+1
* | | | commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* | | | commit.c: allow set_commit_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* | | | commit.c: migrate the commit buffer to the parsed object storeStefan Beller2018-06-291-0/+4
* | | | commit.c: allow parse_commit_buffer to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* | | | commit: allow lookup_commit to handle arbitrary repositoriesStefan Beller2018-06-291-2/+1
* | | | commit: add repository argument to get_cached_commit_bufferStefan Beller2018-06-291-1/+2
* | | | commit: add repository argument to set_commit_bufferStefan Beller2018-06-291-1/+2
* | | | commit: add repository argument to parse_commit_bufferStefan Beller2018-06-291-1/+2
* | | | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+2