535 Commits (1e905bbc008dfc3c0ffe14b55bd920e188e51b4e)

Author SHA1 Message Date
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 6 years ago
Jeff King 12736d2f02 parse_commit_buffer(): treat lookup_tree() failure as parse error 6 years ago
Jeff King c78fe00459 parse_commit_buffer(): treat lookup_commit() failure as parse error 6 years ago
Phillip Wood 49697cb721 move run_commit_hook() to libgit and use it there 6 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
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 7 years ago
Pratik Karki 103148aad8 merge-base --fork-point: extract libified function 7 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
Derrick Stolee 1820703045 commit: use timestamp_t for author_date_slab 7 years ago
Derrick Stolee 20fd6d5799 commit-graph: not compatible with grafts 7 years ago
Derrick Stolee 5227c38566 commit-reach: move walk methods from commit.c 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
brian m. carlson 2770ccbdb2 commit: express tree entry constants in terms of the_hash_algo 7 years ago
Stefan Beller 1f6c72fe55 commit.c: allow lookup_commit_reference to handle arbitrary repositories 7 years ago
Stefan Beller d9a05e74ec commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories 7 years ago
Stefan Beller 4ff7e5c936 commit.c: allow get_cached_commit_buffer to handle arbitrary repositories 7 years ago
Stefan Beller 1a40fc4509 commit.c: allow set_commit_buffer to handle arbitrary repositories 7 years ago
Stefan Beller 65ea9d4bec commit.c: migrate the commit buffer to the parsed object store 7 years ago
Stefan Beller fd8030c739 commit.c: allow parse_commit_buffer to handle arbitrary repositories 7 years ago
Stefan Beller bacf16874e commit: allow lookup_commit to handle arbitrary repositories 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller 3ce85f7e5a commit: add repository argument to get_cached_commit_buffer 7 years ago