summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-7/+4
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-20/+2
|\
| * post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-18/+0
* | pretty.h: move has_non_ascii() declaration from commit.hElijah Newren2023-02-231-1/+0
|/
* add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-061-2/+0
* rebase: be stricter when reading state files containing oidsPhillip Wood2022-10-171-0/+13
* shallow: reset commit grafts when shallow is resetJonathan Tan2022-03-171-0/+1
* hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason2022-03-071-1/+2
* receive-pack.c: consolidate find header logicJohn Cai2022-01-061-0/+5
* advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-251-0/+1
* Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano2021-03-261-0/+3
|\
| * sequencer: export and rename subject_length()Charvi Mendiratta2021-03-151-0/+3
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-221-1/+11
|\ \
| * | commit: allow parsing arbitrary buffers with headersbrian m. carlson2021-02-101-0/+9
| * | commit: ignore additional signatures when parsing signed commitsbrian m. carlson2021-01-181-1/+2
| |/
* | Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano2021-02-171-2/+3
|\ \
| * | commit-graph: use repo_parse_commitDerrick Stolee2021-02-011-2/+3
* | | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-171-2/+3
|\ \ \ | |/ /
| * | commit-graph: implement generation data chunkAbhishek Kumar2021-01-181-0/+1
| * | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-181-2/+2
* | | commit_graft_pos(): take an oid instead of a bare hashJeff King2021-01-281-1/+1
| |/ |/|
* | Merge branch 'en/merge-ort-recursive'Junio C Hamano2021-01-061-0/+3
|\ \
| * | commit: move reverse_commit_list() from merge-recursiveElijah Newren2020-12-161-0/+3
| |/
* | commit: implement commit_list_contains()Derrick Stolee2020-12-081-0/+2
|/
* drop unused argc parametersJeff King2020-09-301-1/+1
* Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano2020-09-181-1/+0
|\
| * revision: use repository from rev_info when parsing commitsMichael Forney2020-06-241-1/+0
* | Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-031-4/+3
|\ \
| * | am: stop exporting GIT_COMMITTER_DATEPhillip Wood2020-08-171-4/+3
| |/
* | 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