walker_fetch(): avoid raw array length computation
Jeff King committed over 6 years ago
normalize_path_copy(): document "dst" size expectations
Jeff King committed over 6 years ago
git-p4: avoid leak of file handle when cloning
Luke Diamand committed over 6 years ago
git-p4: check for access to remote host earlier
Luke Diamand committed over 6 years ago
git-p4: cleanup better on error exit
Luke Diamand committed over 6 years ago
git-p4: create helper function importRevisions()
Luke Diamand committed over 6 years ago
git-p4: disable some pylint warnings, to get pylint output to something manageable
Luke Diamand committed over 6 years ago
git-p4: add P4CommandException to report errors talking to Perforce
Luke Diamand committed over 6 years ago
git-p4: make closeStreams() idempotent
Luke Diamand committed over 6 years ago
sha1-name: mark get_oid() error messages for translation
Jeff King committed over 6 years ago
fetch: forgo full connectivity check if --filter
Jonathan Tan committed over 6 years ago
connected: verify promisor-ness of partial clone
Jonathan Tan committed over 6 years ago
git: update documentation for --git-dir
Heba Waly committed over 6 years ago
.mailmap: map Yi-Jyun Pan's email
Denton Liu committed over 6 years ago
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain committed over 6 years ago
doc: drop "explicitly given" from push.default description
Jeff King committed over 6 years ago
obstack: avoid computing offsets from NULL pointer
Jeff King committed over 6 years ago
xdiff: avoid computing non-zero offset from NULL pointer
Jeff King committed over 6 years ago
avoid computing zero offsets from NULL pointer
Jeff King committed over 6 years ago
git rm submodule: succeed if .gitmodules index stat info is zero
David Turner committed over 6 years ago