Skip to content

Commit

Permalink
Merge branch 'js/filter' into ei/worktree+filter
Browse files Browse the repository at this point in the history
* js/filter:
  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
  • Loading branch information
Junio C Hamano committed Jun 6, 2007
2 parents f4f51ad + 3520e1e commit 3270736
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ SCRIPT_SH = \
git-am.sh \
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
git-merge-resolve.sh git-merge-ours.sh \
git-lost-found.sh git-quiltimport.sh git-submodule.sh
git-lost-found.sh git-quiltimport.sh git-submodule.sh \
git-filter-branch.sh

SCRIPT_PERL = \
git-add--interactive.perl \
Expand Down
Loading

0 comments on commit 3270736

Please sign in to comment.