convert less-trivial versions of "write_in_full() != len"
Jeff King committed about 9 years ago
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King committed about 9 years ago
get-tar-commit-id: check write_in_full() return against 0
Jeff King committed about 9 years ago
config: avoid "write_in_full(fd, buf, len) < len" pattern
Jeff King committed about 9 years ago
doc: fix minor typos (extra/duplicated words)
Evan Zacks committed about 9 years ago
archive: don't add empty directories to archives
René Scharfe committed about 9 years ago
replace-objects: evaluate replacement refs without using the object store
Stefan Beller committed about 9 years ago
push, fetch: error out for submodule entries not pointing to commits
Stefan Beller committed about 9 years ago
pack: make packed_git_mru global a value instead of a pointer
Jonathan Nieder committed about 9 years ago
help: change a message to be more precise
Kaartic Sivaraam committed about 9 years ago
refs: strip out not allowed flags from ref_transaction_update
Thomas Gummerer committed about 9 years ago
doc/for-each-ref: explicitly specify option names
Kevin Daudt committed about 9 years ago
doc/for-each-ref: consistently use '=' to between argument names and values
Kevin Daudt committed about 9 years ago
cvsimport: shell-quote variable used in backticks
Jeff King committed about 9 years ago
archimport: use safe_pipe_capture for user input
Jeff King committed about 9 years ago
shell: drop git-cvsserver support by default
Jeff King committed about 9 years ago
cvsserver: use safe_pipe_capture for `constant commands` as well
Junio C Hamano committed about 9 years ago
cvsserver: use safe_pipe_capture instead of backticks
joernchen committed about 9 years ago
cvsserver: move safe_pipe_capture() to the main package
Junio C Hamano committed about 9 years ago
subprocess: loudly die when subprocess asks for an unsupported capability
Junio C Hamano committed about 9 years ago