Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-28 09:22:47 +0400
committerJunio C Hamano <gitster@pobox.com>2008-05-28 09:34:19 +0400
commitb71ce7f3f13ebd0e212bdda82b012ee36df4f63f (patch)
tree770119a6f5ba788a15fd91b3ad29490b94a86e43 /git-filter-branch.sh
parent37b78c25476d752953dc541e46fbb6bd5017edf7 (diff)
parent28bc30220f30850a10217d61f73e46d8a541e670 (diff)
Merge 1.5.5.3 in
Diffstat (limited to 'git-filter-branch.sh')
-rwxr-xr-xgit-filter-branch.sh2
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 " ")