574 Commits (729b97332b05564133e4039fbab9f694c25097a2)

Author SHA1 Message Date
Jiang Xin b4eda05d58 i18n: fix mismatched camelCase config variables 3 years ago
Jonathan Tan 4d4e49fff1 commit,shallow: unparse commits if grafts changed 3 years ago
Ævar Arnfjörð Bjarmason bf20fe4ca8 cocci: add and apply free_commit_list() rules 3 years ago
Ævar Arnfjörð Bjarmason 4369e3a1a3 hooks: fix "invoked hook" regression in a8cc594333 3 years ago
Jonathan Tan 2a69ff09d5 shallow: reset commit grafts when shallow is reset 3 years ago
Ævar Arnfjörð Bjarmason a8cc594333 hooks: fix an obscure TOCTOU "did we just run a hook?" race 3 years ago
Ævar Arnfjörð Bjarmason c80d226a04 object-file API: have write_object_file() take "enum object_type" 3 years ago
Emily Shaffer f443246b9f commit: convert {pre-commit,prepare-commit-msg} hook to hook.h 3 years ago
John Cai cfc5cf428b receive-pack.c: consolidate find header logic 3 years ago
Fabian Stelzer 6393c956f4 ssh signing: make verify-commit consider key lifetime 3 years ago
Fabian Stelzer 02769437e1 ssh signing: use sigc struct to pass payload 3 years ago
Ævar Arnfjörð Bjarmason ab628588f8 advice: move advice.graftFileDeprecated squashing to commit.[ch] 4 years ago
Felipe Contreras 0e20b229ee comments: avoid using the gender of our users 4 years ago
Charvi Mendiratta 6e0e288779 sequencer: export and rename subject_length() 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
brian m. carlson 937032e14a commit: allow parsing arbitrary buffers with headers 4 years ago
brian m. carlson 482c119186 gpg-interface: improve interface for parsing tags 4 years ago
Jeff King 8380dcd700 oid_pos(): access table through const pointers 4 years ago
Jeff King 45ee13b942 hash_pos(): convert to oid_pos() 4 years ago
Jeff King 98c431b6f9 commit_graft_pos(): take an oid instead of a bare hash 4 years ago
brian m. carlson 1fb5cf0da6 commit: ignore additional signatures when parsing signed commits 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 4 years ago
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
Martin Ågren 7a7d992d0d sha1-lookup: rename `sha1_pos()` as `hash_pos()` 4 years ago
Elijah Newren b0ca120554 commit: move reverse_commit_list() from merge-recursive 4 years ago
Derrick Stolee 597b2c39af commit: implement commit_list_contains() 4 years ago
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Phillip Wood e8cbe2118a am: stop exporting GIT_COMMITTER_DATE 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Taylor Blau ce16364e89 commit.c: don't persist substituted parents when unshallowing 5 years ago
Abhishek Kumar c752ad09c4 commit-graph: minimize commit_graph_data_slab access 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 5 years ago
Abhishek Kumar 6da43d937c object: drop parsed_object_pool->commit_count 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Taylor Blau 183df649ca commit: make 'commit_graft_pos' non-static 5 years ago
brian m. carlson 42d4e1d112 commit: use expected signature header for SHA-256 5 years ago
Junio C Hamano f08132f889 rebase: --fork-point regression fix 5 years ago
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 5 years ago
Hans Jerry Illikainen 54887b4689 gpg-interface: add minTrustLevel as a configuration option 5 years ago
Jeff King 228c78fbd4 commit, tag: don't set parsed bit for parse failures 5 years ago
Jeff King 12736d2f02 parse_commit_buffer(): treat lookup_tree() failure as parse error 5 years ago
Jeff King c78fe00459 parse_commit_buffer(): treat lookup_commit() failure as parse error 5 years ago
Phillip Wood 49697cb721 move run_commit_hook() to libgit and use it there 5 years ago
Taylor Blau 806278dead commit-graph.c: handle corrupt/missing trees 6 years ago
Mike Hommey 9784f97321 commit: free the right buffer in release_commit_memory 6 years ago
Jeff King a378509e1c object: convert create_object() to use object_id 6 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Derrick Stolee c7944050af commit-graph: fix the_repository reference 6 years ago