On Tue, Oct 19, 2010 at 16:39, Ramkumar Ramachandra <artagnon@xxxxxxxxx> wrote: > - Â Â Â Â Â Â Â git update-index --ignore-submodules --refresh && > - Â Â Â Â Â Â Â git diff-files --ignore-submodules --quiet && > - Â Â Â Â Â Â Â git diff-index --ignore-submodules --cached --quiet HEAD -- || > - Â Â Â Â Â Â Â die "refusing to pull with rebase: your working tree is not up-to-date" > + Â Â Â Â Â Â Â require_clean_work_tree "pull with rebase" "Please commit or stash them." Doing this sort of thing is basically incompatible with doing i18n. I'll work around this when rebasing the ab/i18n series, but in the long term we shouldn't be doing stuff like this. -- 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