Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: de.po: translate "bad" as "ungültig" ("invalid")
[gitweb.git]
/
git-rebase--interactive.sh
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index 5812222eb9afa2b2903040d7cf32ab0fb33c3508..454674976ea7661b90d46ae5b5698be37b391166 100644
(file)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-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