X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-filter-branch.sh;h=d04c346e12fb73539e9910951744e9d5558ad4d3;hb=f7597acac069bbaad8887cb315a4e5420222971a;hp=80e99e539477cbd7266b19c1bd90d424cf1341ee;hpb=8fe114a6e1d606eb806b3f87b17fc22f106af7b7;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 " ")