aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make sure we barf on ref^{type} failure.Junio C Hamano2005-10-19
* Be more careful tangling object chains while marking commits.Junio C Hamano2005-10-19
* git-fetch/push/pull: documentation.Junio C Hamano2005-10-19
* Do not feed rev-list an invalid SHA1 expression.Junio C Hamano2005-10-19
* [PATCH] Do not send "want" lines for complete objectsJohannes Schindelin2005-10-19
* count-objects: squelch error from find on sparse object directory.Junio C Hamano2005-10-19
* git-clone: always keep pack sent from remote (documentation).Junio C Hamano2005-10-19
* git-clone: always keep pack sent from remote.Junio C Hamano2005-10-19
* Do not ask for objects known to be complete.Junio C Hamano2005-10-19
* Support for HTTP transfer timeouts based on transfer speedNick Hengeveld2005-10-19
* git-daemon: timeout, eliminate double DWIMH. Peter Anvin2005-10-19
* Even when overwriting tags, report if they are changed or not.Junio C Hamano2005-10-18
* Optimize common case of git-rev-listLinus Torvalds2005-10-18
* revised^2: git-daemon extra paranoia, and path DWIMH. Peter Anvin2005-10-18
* Remove unused include.Junio C Hamano2005-10-18
* git-fetch-pack: avoid unnecessary zero packingLinus Torvalds2005-10-18
* No funny names on cygwin...Johannes Schindelin2005-10-18
* Ignore more generated filesJohannes Schindelin2005-10-18
* Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin2005-10-18
* git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano2005-10-18
* Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano2005-10-18
* Handle "-" at beginning of filenames, part 3Linus Torvalds2005-10-18
* Teach "git diff" to handle filenames starting with '-'Linus Torvalds2005-10-18
* Avoid ambiguity between refname and filename in rev-parseLinus Torvalds2005-10-18
* Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2005-10-17
* Adjust tests for not quoting SP.Junio C Hamano2005-10-17
* Do not quote SP.Junio C Hamano2005-10-17
* git-apply: remove unused --show-files flag.Junio C Hamano2005-10-17
* update-index --index-info: adjust for funny-path quoting.Junio C Hamano2005-10-17
* Add tests for funny pathnames.Junio C Hamano2005-10-17
* Update documentation for C-style quoting.Junio C Hamano2005-10-17
* Update git-status to new git-diff-* and git-ls-files output.Junio C Hamano2005-10-17
* Update git-diff-* to use C-style quoting for funny pathnames.Junio C Hamano2005-10-17
* Improve "git add" again.Junio C Hamano2005-10-17
* Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano2005-10-17
* Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano2005-10-17
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-17
* Merge branch 'fixes'Junio C Hamano2005-10-17
|\
| * git-checkout-index: documentation updates.Junio C Hamano2005-10-17
| * make checkout-index '-a' flag saner.Linus Torvalds2005-10-17
* | ref-format documentation.Junio C Hamano2005-10-16
* | Sparse-directory safety fix.Junio C Hamano2005-10-16
* | Merge branch 'fixes'Junio C Hamano2005-10-16
|\ \ | |/
| * whatchanged: document -m option from git-diff-tree.Junio C Hamano2005-10-15
* | We do not depend on patch.Junio C Hamano2005-10-16
* | Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano2005-10-16
|\ \
| * | svn commit: re-word the exit-due-to-memory-leak messageMatthias Urlichs2005-10-16
| * | Makefile entry for git-svnimport contained a small typo.Kalle Valo2005-10-16
| * | svn import: copy directoriesMatthias Urlichs2005-10-11
| * | svn import: Add direct HTTP accessMatthias Urlichs2005-10-11