430 Commits (ee79705311c190e61ac35d67705d387fdeae8c21)

Author SHA1 Message Date
Jeff King 14a9bd2898 prepare_commit_graft: treat non-repository as a noop 7 years ago
Derrick Stolee 04bc8d1ecc commit: use generation number in remove_redundant() 7 years ago
Derrick Stolee d7c1ec3efd commit: add short-circuit to paint_down_to_common() 7 years ago
Derrick Stolee f9b8908b85 commit: use generation numbers for in_merge_bases() 7 years ago
Derrick Stolee e2838d85b6 commit-graph: always load commit-graph information 7 years ago
Derrick Stolee 3afc679b3c commit: use generations in paint_down_to_common() 7 years ago
Nguyễn Thái Ngọc Duy e2e5ac2303 merge: use commit-slab in merge remote desc instead of commit->util 7 years ago
Stefan Beller 14ba97f81c alloc: allow arbitrary repositories for alloc functions 7 years ago
Stefan Beller 8ba0e5ec57 alloc: add repository argument to alloc_commit_node 7 years ago
Stefan Beller 68f95d382b object: add repository argument to create_object 7 years ago
brian m. carlson 26ea3e7dca commit: convert uses of get_sha1_hex to get_oid_hex 7 years ago
Johannes Schindelin f9f99b3f7d Deprecate support for .git/info/grafts 7 years ago
Johannes Schindelin fef461ea5d commit: Let the callback of for_each_mergetag return on error 7 years ago
Derrick Stolee 7b8a21dba1 commit-graph: lazy-load trees for commits 7 years ago
Derrick Stolee 5bb03de102 commit: create get_commit_tree() method 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Derrick Stolee 177722b344 commit: integrate commit graph with commit parsing 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson e816caa07b sha1_file: convert assert_sha1_type to object_id 7 years ago
Brandon Williams 258c03eb45 commit: rename 'new' variables 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago
René Scharfe 6fcec2f9ae commit: remove unused function clear_commit_marks_for_object_array() 7 years ago
René Scharfe abc035126a commit: use clear_commit_marks_many() in remove_redundant() 7 years ago
René Scharfe 07f7d55a34 commit: avoid allocation in clear_commit_marks_many() 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
Martin Ågren cb7b29eb67 commit: fix memory leak in `reduce_heads()` 8 years ago
Rene Scharfe e505146dac commit: release strbuf on error return in commit_tree_extended() 8 years ago
Patryk Obara cfa5bf1608 commit: rewrite read_graft_line 8 years ago
Patryk Obara bc65d2262d commit: allocate array using object_id size 8 years ago
Patryk Obara 9a9340329a commit: replace the raw buffer with strbuf in read_graft_line 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
René Scharfe b072504ce1 commit: don't check for space twice when looking for header 8 years ago
René Scharfe 50a01cc48c commit: be more precise when searching for headers 8 years ago
Junio C Hamano 9c9b03b1f1 commit.c: use strchrnul() to scan for one line 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
René Scharfe 45ccef87b3 use COPY_ARRAY 9 years ago