40720 Commits (0f64cc407f32f979c8bcfa7d3d9b24d8e023df35)
 

Author SHA1 Message Date
Junio C Hamano 71cc60070f Merge branch 'ad/bisect-cleanup' 10 years ago
Clemens Buchacher dff6f280df git_open_noatime: return with errno=0 on success 10 years ago
Paul Tan b5e823594c am: let --signoff override --no-signoff 10 years ago
Paul Tan 852a171018 am: let command-line options override saved options 10 years ago
Paul Tan 18d8c26930 test_terminal: redirect child process' stdin to a pty 10 years ago
David Turner 2c3aed1381 pseudoref: check return values from read_ref() 10 years ago
Johannes Sixt b3325dfc64 t2019: skip test requiring '*' in a file name non Windows 10 years ago
Johannes Sixt fbf2fecf50 t7300-clean: require POSIXPERM for chmod 0 test 10 years ago
Jeff King f4c3edc0b1 vreportf: avoid intermediate buffer 10 years ago
Jeff King 3b331e9267 vreportf: report to arbitrary filehandles 10 years ago
David Turner b02e8595e2 notes: handle multiple worktrees 10 years ago
David Turner 41af65651d worktrees: add find_shared_symref 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Jeff King 0ea68e4296 get_repo_path: refactor path-allocation 10 years ago
Jeff King 03f2c7731b find_hook: keep our own static buffer 10 years ago
Jeff King 470e28d4e1 refs.c: remove_empty_directories can take a strbuf 10 years ago
Jeff King 5f8ef5b848 refs.c: avoid git_path assignment in lock_ref_sha1_basic 10 years ago
Jeff King d6549f3655 refs.c: avoid repeated git_path calls in rename_tmp_log 10 years ago
Jeff King 54b418f698 refs.c: simplify strbufs in reflog setup and writing 10 years ago
Jeff King 07e3070d2a path.c: drop git_path_submodule 10 years ago
Jeff King f5b2dec165 refs.c: remove extra git_path calls from read_loose_refs 10 years ago
Jeff King b21a5d6605 remote.c: drop extraneous local variable from migrate_file 10 years ago
Jeff King e3cf230324 prefer mkpathdup to mkpath in assignments 10 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Jeff King 77b9b1d13a add_to_alternates_file: don't add duplicate entries 10 years ago
Jeff King bc192300c4 t5700: modernize style 10 years ago
Jeff King f5895fd399 cache.h: complete set of git_path_submodule helpers 10 years ago
Jeff King 69ddd231fe cache.h: clarify documentation for git_path, et al 10 years ago
Michael Haggerty 6e122b449b setup_temporary_shallow(): use tempfile module 10 years ago
Michael Haggerty f6ecc62dbf write_shared_index(): use tempfile module 10 years ago
Michael Haggerty 99397152a3 register_tempfile(): new function to handle an existing temporary file 10 years ago
Michael Haggerty 354ab11206 tempfile: add several functions for creating temporary files 10 years ago
Michael Haggerty 7eba6ce5c7 prepare_tempfile_object(): new function, extracted from create_tempfile() 10 years ago
Michael Haggerty 1a9d15db25 tempfile: a new module for handling temporary files 10 years ago
Michael Haggerty 9c77381d6a commit_lock_file(): use get_locked_file_path() 10 years ago
Michael Haggerty b4fb09e4da lockfile: add accessor get_lock_file_path() 10 years ago
Michael Haggerty c99a4c2db3 lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() 10 years ago
Michael Haggerty e54c347c1c create_bundle(): duplicate file descriptor to avoid closing it twice 10 years ago
Michael Haggerty 2db69de81d lockfile: move documentation to lockfile.h and lockfile.c 10 years ago
Jim Hill 3ebbd00cf3 strbuf_read(): skip unnecessary strbuf_grow() at eof 10 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Patrick Steinhardt adef9561f0 clone: abort if no dir name could be guessed 10 years ago
Patrick Steinhardt 92722efec0 clone: do not use port number as dir name 10 years ago
Patrick Steinhardt e895986727 clone: do not include authentication data in guessed dir 10 years ago
Jeff King db2e220447 clone: use computed length in guess_dir_name 10 years ago
Jeff King d6a31e08cd clone: add tests for output directory 10 years ago
SZEDER Gábor 905f2036d0 completion: list variable names reliably with 'git config --name-only' 10 years ago
SZEDER Gábor 578625fa91 config: add '--name-only' option to list only variable names 10 years ago
Jeff King 9b5fe78b34 test-lib: disable trace when test is not verbose 10 years ago
Jeff King 2a01ef8ca3 test-lib: turn off "-x" tracing during chain-lint check 10 years ago