rev-list --bisect: Move finding bisection into do_find_bisection.
[gitweb.git] / git-commit.sh
index 5ea3fd00768dbb5e27ee1b8b9f3285ee35640021..bb113e858b73945a1c637024277415cc5ad8f436 100755 (executable)
@@ -404,7 +404,7 @@ t,)
                (
                        GIT_INDEX_FILE="$NEXT_INDEX"
                        export GIT_INDEX_FILE
-                       git update-index --remove --stdin
+                       git update-index --add --remove --stdin
                ) || exit
                ;;
        esac