summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
...
| * comments: avoid using the gender of our usersFelipe Contreras2021-06-161-1/+1
* | Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano2021-03-261-0/+14
|\ \ | |/ |/|
| * sequencer: export and rename subject_length()Charvi Mendiratta2021-03-151-0/+14
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-221-27/+56
|\ \
| * | commit: allow parsing arbitrary buffers with headersbrian m. carlson2021-02-101-4/+16
| * | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-101-3/+6
| * | commit: ignore additional signatures when parsing signed commitsbrian m. carlson2021-01-181-20/+34
* | | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-171-2/+2
|\ \ \
| * | | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-181-2/+2
* | | | oid_pos(): access table through const pointersJeff King2021-01-281-2/+2
* | | | hash_pos(): convert to oid_pos()Jeff King2021-01-281-5/+5
* | | | commit_graft_pos(): take an oid instead of a bare hashJeff King2021-01-281-4/+4
| |_|/ |/| |
* | | Merge branch 'ma/sha1-is-a-hash'Junio C Hamano2021-01-151-2/+2
|\ \ \ | |_|/ |/| |
| * | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
| * | sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-041-1/+1
| |/
* | Merge branch 'en/merge-ort-recursive'Junio C Hamano2021-01-061-0/+11
|\ \
| * | commit: move reverse_commit_list() from merge-recursiveElijah Newren2020-12-161-0/+11
* | | commit: implement commit_list_contains()Derrick Stolee2020-12-081-0/+11
| |/ |/|
* | Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn2020-10-201-1/+1
|/
* Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+1
|\
| * wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* | Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-031-4/+7
|\ \
| * | am: stop exporting GIT_COMMITTER_DATEPhillip Wood2020-08-171-4/+7
* | | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | | strvec: convert more callers away from argv_array nameJeff King2020-07-281-4/+4
| |/ |/|
* | Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-091-0/+2
|\ \
| * | commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-081-0/+2
* | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-171-2/+4
* | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-3/+3
* | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-2/+2
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-14/+2
|\ \ \ | |_|/ |/| |
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-13/+1
| * | commit: make 'commit_graft_pos' non-staticTaylor Blau2020-04-301-1/+1
| |/
* | Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano2020-03-261-2/+13
|\ \
| * | rebase: --fork-point regression fixJunio C Hamano2020-02-111-2/+13
* | | commit: use expected signature header for SHA-256brian m. carlson2020-02-241-7/+23
| |/ |/|
* | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-171-1/+1
|\ \
| * | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-1/+1
* | | gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2020-01-151-5/+7
|/ /
* | Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano2019-12-011-5/+28
|\ \
| * | commit, tag: don't set parsed bit for parse failuresJeff King2019-10-281-1/+13
| * | parse_commit_buffer(): treat lookup_tree() failure as parse errorJeff King2019-10-211-1/+7
| * | parse_commit_buffer(): treat lookup_commit() failure as parse errorJeff King2019-10-211-3/+8
| |/
* | Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano2019-11-101-0/+24
|\ \ | |/ |/|
| * move run_commit_hook() to libgit and use it therePhillip Wood2019-10-161-0/+24
* | Merge branch 'tb/commit-graph-harden'Junio C Hamano2019-10-071-1/+2
|\ \
| * | commit-graph.c: handle corrupt/missing treesTaylor Blau2019-09-091-1/+2
* | | Merge branch 'mh/release-commit-memory-fix'Junio C Hamano2019-09-301-1/+1
|\ \ \ | |/ / |/| |
| * | commit: free the right buffer in release_commit_memoryMike Hommey2019-08-261-1/+1
| |/