summaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
Commit message (Expand)AuthorAgeLines
* ssh signing: make verify-commit consider key lifetimeFabian Stelzer2021-12-09-0/+1
* ssh signing: use sigc struct to pass payloadFabian Stelzer2021-12-09-2/+3
* advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-25-1/+3
* Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-16-1/+1
|\
| * comments: avoid using the gender of our usersFelipe Contreras2021-06-16-1/+1
* | Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano2021-03-26-0/+14
|\ \ | |/ |/|
| * sequencer: export and rename subject_length()Charvi Mendiratta2021-03-15-0/+14
* | use CALLOC_ARRAYRené Scharfe2021-03-13-2/+2
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-22-27/+56
|\ \
| * | commit: allow parsing arbitrary buffers with headersbrian m. carlson2021-02-10-4/+16
| * | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-10-3/+6
| * | commit: ignore additional signatures when parsing signed commitsbrian m. carlson2021-01-18-20/+34
* | | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-17-2/+2
|\ \ \
| * | | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-18-2/+2
* | | | oid_pos(): access table through const pointersJeff King2021-01-28-2/+2
* | | | hash_pos(): convert to oid_pos()Jeff King2021-01-28-5/+5
* | | | commit_graft_pos(): take an oid instead of a bare hashJeff King2021-01-28-4/+4
| |_|/ |/| |
* | | Merge branch 'ma/sha1-is-a-hash'Junio C Hamano2021-01-15-2/+2
|\ \ \ | |_|/ |/| |
| * | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-04-1/+1
| * | sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-04-1/+1
| |/
* | Merge branch 'en/merge-ort-recursive'Junio C Hamano2021-01-06-0/+11
|\ \
| * | commit: move reverse_commit_list() from merge-recursiveElijah Newren2020-12-16-0/+11
* | | commit: implement commit_list_contains()Derrick Stolee2020-12-08-0/+11
| |/ |/|
* | Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn2020-10-20-1/+1
|/
* Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-09-1/+1
|\
| * wt-status: tolerate dangling marksJonathan Tan2020-09-02-1/+1
* | Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-03-4/+7
|\ \
| * | am: stop exporting GIT_COMMITTER_DATEPhillip Wood2020-08-17-4/+7
* | | strvec: rename struct fieldsJeff King2020-07-30-1/+1
* | | strvec: convert more callers away from argv_array nameJeff King2020-07-28-4/+4
| |/ |/|
* | Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-09-0/+2
|\ \
| * | commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-08-0/+2
* | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-17-2/+4
* | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-17-3/+3
* | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-17-2/+2
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-13-14/+2
|\ \ \ | |_|/ |/| |
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-30-13/+1
| * | commit: make 'commit_graft_pos' non-staticTaylor Blau2020-04-30-1/+1
| |/
* | Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano2020-03-26-2/+13
|\ \
| * | rebase: --fork-point regression fixJunio C Hamano2020-02-11-2/+13
* | | commit: use expected signature header for SHA-256brian m. carlson2020-02-24-7/+23
| |/ |/|
* | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-17-1/+1
|\ \
| * | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-10-1/+1
* | | gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2020-01-15-5/+7
|/ /
* | Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano2019-12-01-5/+28
|\ \
| * | commit, tag: don't set parsed bit for parse failuresJeff King2019-10-28-1/+13
| * | parse_commit_buffer(): treat lookup_tree() failure as parse errorJeff King2019-10-21-1/+7
| * | parse_commit_buffer(): treat lookup_commit() failure as parse errorJeff King2019-10-21-3/+8
| |/
* | Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano2019-11-10-0/+24
|\ \ | |/ |/|
| * move run_commit_hook() to libgit and use it therePhillip Wood2019-10-16-0/+24