Merge branch 'jc/commit'
authorJunio C Hamano <junkio@cox.net>
Wed, 15 Feb 2006 01:51:02 +0000 (17:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 15 Feb 2006 01:51:02 +0000 (17:51 -0800)
* jc/commit:
  commit: detect misspelled pathspec while making a partial commit.
  combine-diff: diff-files fix (#2)
  combine-diff: diff-files fix.

1  2 
git-commit.sh

diff --cc git-commit.sh
@@@ -340,12 -341,8 +341,8 @@@ case "$#,$also$only" i
  0,)
    ;;
  *,)
-   echo >&2 "assuming --only paths..."
 -  only_include_assumed="# Explicit paths specified without -i nor -o; assuming --include paths..."
 -  also=t
++  only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..."
 +  also=
-   # If we are going to launch an editor, the message won't be
-   # shown without this...
-   test -z "$log_given$status_only" && sleep 1
    ;;
  esac
  unset only