summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy2006-04-031-9/+19
* safe_fgets() - even more anal fgets()Junio C Hamano2006-04-031-3/+4
* pack-objects: be incredibly anal about stdio semanticsLinus Torvalds2006-04-021-1/+11
* Fix Solaris stdio signal handling stupiditiesLinus Torvalds2006-04-021-8/+19
* tar-tree: file/dirmode fix.Junio C Hamano2006-03-031-4/+6
* read-tree --aggressive: remove deleted entry from the working tree.Junio C Hamano2006-03-011-2/+4
* Merge branch 'lt/fix-apply' into maintv1.2.4Junio C Hamano2006-03-014-13/+161
|\
| * git-am: --whitespace=x option.Junio C Hamano2006-02-281-4/+9
| * git-apply: war on whitespace -- finishing touches.Junio C Hamano2006-02-281-0/+11
| * git-apply --whitespace=nowarnJunio C Hamano2006-02-271-2/+6
| * apply --whitespace: configuration option.Junio C Hamano2006-02-273-24/+51
| * apply: squelch excessive errors and --whitespace=error-allJunio C Hamano2006-02-271-8/+45
| * apply --whitespace fixes and enhancements.Junio C Hamano2006-02-271-23/+54
| * The war on trailing whitespaceLinus Torvalds2006-02-271-0/+33
* | git-mv: fixes for path handlingJosef Weidendorfer2006-03-011-12/+14
* | git-mv: Allow -h without repo & fix error messageJosef Weidendorfer2006-03-011-6/+10
* | Allow git-mv to accept ./ in paths.Junio C Hamano2006-03-011-0/+9
* | combine-diff: Honour -z option correctly.Mark Wooding2006-03-011-2/+2
* | combine-diff: Honour --full-index.Mark Wooding2006-03-011-4/+6
* | diffcore-break: micro-optimize by avoiding delta between identical files.Junio C Hamano2006-03-011-0/+4
|/
* sample hooks template.Junio C Hamano2006-02-262-0/+2
* Merge branch 'fix' into maintJunio C Hamano2006-02-241-2/+8
|\
| * git-am: do not allow empty commits by mistake.Junio C Hamano2006-02-231-2/+8
| |
| \
| \
| \
*---. \ Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano2006-02-234-5/+67
|\ \ \ \
| | | * | fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen2006-02-231-1/+1
| | * | | diffcore-rename: plug memory leak.Junio C Hamano2006-02-221-1/+3
| | |/ /
| * | | checkout - eye candy.Junio C Hamano2006-02-223-3/+63
| |/ /
* | | Give no terminating LF to error() function.Junio C Hamano2006-02-226-13/+15
|/ /
* | git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano2006-02-221-14/+19
|/
* pack-objects eye-candy: finishing touches.Junio C Hamano2006-02-221-10/+33
* also adds progress when actually writing a packNicolas Pitre2006-02-221-3/+16
* nicer eye candies for pack-objectsNicolas Pitre2006-02-221-31/+25
* Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-224-1/+13
* Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-224-29/+32
* Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-221-0/+14
* pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-221-8/+35
* git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-222-7/+16
* pack-objects: finishing touches.Junio C Hamano2006-02-222-32/+91
* pack-objects: reuse data from existing packs.Junio C Hamano2006-02-223-58/+332
* detect broken alternates.Junio C Hamano2006-02-221-3/+16
* git-push: Update documentation to describe the no-refspec behavior.Carl Worth2006-02-211-0/+6
* format-patch: pretty-print timestamp correctly.Junio C Hamano2006-02-211-1/+1
* git-add: Add support for --, documentation, and test.Carl Worth2006-02-213-1/+32
* Fix retries in git-cvsimportv1.2.2Martin Mares2006-02-181-8/+5
* archimport: remove files from the index before adding/updatingEric Wong2006-02-181-15/+13
* Make git-reset delete empty directoriesShawn Pearce2006-02-172-0/+66
* Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca2006-02-171-0/+8
* git-rev-parse: Fix --short= option parsingJonas Fonseca2006-02-171-3/+3
* Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-172-1/+6
* Abstract test_create_repo out for use in tests.Carl Worth2006-02-171-6/+17