Merge branch 'maint'

* maint:
  scripts: do not get confused with HEAD in work tree
  Improve description of git-branch -d and -D in man page.
This commit is contained in:
Junio C Hamano
2007-11-28 17:06:57 -08:00
7 changed files with 25 additions and 18 deletions

View File

@ -9,6 +9,6 @@
# because the current index is what we will be committing as the
# merge result.
git diff-index --quiet --cached HEAD || exit 2
git diff-index --quiet --cached HEAD -- || exit 2
exit 0