get_ref_dir(): require that the dirname argument ends in '/'
[gitweb.git] / git-rebase--interactive.sh
index 2b7eb6dda4811baed98411f9191ac164a3c660d5..2e1325824c5d1457a3a29fbf2b80661c05f035e6 100644 (file)
@@ -672,7 +672,7 @@ rearrange_squash () {
 case "$action" in
 continue)
        # do we have anything to commit?
-       if git diff-index --cached --quiet --ignore-submodules HEAD --
+       if git diff-index --cached --quiet HEAD --
        then
                : Nothing to commit -- skip this
        else