tempfile: factor out activation
Jeff King committed about 9 years ago
tempfile: replace die("BUG") with BUG()
Jeff King committed about 9 years ago
tempfile: handle NULL tempfile pointers gracefully
Jeff King committed about 9 years ago
tempfile: prefer is_tempfile_active to bare access
Jeff King committed about 9 years ago
lockfile: do not rollback lock on failed close
Jeff King committed about 9 years ago
tempfile: do not delete tempfile on failed close
Jeff King committed about 9 years ago
always check return value of close_tempfile
Jeff King committed about 9 years ago
verify_signed_buffer: prefer close_tempfile() to close()
Jeff King committed about 9 years ago
setup_temporary_shallow: move tempfile struct into function
Jeff King committed about 9 years ago
setup_temporary_shallow: avoid using inactive tempfile
Jeff King committed about 9 years ago
write_index_as_tree: cleanup tempfile on error
Jeff King committed about 9 years ago
Junio C Hamano committed about 9 years ago
Merge branch 'rs/archive-excluded-directory'
Junio C Hamano committed about 9 years ago
Merge branch 'po/read-graft-line'
Junio C Hamano committed about 9 years ago
Merge branch 'ks/branch-set-upstream'
Junio C Hamano committed about 9 years ago
pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
Martin Ågren committed about 9 years ago
merge-recursive: remove return value from get_files_dirs
Kevin Willford committed about 9 years ago
merge-recursive: fix memory leak
Kevin Willford committed about 9 years ago
config: use a static lock_file struct
Jeff King committed about 9 years ago
Remove inadvertently added outgoing/packfile.h
Jonathan Tan committed about 9 years ago