t0006 & t5000: skip "far in the future" test when time_t is too limited
Johannes Schindelin committed over 9 years ago
t0006 & t5000: prepare for 64-bit timestamps
Johannes Schindelin committed over 9 years ago
ref-filter: avoid using `unsigned long` for catch-all data type
Johannes Schindelin committed over 9 years ago
David Turner committed over 9 years ago
docs/bisect-lk2009: update java code conventions link
Jeff King committed over 9 years ago
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