On May 21, 2008, at 07:32, Johannes Schindelin wrote:
When rebasing fails during "pull --rebase", you cannot just clean up
the
working directory and call "pull --rebase" again, since the remote
branch
was already fetched.
Therefore, die early when the working directory is dirty.
Much nicer indeed to die early on errors, as we also can
generally give better error messages.
+ die "refusing to pull with rebase: your working tree is not up-to-
date"
I thought we'd prefer saying:
"refusing to pull with rebase: your working tree has
local changes"
-Geert
--
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