l10n: fr.po v2.5.0-rc0 (2355t)
[gitweb.git] / git-stash.sh
index 1f5ea877d719715760d42a3ee1d0950a1adaf9fc..8e9e2cd7d5697c1f2b7ccb8753d384d9f4461bef 100755 (executable)
@@ -457,8 +457,6 @@ apply_stash () {
        assert_stash_like "$@"
 
        git update-index -q --refresh || die "$(gettext "unable to refresh index")"
-       git diff-index --cached --quiet --ignore-submodules HEAD -- ||
-               die "$(gettext "Cannot apply stash: Your index contains uncommitted changes.")"
 
        # current index state
        c_tree=$(git write-tree) ||