summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fsck: print progressnd/fsck-progressNguyễn Thái Ngọc Duy2011-11-064-7/+61
* fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-063-21/+39
* verify_packfile(): check as many object as possible in a packNguyễn Thái Ngọc Duy2011-11-061-7/+2
* fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-061-1/+3
* receive-pack: do not expect object 0{40} to existJunio C Hamano2011-11-031-6/+11
* t3200: add test case for 'branch -m'Stefan Naewe2011-11-021-0/+5
* branch -m: handle no arg properlyTay Ray Chuan2011-11-021-5/+8
* Update draft release notes to 1.7.8Junio C Hamano2011-11-011-55/+11
* Sync with 1.7.7.2Junio C Hamano2011-11-012-1/+45
|\
| * Git 1.7.7.2v1.7.7.2Junio C Hamano2011-11-012-1/+45
| * Merge branch 'rs/maint-estimate-cache-size' into maintJunio C Hamano2011-11-011-1/+1
| |\
| | * t7511: avoid use of reserved filename on Windows.Pat Thoyts2011-10-311-1/+1
| * | Merge branch 'md/smtp-tls-hello-again' into maintJunio C Hamano2011-11-011-1/+1
| |\ \
| * \ \ Merge branch 'jk/pull-rebase-with-work-tree' into maintJunio C Hamano2011-11-012-2/+2
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-diffstat-numstat-context' into maintJunio C Hamano2011-11-011-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'js/bisect-no-checkout' into maintJunio C Hamano2011-11-011-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bc/attr-ignore-case' into maintJunio C Hamano2011-11-0111-36/+92
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cn/fetch-prune' into maintJunio C Hamano2011-11-015-55/+137
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sp/smart-http-failure' into maintJunio C Hamano2011-11-011-1/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge jn/maint-http-error-messageJunio C Hamano2011-11-011-2/+7
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-11-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | name-hash.c: always initialize dir_next pointerJohannes Sixt2011-11-011-1/+1
* | | | | | | | | | | | Merge branch 'ss/blame-textconv-fake-working-tree'Junio C Hamano2011-11-012-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | (squash) test for previousJunio C Hamano2011-10-281-0/+11
| * | | | | | | | | | | | blame.c: Properly initialize strbuf after calling, textconv_object()Sebastian Schuberth2011-10-281-1/+3
* | | | | | | | | | | | | Merge branch 'ef/mingw-upload-archive'Junio C Hamano2011-11-017-64/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mingw: poll.h is no longer in sys/Erik Faye-Lund2011-11-011-1/+1
| * | | | | | | | | | | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-304-55/+31
| * | | | | | | | | | | | | compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-301-6/+13
| * | | | | | | | | | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-303-2/+4
* | | | | | | | | | | | | | Merge branch 'dm/pack-objects-update'Junio C Hamano2011-11-011-19/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pack-objects: don't traverse objects unnecessarilyDan McGee2011-10-201-6/+12
| * | | | | | | | | | | | | | pack-objects: rewrite add_descendants_to_write_order() iterativelyDan McGee2011-10-181-7/+37
| * | | | | | | | | | | | | | pack-objects: use unsigned int for counter and offset valuesDan McGee2011-10-181-6/+6
| * | | | | | | | | | | | | | pack-objects: mark add_to_write_order() as inlineDan McGee2011-10-181-1/+1
* | | | | | | | | | | | | | | Merge branch 'nd/pretty-commit-log-message'Junio C Hamano2011-11-011-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pretty.c: use original commit message if reencoding failsnd/pretty-commit-log-messageNguyễn Thái Ngọc Duy2011-10-231-1/+4
| * | | | | | | | | | | | | | | pretty.c: free get_header() return valueNguyễn Thái Ngọc Duy2011-10-231-4/+3
* | | | | | | | | | | | | | | | svn: Quote repository root in regex matchTed Percival2011-11-011-2/+2
* | | | | | | | | | | | | | | | Git 1.7.8-rc0v1.7.8-rc0Junio C Hamano2011-10-302-2/+2
* | | | | | | | | | | | | | | | Merge branch 'jk/git-tricks'Junio C Hamano2011-10-305-0/+355
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | completion: match ctags symbol names in grep patternsJeff King2011-10-211-0/+13
| * | | | | | | | | | | | | | | | contrib: add git-jump scriptJeff King2011-10-212-0/+161
| * | | | | | | | | | | | | | | | contrib: add diff highlight scriptJeff King2011-10-182-0/+181
* | | | | | | | | | | | | | | | | Update draft release notes to 1.7.8Junio C Hamano2011-10-271-3/+1
* | | | | | | | | | | | | | | | | Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano2011-10-271-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | completion: fix issue with process substitution not working on Git for WindowsStefan Naewe2011-10-261-1/+2
* | | | | | | | | | | | | | | | | | Merge branch 'rj/gitweb-clean-js'Junio C Hamano2011-10-271-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | gitweb/Makefile: Remove static/gitweb.js in the clean targetrj/gitweb-clean-jsRamsay Jones2011-10-261-1/+3
* | | | | | | | | | | | | | | | | | | Merge branch 'js/grep-mutex'Junio C Hamano2011-10-271-11/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \