Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit7bc2856d1d6dd76211be4f2cde5b0b5c0c8093d9
authorJakub Narebski <jnareb@gmail.com>
Wed, 7 Feb 2007 08:26:29 +0000 (7 09:26 +0100)
committerJakub Narebski <jnareb@gmail.com>
Wed, 7 Feb 2007 08:26:29 +0000 (7 09:26 +0100)
tree185a9232590dac910b48eba948a836784b335d65
parent2ac29d0b803f518760223f76f1cc61f17f4cdcbc
parente68989a739d8b1c5effb898d1ac78d27ca9d313a
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (45 commits)
  annotate: fix for cvsserver.
  gitweb: fix mismatched parenthesis
  git-push: allow globbing wildcard refspec.
  bash: Complete git-remote subcommands.
  bash: Support git-rebase -m continuation completion.
  Fix longstanding mismerge of ALL_CFLAGS vs BASIC_CFLAGS
  pager: Work around window resizing bug in 'less'
  Teach git-remote add to fetch and track
  blame: document --contents option
  Use pretend_sha1_file() in git-blame and git-merge-recursive.
  Add pretend_sha1_file() interface.
  git-blame: no rev means start from the working tree file.
  git-blame: an Emacs minor mode to view file with git-blame output.
  Allow forcing of a parent commit, even if the parent is not a direct one.
  bisect: it needs to be done in a working tree.
  Commands requiring a work tree must not run in GIT_DIR
  Add hg-to-git conversion utility.
  blameview: Support browsable functionality to blameview.
  gitweb: Convert project name to UTF-8
  bash: Support git-bisect and its subcommands.
  ...