t: teach lint that RHS of 'local VAR=VAL' needs to be quoted
Junio C Hamano committed over 2 years ago
t: local VAR="VAL" (quote ${magic-reference})
Junio C Hamano committed over 2 years ago
t: local VAR="VAL" (quote command substitution)
Junio C Hamano committed over 2 years ago
t: local VAR="VAL" (quote positional parameters)
Junio C Hamano committed over 2 years ago
CodingGuidelines: quote assigned value in 'local var=$val'
Junio C Hamano committed over 2 years ago
CodingGuidelines: describe "export VAR=VAL" rule
Junio C Hamano committed over 2 years ago
userdiff: better method/property matching for C#
Steven Jeuris committed over 2 years ago
date: make DATE_MODE thread-safe
René Scharfe committed over 2 years ago
usage: report vsnprintf(3) failure
René Scharfe committed over 2 years ago
remote-curl: add Transfer-Encoding header only for older curl
Jeff King committed over 2 years ago
Junio C Hamano committed over 2 years ago
Merge branch 'jk/core-comment-string'
Junio C Hamano committed over 2 years ago
Merge branch 'rs/config-comment'
Junio C Hamano committed over 2 years ago
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano committed over 2 years ago
apply: don't leak fd on fdopen() error
René Scharfe committed over 2 years ago
fetch: return when parsing submodule.recurse
Derrick Stolee committed over 2 years ago
René Scharfe committed over 2 years ago
apply: avoid fixed-size buffer in create_one_file()
René Scharfe committed over 2 years ago
builtin/add: error out when passing untracked path with -u
Ghanshyam Thakkar committed over 2 years ago
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar committed over 2 years ago