aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Finish git-am documentation.Junio C Hamano2005-10-20
* Brief documentation for the mysterious git-am scriptPetr Baudis2005-10-20
* git-rev-parse: pass on "--" flag when requiredLinus Torvalds2005-10-20
* Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-20
* Make git-cherry-pick in target "all"Johannes Schindelin2005-10-20
* Fix missing exports in git-amJunio C Hamano2005-10-20
* git-daemon poll() spinning out of controlJens Axboe2005-10-20
* Merge /pub/scm/git/git to recover lost side branchJunio C Hamano2005-10-20
|\
| * 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
* | Do not ask for objects known to be complete.Junio C Hamano2005-10-18
|/
* 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