log_ref_setup(): improve robustness against races
Michael Haggerty committed over 9 years ago
log_ref_setup(): separate code for create vs non-create
Michael Haggerty committed over 9 years ago
log_ref_write(): inline function
Michael Haggerty committed over 9 years ago
rename_tmp_log(): improve error reporting
Michael Haggerty committed over 9 years ago
rename_tmp_log(): use raceproof_create_file()
Michael Haggerty committed over 9 years ago
lock_ref_sha1_basic(): use raceproof_create_file()
Michael Haggerty committed over 9 years ago
lock_ref_sha1_basic(): inline constant
Michael Haggerty committed over 9 years ago
raceproof_create_file(): new function
Michael Haggerty committed over 9 years ago
safe_create_leading_directories(): set errno on SCLD_EXISTS
Michael Haggerty committed over 9 years ago
safe_create_leading_directories_const(): preserve errno
Michael Haggerty committed over 9 years ago
t5505: use "for-each-ref" to test for the non-existence of references
Michael Haggerty committed over 9 years ago
refname_is_safe(): correct docstring
Michael Haggerty committed over 9 years ago
files_rename_ref(): tidy up whitespace
Michael Haggerty committed over 9 years ago
rebase--interactive: count squash commits above 10 correctly
Jeff King committed over 9 years ago
branch_get_push: do not segfault when HEAD is detached
Kyle Meyer committed over 9 years ago
archive-zip: load userdiff config
Jeff King committed over 9 years ago
giteveryday: unbreak rendering with AsciiDoctor
Johannes Schindelin committed over 9 years ago
mingw: add a regression test for pushing to UNC paths
Johannes Schindelin committed over 9 years ago
Stefan Beller committed over 9 years ago
don't use test_must_fail with grep
Pranit Bauva committed over 9 years ago