Age | Commit message (Expand) | Author | Files | Lines |
2021-12-09 | ssh signing: make verify-commit consider key lifetime | Fabian Stelzer | 1 | -0/+1 |
2021-12-09 | ssh signing: use sigc struct to pass payload | Fabian Stelzer | 1 | -2/+3 |
2021-08-25 | advice: move advice.graftFileDeprecated squashing to commit.[ch] | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2021-07-16 | Merge branch 'ds/gender-neutral-doc' | Junio C Hamano | 1 | -1/+1 |
2021-06-16 | comments: avoid using the gender of our users | Felipe Contreras | 1 | -1/+1 |
2021-03-26 | Merge branch 'cm/rebase-i-fixup-amend-reword' | Junio C Hamano | 1 | -0/+14 |
2021-03-15 | sequencer: export and rename subject_length() | Charvi Mendiratta | 1 | -0/+14 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
2021-02-22 | Merge branch 'bc/signed-objects-with-both-hashes' | Junio C Hamano | 1 | -27/+56 |
2021-02-17 | Merge branch 'ak/corrected-commit-date' | Junio C Hamano | 1 | -2/+2 |
2021-02-10 | commit: allow parsing arbitrary buffers with headers | brian m. carlson | 1 | -4/+16 |
2021-02-10 | gpg-interface: improve interface for parsing tags | brian m. carlson | 1 | -3/+6 |
2021-01-28 | oid_pos(): access table through const pointers | Jeff King | 1 | -2/+2 |
2021-01-28 | hash_pos(): convert to oid_pos() | Jeff King | 1 | -5/+5 |
2021-01-28 | commit_graft_pos(): take an oid instead of a bare hash | Jeff King | 1 | -4/+4 |
2021-01-18 | commit: ignore additional signatures when parsing signed commits | brian m. carlson | 1 | -20/+34 |
2021-01-18 | commit-graph: return 64-bit generation number | Abhishek Kumar | 1 | -2/+2 |
2021-01-15 | Merge branch 'ma/sha1-is-a-hash' | Junio C Hamano | 1 | -2/+2 |
2021-01-06 | Merge branch 'en/merge-ort-recursive' | Junio C Hamano | 1 | -0/+11 |
2021-01-04 | hash-lookup: rename from sha1-lookup | Martin Ågren | 1 | -1/+1 |
2021-01-04 | sha1-lookup: rename `sha1_pos()` as `hash_pos()` | Martin Ågren | 1 | -1/+1 |
2020-12-16 | commit: move reverse_commit_list() from merge-recursive | Elijah Newren | 1 | -0/+11 |
2020-12-08 | commit: implement commit_list_contains() | Derrick Stolee | 1 | -0/+11 |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+1 |
2020-09-03 | Merge branch 'pw/rebase-i-more-options' | Junio C Hamano | 1 | -4/+7 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
2020-08-17 | am: stop exporting GIT_COMMITTER_DATE | Phillip Wood | 1 | -4/+7 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -4/+4 |
2020-07-09 | Merge branch 'tb/fix-persistent-shallow' into master | Junio C Hamano | 1 | -0/+2 |
2020-07-08 | commit.c: don't persist substituted parents when unshallowing | Taylor Blau | 1 | -0/+2 |
2020-06-17 | commit-graph: minimize commit_graph_data_slab access | Abhishek Kumar | 1 | -2/+4 |
2020-06-17 | commit: move members graph_pos, generation to a slab | Abhishek Kumar | 1 | -3/+3 |
2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -2/+2 |
2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -14/+2 |
2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -13/+1 |
2020-04-30 | commit: make 'commit_graft_pos' non-static | Taylor Blau | 1 | -1/+1 |
2020-03-26 | Merge branch 'at/rebase-fork-point-regression-fix' | Junio C Hamano | 1 | -2/+13 |
2020-02-24 | commit: use expected signature header for SHA-256 | brian m. carlson | 1 | -7/+23 |
2020-02-17 | Merge branch 'rs/strbuf-insertstr' | Junio C Hamano | 1 | -1/+1 |
2020-02-11 | rebase: --fork-point regression fix | Junio C Hamano | 1 | -2/+13 |
2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -1/+1 |
2020-01-15 | gpg-interface: add minTrustLevel as a configuration option | Hans Jerry Illikainen | 1 | -5/+7 |
2019-12-01 | Merge branch 'jk/cleanup-object-parsing-and-fsck' | Junio C Hamano | 1 | -5/+28 |
2019-11-10 | Merge branch 'pw/post-commit-from-sequencer' | Junio C Hamano | 1 | -0/+24 |
2019-10-28 | commit, tag: don't set parsed bit for parse failures | Jeff King | 1 | -1/+13 |
2019-10-21 | parse_commit_buffer(): treat lookup_tree() failure as parse error | Jeff King | 1 | -1/+7 |
2019-10-21 | parse_commit_buffer(): treat lookup_commit() failure as parse error | Jeff King | 1 | -3/+8 |
2019-10-16 | move run_commit_hook() to libgit and use it there | Phillip Wood | 1 | -0/+24 |