Skip to content

Commit

Permalink
Merge branch 'js/filter'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Junio C Hamano committed Jun 23, 2007
2 parents 63daae4 + cfabd6e commit 0f2890a
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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 0f2890a

Please sign in to comment.