322 Commits (27be78173da3b11011f55061571d81ae006b8915)

Author SHA1 Message Date
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 6 years ago
Derrick Stolee 20fd6d5799 commit-graph: not compatible with grafts 6 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
Stefan Beller 08f4f44501 commit: add repository argument to parse_commit_buffer 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Derrick Stolee 9b19adac6f commit: force commit to parse from object database 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
Derrick Stolee 83073cc994 commit: add generation number to struct commit 7 years ago
Nguyễn Thái Ngọc Duy 9d2c97016f commit.h: delete 'util' field in struct commit 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 b9dbddf6da commit: allow lookup_commit_graft to handle arbitrary repositories 7 years ago
Stefan Beller eee4502baa shallow: migrate shallow information into the object parser 7 years ago
Brandon Williams a3b78e833b commit: convert register_commit_graft to handle arbitrary repositories 7 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller 19143f139d shallow: add repository argument to register_shallow 7 years ago
Stefan Beller 6a2df51c84 shallow: add repository argument to set_alternate_shallow_file 7 years ago
Jonathan Nieder 1f93ecd1ab commit: add repository argument to lookup_commit_graft 7 years ago
Jonathan Nieder 3f5787f806 commit: add repository argument to register_commit_graft 7 years ago
Stefan Beller 14ba97f81c alloc: allow arbitrary repositories for alloc functions 7 years ago
Nguyễn Thái Ngọc Duy 25f859fdf4 commit.h: rearrange 'index' to shrink struct commit 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
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
René Scharfe 6fcec2f9ae commit: remove unused function clear_commit_marks_for_object_array() 7 years ago
Olga Telezhnaya cf3947193c format: create pretty.h file 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
René Scharfe 24da8a26a9 commit: remove unused inline function single_parent() 7 years ago
Patryk Obara 9a9340329a commit: replace the raw buffer with strbuf in read_graft_line 7 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft 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