Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit9de502c3ce28470ab69246f97d35ce1a666d1e2f
authorJakub Narebski <jnareb@gmail.com>
Thu, 6 Aug 2009 23:01:42 +0000 (7 01:01 +0200)
committerJakub Narebski <jnareb@gmail.com>
Thu, 6 Aug 2009 23:01:42 +0000 (7 01:01 +0200)
tree5979698f259bc3099fc5d7de1d9146cd54c1c7bc
parenteb56c28f227e8add3bef9bb2298eb45bb6c694b8
parent3f55e4107f7906134df029f9a5c44864f9258110
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (25 commits)
  gitweb/README: Document $base_url
  Documentation: git submodule: add missing options to synopsis
  git-merge-base/git-show-branch --merge-base: Documentation and test
  git-merge-base/git-show-branch: Cleanup documentation and usage
  t6010-merge-base.sh: Depict the octopus test graph
  Better usage string for reflog.
  hg-to-git: don't import the unused popen2 module
  send-email: remove debug trace
  gitweb: fix 'Use of uninitialized value' error in href()
  technical-docs: document tree-walking API
  config: Keep inner whitespace verbatim
  git init: optionally allow a directory argument
  show: add space between multiple items
  show: suppress extra newline when showing annotated tag
  pull: support rebased upstream + fetch + pull --rebase
  t5520-pull: Test for rebased upstream + fetch + pull --rebase
  init-db: migrate to parse-options
  apply: notice creation/removal patches produced by GNU diff
  prune-packed: migrate to parse-options
  verify-pack: migrate to parse-options
  ...