docs/bisect-lk2009: update nist report link
Jeff King committed over 9 years ago
docs/archimport: quote sourcecontrol.net reference
Jeff King committed over 9 years ago
gitcore-tutorial: update broken link
Jeff King committed over 9 years ago
doc: replace or.cz gitwiki link with git.wiki.kernel.org
Jeff King committed over 9 years ago
doc: use https links to avoid http redirect
Jeff King committed over 9 years ago
connect.c: fix leak in handle_ssh_variant
Jeff King committed over 9 years ago
am: drop "dir" parameter from am_state_init
Jeff King committed over 9 years ago
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King committed over 9 years ago
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King committed over 9 years ago
use git_path_* helper functions
Jeff King committed over 9 years ago
branch: add edit_description() helper
Jeff King committed over 9 years ago
bisect: add git_path_bisect_terms helper
Jeff King committed over 9 years ago
read-cache: avoid using git_path() in freshen_shared_index()
Christian Couder committed over 9 years ago
worktree add: add --lock option
Nguyễn Thái Ngọc Duy committed over 9 years ago
run-command: block signals between fork and execve
Eric Wong committed over 9 years ago
run-command: add note about forking and threading
Brandon Williams committed over 9 years ago
run-command: handle dup2 and close errors in child
Brandon Williams committed over 9 years ago
run-command: eliminate calls to error handling functions in child
Brandon Williams committed over 9 years ago
run-command: don't die in child when duping /dev/null
Brandon Williams committed over 9 years ago
run-command: prepare child environment before forking
Brandon Williams committed over 9 years ago