aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Silence confusing and false-positive curl error messagePetr Baudis2005-10-23
* Merge branch 'fixes'Junio C Hamano2005-10-23
|\
| * git-show-branch: Fix off-by-one error.Junio C Hamano2005-10-23
* | git-rev-list: add "--dense" flagLinus Torvalds2005-10-22
* | Teach git-rev-list to follow just a specified set of filesLinus Torvalds2005-10-22
* | Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-22
* | Allow git-merge not to commit.Junio C Hamano2005-10-22
* | upload-pack: Increase MAX_HAS.Junio C Hamano2005-10-22
* | Fix malformatted git-am documentation.Junio C Hamano2005-10-21
* | [PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld2005-10-21
* | [PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld2005-10-21
* | [PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld2005-10-21
* | Merge branch 'fixes'Junio C Hamano2005-10-20
|\ \ | |/
| * daemon.c: remove trailing whitespace.Junio C Hamano2005-10-20
* | Fix git-daemon argument-parsing bugH. Peter Anvin2005-10-20
* | Update git-daemon's documentation wrt. new optionsPetr Baudis2005-10-20
* | 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