Nguyen Thai Ngoc Duy wrote: >> +# Clever commit - if this commit would do nothing, then make it an "all" >> +# commit >> +if [ -z "$(git-diff-index --cached --name-only HEAD)" \ >> + -a -z "$amend" -a -z "$only" -a -z "$also" ]; then >> + echo "Nothing to commit but changes in working tree. Assuming 'git commit -a'" > > This is hardly seen as the editor will immediately pop up. Better > pause a second or put it in commit template (I'd prefer the latter). Well, if it is VISUAL editor, you would see this. But adding this to template is certainly good idea. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html