ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty committed about 9 years ago
read_pack_header: handle signed/unsigned comparison in read result
Jeff King committed about 9 years ago
config: flip return value of store_write_*()
Jeff King committed about 9 years ago
notes-merge: use ssize_t for write_in_full() return value
Jeff King committed about 9 years ago
pkt-line: check write_in_full() errors against "< 0"
Jeff King committed about 9 years ago
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