l10n: Update git.pot (1 new messages)
[gitweb.git] / git-rebase--interactive.sh
index 5812222eb9afa2b2903040d7cf32ab0fb33c3508..454674976ea7661b90d46ae5b5698be37b391166 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