commit.c: remove print_commit_list()
Junio C Hamano committed about 10 years ago
avoid using sha1_to_hex output as printf format
Jeff King committed about 10 years ago
walker: let walker_say take arbitrary formats
Jeff King committed about 10 years ago
branch: use write_file_buf instead of write_file
Jeff King committed about 10 years ago
use write_file_buf where applicable
Jeff King committed about 10 years ago
write_file: add format attribute
Jeff King committed about 10 years ago
write_file: add pointer+len variant
Jeff King committed about 10 years ago
Jeff King committed about 10 years ago
write_file: drop "gently" form
Jeff King committed about 10 years ago
branch: use non-gentle write_file for branch description
Jeff King committed about 10 years ago
am: ignore return value of write_file()
René Scharfe committed about 10 years ago
config: fix bogus fd check when setting up default config
Jeff King committed about 10 years ago
rebase -i: we allow extra spaces after fixup!/squash!
Johannes Schindelin committed about 10 years ago
rebase -i: demonstrate a bug with --autosquash
Johannes Schindelin committed about 10 years ago
t3404: add a test for the --gpg-sign option
Johannes Schindelin committed about 10 years ago
notes-merge: use O_EXCL to avoid overwriting existing files
René Scharfe committed about 10 years ago
Makefile: add NEEDS_LIBRT to optionally link with librt
Ronald Wampler committed about 10 years ago
.gitattributes: set file type for C files
René Scharfe committed about 10 years ago
sideband.c: small optimization of strbuf usage
Nicolas Pitre committed about 10 years ago
connect: read $GIT_SSH_COMMAND from config file
Nguyễn Thái Ngọc Duy committed over 10 years ago