Browse Source

Merge branch 'fix' into maint

* fix:
  Ensure author & committer before asking for commit message.
maint
Junio C Hamano 19 years ago
parent
commit
c8df633b4e
  1. 2
      git-commit.sh

2
git-commit.sh

@ -640,6 +640,8 @@ case "$no_edit" in @@ -640,6 +640,8 @@ case "$no_edit" in
exit 1
;;
esac
git-var GIT_AUTHOR_IDENT > /dev/null || die
git-var GIT_COMMITTER_IDENT > /dev/null || die
${VISUAL:-${EDITOR:-vi}} "$GIT_DIR/COMMIT_EDITMSG"
;;
esac

Loading…
Cancel
Save