Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commitb56ad691952787214b9157e65b83ca0594e241f4
authorJakub Narebski <jnareb@gmail.com>
Sun, 26 Nov 2006 12:53:09 +0000 (26 13:53 +0100)
committerJakub Narebski <jnareb@gmail.com>
Sun, 26 Nov 2006 12:53:09 +0000 (26 13:53 +0100)
treed958ecd3255f66f9c7e760840f87943a59348734
parent7bb8160bd83ad04a922521917631275c03f63d73
parent9f6db11ac5ee33f6fecc33c399838464145cad8c
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (39 commits)
  Documentation: clarify tutorial pull/merge discussion
  gitweb: Make project description in projects list link to summary view
  git-svn: allow SVN:: lib users to track the root of the repository (again)
  gitweb: Use author_epoch for pubdate in gitweb feeds
  gitweb: Add author and contributor email to Atom feed
  gitweb: Add author and committer email extraction to parse_commit
  gitweb: Use git-show-ref instead of git-peek-remote
  gitweb: Do not use esc_html in esc_path
  git-fetch: exit with non-zero status when fast-forward check fails
  git-svn: exit with status 1 for test failures
  git-svn: correctly access repos when only given partial read permissions
  git-branch -D: make it work even when on a yet-to-be-born branch
  Add -v and --abbrev options to git-branch
  git-clone: stop dumb protocol from copying refs outside heads/ and tags/.
  gitweb: (style) use chomp without parentheses consistently.
  gitweb: Replace SPC with &nbsp; also in tag comment
  Typefix builtin-prune.c::prune_object()
  config option log.showroot to show the diff of root commits
  git-svn: handle authentication without relying on cached tokens on disk
  git-cvsimport: add support for CVS pserver method HTTP/1.x proxying
  ...