Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: reduce completable command list
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: let git provide the completable command list
Nguyễn Thái Ngọc Duy committed over 8 years ago
command-list.txt: documentation and guide line
Nguyễn Thái Ngọc Duy committed over 8 years ago
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy committed over 8 years ago
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy committed over 8 years ago
git: support --list-cmds=list-<category>
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy committed over 8 years ago
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