Skip to content

Commit 532b74b

Browse files
committed
Merge branch 'js/maint-1.6.1-filter-branch-submodule' into maint-1.6.1
* js/maint-1.6.1-filter-branch-submodule: filter-branch: do not consider diverging submodules a 'dirty worktree'
2 parents c26901a + 26be15f commit 532b74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-filter-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OPTIONS_SPEC=
9898
. git-sh-setup
9999

100100
if [ "$(is_bare_repository)" = false ]; then
101-
git diff-files --quiet &&
101+
git diff-files --ignore-submodules --quiet &&
102102
git diff-index --cached --quiet HEAD -- ||
103103
die "Cannot rewrite branch(es) with a dirty working directory."
104104
fi

0 commit comments

Comments
 (0)