Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit824755f44ab724e5a76cb34c14bc3eb642baa06c
authorJakub Narebski <jnareb@gmail.com>
Fri, 30 Mar 2007 10:24:20 +0000 (30 12:24 +0200)
committerJakub Narebski <jnareb@gmail.com>
Fri, 30 Mar 2007 10:24:20 +0000 (30 12:24 +0200)
treeabac41f1af1c2da7a3a0d3556e2266e396239079
parentbb1f0f7e4e032d052d973d06521a2250235a6628
parentaa453216d1b3e49e7f6f98441fa56946ddcd6a20
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git:
  Do not bother documenting fetch--tool
  Update draft release notes for 1.5.1
  git-quiltimport /bin/sh-ism fix
  Bisect: Improve error message in "bisect_next_check".
  mergetool: Clean up description of files and prompts for merge resolutions
  mergetool: Make git-rm quiet when resolving a deleted file conflict
  mergetool: Add support for Apple Mac OS X's opendiff command
  mergetool: Fix abort command when resolving symlinks and deleted files
  mergetool: Remove spurious error message if merge.tool config option not set
  mergetool: factor out common code
  mergetool: portability fix: don't use reserved word function
  mergetool: portability fix: don't assume true is in /bin
  mergetool: Don't error out in the merge case where the local file is deleted
  mergetool: Replace use of "echo -n" with printf(1) to be more portable
  Fix minor formatting issue in man page for git-mergetool
  git-upload-pack: make sure we close unused pipe ends
  Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES.
  Documentation/git-svnimport.txt: fix typo.