X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-filter-branch.sh;h=d04c346e12fb73539e9910951744e9d5558ad4d3;hb=61fb0b75d138032c7600fe86640897b900f2fd4f;hp=80e99e539477cbd7266b19c1bd90d424cf1341ee;hpb=e13067a7499f3cbf543d4a30865c70613f055b4b;p=git.git diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 80e99e539..d04c346e1 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -234,7 +234,7 @@ case "$filter_subdir" in ;; *) git rev-list --reverse --topo-order --default HEAD \ - --parents --full-history "$@" -- "$filter_subdir" + --parents "$@" -- "$filter_subdir" esac > ../revs || die "Could not get the commits" commits=$(wc -l <../revs | tr -d " ")