Squelch `removal' message from 'git reset --hard'.
We do not say anything about checking out, so mentioning removal only gets unnecessarily alarming. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -84,7 +84,7 @@ case "$reset_type" in
|
|||||||
print "$_\0";
|
print "$_\0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
' $tmp-exists | xargs -0 rm -v -f --
|
' $tmp-exists | xargs -0 rm -f --
|
||||||
;;
|
;;
|
||||||
--soft )
|
--soft )
|
||||||
;; # Nothing else to do
|
;; # Nothing else to do
|
||||||
|
Reference in New Issue
Block a user