diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-05-27 22:22:47 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-05-27 22:34:19 -0700 |
| commit | b71ce7f3f13ebd0e212bdda82b012ee36df4f63f (patch) | |
| tree | 770119a6f5ba788a15fd91b3ad29490b94a86e43 /git-filter-branch.sh | |
| parent | clone: make sure we support the transport type (diff) | |
| parent | GIT 1.5.5.3 (diff) | |
| download | git-b71ce7f3f13ebd0e212bdda82b012ee36df4f63f.tar.gz git-b71ce7f3f13ebd0e212bdda82b012ee36df4f63f.zip | |
Merge 1.5.5.3 in
Diffstat (limited to 'git-filter-branch.sh')
| -rwxr-xr-x | git-filter-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 80e99e5394..d04c346e12 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 " ") |
