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
branch: set remote color in ref-filter branch immediately
Jeff King committed about 9 years ago
branch: use BRANCH_COLOR_LOCAL in ref-filter format
Jeff King committed about 9 years ago
branch: only perform HEAD check for local branches
Jeff King committed about 9 years ago
unicode: update the width tables to Unicode 10
Beat Bolli committed about 9 years ago
revision: disallow reflog walking with revs->limited
Jeff King committed about 9 years ago