Skip to content

Commit 0f2890a

Browse files
committed
Merge branch 'js/filter'
* js/filter: filter-branch: subdirectory filter needs --full-history filter-branch: Simplify parent computation. Teach filter-branch about subdirectory filtering filter-branch: also don't fail in map() if a commit cannot be mapped filter-branch: Use rev-list arguments to specify revision ranges. filter-branch: fix behaviour of '-k' filter-branch: use $(($i+1)) instead of $((i+1)) chmod +x git-filter-branch.sh filter-branch: prevent filters from reading from stdin t7003: make test repeatable Add git-filter-branch
2 parents 63daae4 + cfabd6e commit 0f2890a

File tree

3 files changed

+537
-1
lines changed

3 files changed

+537
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ SCRIPT_SH = \
211211
git-am.sh \
212212
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
213213
git-merge-resolve.sh git-merge-ours.sh \
214-
git-lost-found.sh git-quiltimport.sh git-submodule.sh
214+
git-lost-found.sh git-quiltimport.sh git-submodule.sh \
215+
git-filter-branch.sh
215216

216217
SCRIPT_PERL = \
217218
git-add--interactive.perl \

0 commit comments

Comments
 (0)