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