]> asedeno.scripts.mit.edu Git - git.git/commit
Improved error message from git-rebase
authorDavid Kågedal <davidk@lysator.liu.se>
Wed, 31 Jan 2007 16:12:03 +0000 (17:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 Jan 2007 21:16:52 +0000 (13:16 -0800)
commit6e598c326dc4217c387fd797d182dc2ac0a0fc03
tree84c401659f2ebd199995ffc479864485906d9c43
parent9ebe6cf953123ce904fe6930991694e3a3c79c17
Improved error message from git-rebase

If the index wasn't clean, git-rebase would simply show the output from
git-diff-index with no further comment to the user.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh