stat_tracking_info: return +1 when branches not equal
Jeff Hostetler committed over 8 years ago
Patryk Obara committed over 8 years ago
clang-format: adjust penalty for return type line break
Patryk Obara committed over 8 years ago
packed_ref_cache: don't use mmap() for small files
Kim Gybels committed over 8 years ago
load_contents(): don't try to mmap an empty file
Michael Haggerty committed over 8 years ago
packed_ref_iterator_begin(): make optimization more general
Michael Haggerty committed over 8 years ago
find_reference_location(): make function safe for empty snapshots
Michael Haggerty committed over 8 years ago
create_snapshot(): use `xmemdupz()` rather than a strbuf
Michael Haggerty committed over 8 years ago
struct snapshot: store `start` rather than `header_len`
Michael Haggerty committed over 8 years ago
dir.c: fix missing dir invalidation in untracked code
Nguyễn Thái Ngọc Duy committed over 8 years ago
dir.c: avoid stat() in valid_cached_dir()
Nguyễn Thái Ngọc Duy committed over 8 years ago
status: add a failing test showing a core.untrackedCache bug
Ævar Arnfjörð Bjarmason committed over 8 years ago
worktree.c: add validate_worktree()
Nguyễn Thái Ngọc Duy committed over 8 years ago
sequencer: run 'prepare-commit-msg' hook
Phillip Wood committed over 8 years ago
t7505: add tests for cherry-pick and rebase -i/-p
Phillip Wood committed over 8 years ago
Phillip Wood committed over 8 years ago
mailinfo: avoid segfault when can't open files
Juan F. Codagnone committed over 8 years ago
read-cache: don't write index twice if we can't write shared index
Nguyễn Thái Ngọc Duy committed over 8 years ago
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma committed over 8 years ago
Junio C Hamano committed over 8 years ago