Merge branch 'sb/config-exit-status-list'
Junio C Hamano committed over 10 years ago
typofix: assorted typofixes in comments, documentation and messages
Li Peng committed over 10 years ago
submodule: stop sanitizing config options
Jeff King committed over 10 years ago
remote.c: specify correct plural form in "commit diverge" message
Nguyễn Thái Ngọc Duy committed over 10 years ago
config: consistently format $variables in monospaced font
Brian Norris committed over 10 years ago
submodule deinit: require '--all' instead of '.' for all submodules
Stefan Beller committed over 10 years ago
t7507-commit-verbose: improve test coverage by testing number of diffs
Pranit Bauva committed over 10 years ago
parse-options.c: make OPTION_COUNTUP respect "unspecified" values
Pranit Bauva committed over 10 years ago
t/t7507: improve test coverage
Pranit Bauva committed over 10 years ago
t0040-parse-options: improve test coverage
Pranit Bauva committed over 10 years ago
rename_ref(): remove unneeded local variable
Michael Haggerty committed over 10 years ago
commit_ref_update(): write error message to *err, not stderr
Michael Haggerty committed over 10 years ago
refname_is_safe(): insist that the refname already be normalized
Michael Haggerty committed over 10 years ago
refname_is_safe(): don't allow the empty string
Michael Haggerty committed over 10 years ago
refname_is_safe(): use skip_prefix()
Michael Haggerty committed over 10 years ago
remove_dir_recursively(): add docstring
Michael Haggerty committed over 10 years ago
safe_create_leading_directories(): improve docstring
Michael Haggerty committed over 10 years ago
read_raw_ref(): don't get confused by an empty directory
Michael Haggerty committed over 10 years ago
commit_ref(): if there is an empty dir in the way, delete it
Michael Haggerty committed over 10 years ago
t1404: demonstrate a bug resolving references
Michael Haggerty committed over 10 years ago