554 Commits (ebf3c04b262aa27fbb97f8a0156c2347fecafafb)

Author SHA1 Message Date
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 4 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 5 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
Nguyễn Thái Ngọc Duy 301b8c7f40 commit.c: add repo_get_commit_tree() 6 years ago
Nguyễn Thái Ngọc Duy a133c40b23 commit.cocci: refactor code, avoid double rewrite 6 years ago
Jeff King 834876630b get_commit_tree(): return NULL for broken tree 6 years ago
Stefan Beller 6a7895fd8a commit: prepare free_commit_buffer and release_commit_memory for any repo 6 years ago
Stefan Beller 70315373ae commit: prepare repo_unuse_commit_buffer to handle any repo 6 years ago
Stefan Beller 07de3fd840 commit: prepare get_commit_buffer to handle any repo 6 years ago
Stefan Beller 9e5252abd1 commit: allow parse_commit* to handle any repo 6 years ago
Jeff King edc4d47d54 merge: extract verify_merge_signature() helper 6 years ago
Derrick Stolee 5284fc5cc9 commit/revisions: bookkeeping before refactoring 6 years ago
Pratik Karki 103148aad8 merge-base --fork-point: extract libified function 6 years ago
Derrick Stolee 091f4cf358 commit: don't use generation numbers if not needed 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 66e83d9b41 append_signoff: use size_t for string offsets 7 years ago