sha1_file: add repository argument to sha1_file_name
Stefan Beller committed over 8 years ago
sha1_file: allow prepare_alt_odb to handle arbitrary repositories
Stefan Beller committed over 8 years ago
sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
Stefan Beller committed over 8 years ago
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller committed over 8 years ago
sha1_file: add repository argument to link_alt_odb_entries
Stefan Beller committed over 8 years ago
sha1_file: add repository argument to read_info_alternates
Stefan Beller committed over 8 years ago
sha1_file: add repository argument to link_alt_odb_entry
Stefan Beller committed over 8 years ago
sha1_file: add raw_object_store argument to alt_odb_usable
Stefan Beller committed over 8 years ago
pack: move approximate object count to object store
Stefan Beller committed over 8 years ago
pack: move prepare_packed_git_run_once to object store
Stefan Beller committed over 8 years ago
object-store: close all packs upon clearing the object store
Stefan Beller committed over 8 years ago
object-store: move packed_git and packed_git_mru to object store
Stefan Beller committed over 8 years ago
unpack-trees: release oid_array after use in check_updates()
René Scharfe committed over 8 years ago
filter-branch: fix errors caused by refs that point at non-committish
Yuki Kokubun committed over 8 years ago
run-command: use strbuf_addstr() for adding a string to a strbuf
René Scharfe committed over 8 years ago
bisect: use oid_to_hex() for converting object_id hashes to hex strings
René Scharfe committed over 8 years ago
completion: use __gitcomp_builtin in _git_cherry
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: use __gitcomp_builtin in _git_ls_tree
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: delete option-only completion commands
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: add --option completion for most builtin commands
Nguyễn Thái Ngọc Duy committed over 8 years ago