git --list-cmds: collect command list in a string_list
Nguyễn Thái Ngọc Duy committed over 8 years ago
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy committed over 8 years ago
fmt_with_err: add a comment that truncation is OK
Jeff King committed over 8 years ago
shorten_unambiguous_ref: use xsnprintf
Jeff King committed over 8 years ago
fsmonitor: use internal argv_array of struct child_process
René Scharfe committed over 8 years ago
log_write_email_headers: use strbufs
Jeff King committed over 8 years ago
http: use strbufs instead of fixed buffers
Jeff King committed over 8 years ago
config: die when --blob is used outside a repository
Jeff King committed over 8 years ago
get_main_ref_store: BUG() when outside a repository
Jeff King committed over 8 years ago
t9902-completion: exercise __git_complete_index_file() directly
SZEDER Gábor committed over 8 years ago
completion: don't return with error from __gitcomp_file_direct()
SZEDER Gábor committed over 8 years ago
merge-recursive: provide pair of `unpack_trees_{start,finish}()`
Elijah Newren committed over 8 years ago
merge: setup `opts` later in `checkout_fast_forward()`
Martin Ågren committed over 8 years ago
commit: allow lookup_commit_graft to handle arbitrary repositories
Stefan Beller committed over 8 years ago
commit: allow prepare_commit_graft to handle arbitrary repositories
Stefan Beller committed over 8 years ago
shallow: migrate shallow information into the object parser
Stefan Beller committed over 8 years ago
path.c: migrate global git_path_* to take a repository argument
Stefan Beller committed over 8 years ago
cache: convert get_graft_file to handle arbitrary repositories
Stefan Beller committed over 8 years ago
commit: convert read_graft_file to handle arbitrary repositories
Brandon Williams committed over 8 years ago
commit: convert register_commit_graft to handle arbitrary repositories
Brandon Williams committed over 8 years ago