summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
2007-06-09Teach filter-branch about subdirectory filteringJohannes Schindelin
2007-06-06filter-branch: always export GIT_DIR if it is setMatthias Lederhofer
2007-06-06filter-branch: also don't fail in map() if a commit cannot be mappedJohannes Sixt
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt
2007-06-06filter-branch: fix behaviour of '-k'Johannes Schindelin
2007-06-06filter-branch: use $(($i+1)) instead of $((i+1))Johannes Schindelin
2007-06-06chmod +x git-filter-branch.shMatthias Lederhofer
2007-06-06filter-branch: prevent filters from reading from stdinMatthias Lederhofer
2007-06-03Add git-filter-branchJohannes Schindelin