Merge branch 'pw/unquote-path-in-git-pm'
Junio C Hamano committed about 9 years ago
Merge branch 'ks/commit-assuming-only-warning-removal'
Junio C Hamano committed about 9 years ago
ref-filter.c: drop return from void function
Alejandro R. Sedeño committed about 9 years ago
Ralf Thielow committed about 9 years ago
Makefile: disable unaligned loads with UBSan
Jeff King committed about 9 years ago
Makefile: turn off -fomit-frame-pointer with sanitizers
Jeff King committed about 9 years ago
Makefile: add helper for compiling with -fsanitize
Jeff King committed about 9 years ago
test-lib: turn on ASan abort_on_error by default
Jeff King committed about 9 years ago
test-lib: set ASAN_OPTIONS variable before we run git
Jeff King committed about 9 years ago
doc: correct a mistake in an illustration
Kaartic Sivaraam committed about 9 years ago
wt-status: use separate variable for result of shorten_unambiguous_ref
René Scharfe committed about 9 years ago
reflog-walk: apply --since/--until to reflog dates
Jeff King committed about 9 years ago
reflog-walk: stop using fake parents
Jeff King committed about 9 years ago
rev-list: check reflog_info before showing usage
Jeff King committed about 9 years ago
get_revision_1(): replace do-while with an early return
Jeff King committed about 9 years ago
log: do not free parents when walking reflog
Jeff King committed about 9 years ago
log: clarify comment about reflog cycles
Jeff King committed about 9 years ago
progress: show overall rate in last update
René Scharfe committed about 9 years ago
urlmatch: use hex2chr() in append_normalized_escapes()
René Scharfe committed about 9 years ago
apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
René Scharfe committed about 9 years ago