зеркало из https://github.com/microsoft/git.git
git-reset: detect update-ref error and report it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
5f468c4805
Коммит
dee4e384f3
|
@ -52,7 +52,8 @@ then
|
|||
else
|
||||
rm -f "$GIT_DIR/ORIG_HEAD"
|
||||
fi
|
||||
git-update-ref -m "reset $reset_type $@" HEAD "$rev"
|
||||
git-update-ref -m "reset $reset_type $*" HEAD "$rev"
|
||||
update_ref_status=$?
|
||||
|
||||
case "$reset_type" in
|
||||
--hard )
|
||||
|
@ -66,3 +67,5 @@ case "$reset_type" in
|
|||
esac
|
||||
|
||||
rm -f "$GIT_DIR/MERGE_HEAD" "$GIT_DIR/rr-cache/MERGE_RR" "$GIT_DIR/SQUASH_MSG"
|
||||
|
||||
exit $update_ref_status
|
||||
|
|
Загрузка…
Ссылка в новой задаче