pull --rebase: exit early when the working directory is dirty
commit8944969c20e80f13965905ecd2ccccac36a34831
authorPaul Tan <pyokagan@gmail.com>
Thu, 18 Jun 2015 10:54:10 +0000 (18 18:54 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2015 20:18:43 +0000 (18 13:18 -0700)
treefda4d13b5d6cc654a64ed12e7affab9373b12a03
parent81dbd768dbeba4b3d65c485968920347460e309c
pull --rebase: exit early when the working directory is dirty

Re-implement the behavior introduced by f9189cf (pull --rebase: exit
early when the working directory is dirty, 2008-05-21).

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c