branch: honor --abbrev/--no-abbrev in --list mode
Junio C Hamano committed over 9 years ago
rev-parse: add --show-superproject-working-tree
Stefan Beller committed over 9 years ago
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin committed over 9 years ago
t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREE
Johannes Schindelin committed over 9 years ago
setup_git_directory(): use is_dir_sep() helper
Johannes Schindelin committed over 9 years ago
send-pack: report signal death of pack-objects
Jeff King committed over 9 years ago
send-pack: read "unpack" status even on pack-objects failure
Jeff King committed over 9 years ago
send-pack: improve unpack-status error messages
Jeff King committed over 9 years ago
send-pack: use skip_prefix for parsing unpack status
Jeff King committed over 9 years ago
send-pack: extract parsing of "unpack" response
Jeff King committed over 9 years ago
receive-pack: fix deadlock when we cannot create tmpdir
Jeff King committed over 9 years ago
git svn: fix authentication with 'branch'
Hiroshi Shirosaki committed over 9 years ago
Documentation/git-update-index: explain splitIndex.*
Christian Couder committed over 9 years ago
Documentation/config: add splitIndex.sharedIndexExpire
Christian Couder committed over 9 years ago
read-cache: use freshen_shared_index() in read_index_from()
Christian Couder committed over 9 years ago
read-cache: refactor read_index_from()
Christian Couder committed over 9 years ago
t1700: test shared index file expiration
Christian Couder committed over 9 years ago
read-cache: unlink old sharedindex files
Christian Couder committed over 9 years ago
ewah: fix eword_t/uint64_t confusion
Jeff King committed over 9 years ago
line-log: use COPY_ARRAY to fix mis-sized memcpy
Vegard Nossum committed over 9 years ago