summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | filter-branch: Simplify parent computation.Johannes Sixt2007-06-091-17/+7
* | Teach filter-branch about subdirectory filteringJohannes Schindelin2007-06-091-3/+30
|/
* filter-branch: also don't fail in map() if a commit cannot be mappedJohannes Sixt2007-06-061-9/+5
* filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt2007-06-061-27/+12
* filter-branch: fix behaviour of '-k'Johannes Schindelin2007-06-061-12/+17
* filter-branch: use $(($i+1)) instead of $((i+1))Johannes Schindelin2007-06-061-1/+1
* chmod +x git-filter-branch.shMatthias Lederhofer2007-06-061-0/+0
* filter-branch: prevent filters from reading from stdinMatthias Lederhofer2007-06-061-3/+3
* Add git-filter-branchJohannes Schindelin2007-06-021-0/+430