367 Commits (2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473)

Author SHA1 Message Date
Phillip Wood b8dbfd030c rebase: be stricter when reading state files containing oids 2 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
John Cai cfc5cf428b receive-pack.c: consolidate find header logic 3 years ago
Ævar Arnfjörð Bjarmason ab628588f8 advice: move advice.graftFileDeprecated squashing to commit.[ch] 4 years ago
Charvi Mendiratta 6e0e288779 sequencer: export and rename subject_length() 4 years ago
brian m. carlson 937032e14a commit: allow parsing arbitrary buffers with headers 4 years ago
Derrick Stolee c4cc083169 commit-graph: use repo_parse_commit 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 e8b63005c4 commit-graph: implement generation data chunk 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 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
Jeff King e885a84f1b drop unused argc parameters 4 years ago
Phillip Wood e8cbe2118a am: stop exporting GIT_COMMITTER_DATE 5 years ago
Michael Forney ea3f7e598c revision: use repository from rev_info when parsing commits 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 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
Taylor Blau 37b9dcabfc shallow.c: use '{commit,rollback}_shallow_file' 5 years ago
Hans Jerry Illikainen 54887b4689 gpg-interface: add minTrustLevel as a configuration option 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 301b8c7f40 commit.c: add repo_get_commit_tree() 6 years ago
Jonathan Tan 1e7d440b0a fetch-pack: call prepare_shallow_info only if v0 6 years ago
Ævar Arnfjörð Bjarmason 43d3561805 commit-graph write: don't die if the existing graph is corrupt 6 years ago
Stefan Beller 6a7895fd8a commit: prepare free_commit_buffer and release_commit_memory for any repo 6 years ago
Stefan Beller 424510ed19 commit: prepare logmsg_reencode to handle arbitrary repositories 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
Johannes Schindelin 2588f6ed8b shallow: offer to prune only non-existing entries 6 years ago
Pratik Karki 103148aad8 merge-base --fork-point: extract libified function 6 years ago
Jeff King 66e83d9b41 append_signoff: use size_t for string offsets 7 years ago
Derrick Stolee 20fd6d5799 commit-graph: not compatible with grafts 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 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 3ce85f7e5a commit: add repository argument to get_cached_commit_buffer 7 years ago
Stefan Beller 5e0c63604d commit: add repository argument to set_commit_buffer 7 years ago