summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Brief documentation for the mysterious git-am scriptPetr Baudis2005-10-203-1/+54
* git-rev-parse: pass on "--" flag when requiredLinus Torvalds2005-10-201-0/+4
* Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-201-1/+9
* Make git-cherry-pick in target "all"Johannes Schindelin2005-10-202-2/+5
* Fix missing exports in git-amJunio C Hamano2005-10-201-0/+1
* git-daemon poll() spinning out of controlJens Axboe2005-10-201-1/+1
* Merge /pub/scm/git/git to recover lost side branchJunio C Hamano2005-10-2012-109/+164
|\
| * Make sure we barf on ref^{type} failure.Junio C Hamano2005-10-191-1/+3
| * Be more careful tangling object chains while marking commits.Junio C Hamano2005-10-191-4/+10
| * git-fetch/push/pull: documentation.Junio C Hamano2005-10-194-10/+18
| * Do not feed rev-list an invalid SHA1 expression.Junio C Hamano2005-10-191-9/+23
| * [PATCH] Do not send "want" lines for complete objectsJohannes Schindelin2005-10-191-8/+25
| * count-objects: squelch error from find on sparse object directory.Junio C Hamano2005-10-191-1/+1
| * git-clone: always keep pack sent from remote (documentation).Junio C Hamano2005-10-191-12/+3
| * git-clone: always keep pack sent from remote.Junio C Hamano2005-10-191-68/+4
| * Do not ask for objects known to be complete.Junio C Hamano2005-10-191-2/+62
| * Support for HTTP transfer timeouts based on transfer speedNick Hengeveld2005-10-191-0/+29
| * git-daemon: timeout, eliminate double DWIMH. Peter Anvin2005-10-192-7/+59
* | Do not ask for objects known to be complete.Junio C Hamano2005-10-181-2/+62
|/
* Even when overwriting tags, report if they are changed or not.Junio C Hamano2005-10-181-1/+6
* Optimize common case of git-rev-listLinus Torvalds2005-10-181-0/+5
* revised^2: git-daemon extra paranoia, and path DWIMH. Peter Anvin2005-10-181-21/+57
* Remove unused include.Junio C Hamano2005-10-182-4/+0
* git-fetch-pack: avoid unnecessary zero packingLinus Torvalds2005-10-181-6/+44
* No funny names on cygwin...Johannes Schindelin2005-10-181-0/+3
* Ignore more generated filesJohannes Schindelin2005-10-181-0/+3
* Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin2005-10-181-1/+1
* git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano2005-10-182-18/+103
* Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano2005-10-182-3/+3
* Handle "-" at beginning of filenames, part 3Linus Torvalds2005-10-181-1/+1
* Teach "git diff" to handle filenames starting with '-'Linus Torvalds2005-10-182-4/+9
* Avoid ambiguity between refname and filename in rev-parseLinus Torvalds2005-10-181-4/+8
* Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2005-10-172-2/+6
* Adjust tests for not quoting SP.Junio C Hamano2005-10-171-5/+11
* Do not quote SP.Junio C Hamano2005-10-171-2/+2
* git-apply: remove unused --show-files flag.Junio C Hamano2005-10-172-43/+2
* update-index --index-info: adjust for funny-path quoting.Junio C Hamano2005-10-171-5/+17
* Add tests for funny pathnames.Junio C Hamano2005-10-171-0/+133
* Update documentation for C-style quoting.Junio C Hamano2005-10-174-2/+33
* Update git-status to new git-diff-* and git-ls-files output.Junio C Hamano2005-10-171-32/+35
* Update git-diff-* to use C-style quoting for funny pathnames.Junio C Hamano2005-10-171-40/+95
* Improve "git add" again.Junio C Hamano2005-10-172-15/+49
* Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano2005-10-172-9/+19
* Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano2005-10-172-46/+186
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-172-2/+175
* Merge branch 'fixes'Junio C Hamano2005-10-172-61/+68
|\
| * git-checkout-index: documentation updates.Junio C Hamano2005-10-171-13/+7
| * make checkout-index '-a' flag saner.Linus Torvalds2005-10-171-48/+61
* | ref-format documentation.Junio C Hamano2005-10-163-2/+66
* | Sparse-directory safety fix.Junio C Hamano2005-10-161-1/+1