add -p: prefer color.diff.context over color.diff.plain
Johannes Schindelin committed almost 6 years ago
add -i (Perl version): color header to match the C version
Johannes Schindelin committed almost 6 years ago
add -i (built-in): use the same indentation as the Perl version
Johannes Schindelin committed almost 6 years ago
add -p (built-in): do not color the progress indicator separately
Johannes Schindelin committed almost 6 years ago
builtin/repack.c: keep track of what pack-objects wrote
Taylor Blau committed almost 6 years ago
repack: make "exts" array available outside cmd_repack()
Jeff King committed almost 6 years ago
list-objects-filter-options: fix function name in BUG
Martin Ågren committed almost 6 years ago
archive: release refname after use
René Scharfe committed almost 6 years ago
diff-lib: plug minor memory leaks in do_diff_cache()
René Scharfe committed almost 6 years ago
update-ref: disallow "start" for ongoing transactions
Patrick Steinhardt committed almost 6 years ago
p1400: use `git-update-ref --stdin` to test multiple transactions
Patrick Steinhardt committed almost 6 years ago
update-ref: allow creation of multiple transactions
Patrick Steinhardt committed almost 6 years ago
t1400: avoid touching refs on filesystem
Patrick Steinhardt committed almost 6 years ago
packfile: detect overflow in .idx file size checks
Jeff King committed almost 6 years ago
block-sha1: take a size_t length parameter
Jeff King committed almost 6 years ago
fsck: correctly compute checksums on idx files larger than 4GB
Jeff King committed almost 6 years ago
use size_t to store pack .idx byte offsets
Jeff King committed almost 6 years ago
compute pack .idx byte offsets using size_t
Jeff King committed almost 6 years ago
parse-remote: remove this now-unused library
Ævar Arnfjörð Bjarmason committed almost 6 years ago
submodule: remove sh function in favor of helper
Ævar Arnfjörð Bjarmason committed almost 6 years ago