Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit9457f66e91833abdce3906825053faf28e21ac54
authorJakub Narebski <jnareb@gmail.com>
Mon, 24 Mar 2008 19:30:38 +0000 (24 20:30 +0100)
committerJakub Narebski <jnareb@gmail.com>
Mon, 24 Mar 2008 19:30:38 +0000 (24 20:30 +0100)
tree4ccd1d85329132aee8efe64973b3e681f5cdc1be
parent855b7aa0ee1789a96fa5a047a9f8a6e2ba4395be
parentbc6100087cfac0293e6ccbea95a24223b724d072
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (26 commits)
  GIT 1.5.5-rc1
  gc --auto: raise default auto pack limit from 20 to 50
  remote.c: Fix overtight refspec validation
  fast-import: Document the effect of "merge" with no "from" in a commit
  Make git-svn tests behave better on OS X
  Improve description of git filter-branch.
  t/t7003-filter-branch.sh: use test_must_fail rather than '!'
  Don't try and percent-escape existing percent escapes in git-svn URIs
  remote show: do not show symbolic refs
  Document the sendemail.smtpserverport config variable
  Add --reverse to the git-rev-list usage string
  make it easier for people who just want to get rid of 'git gc --auto'
  builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.auto
  Documentation/git-merge: document subtree strategy.
  Fix tag following
  Make revision limiting more robust against occasional bad commit dates
  Fix t3200 config
  Tighten refspec processing
  Fix possible Solaris problem in 'checkout_entry()'
  Fix read-tree not to discard errors
  ...