summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2007-06-22filter-branch: add example to move everything into a subdirectoryLibravatar Johannes Schindelin1-0/+8
2007-06-09filter-branch: subdirectory filter needs --full-historyLibravatar Johannes Sixt1-1/+1
2007-06-09filter-branch: Simplify parent computation.Libravatar Johannes Sixt1-17/+7
2007-06-09Teach filter-branch about subdirectory filteringLibravatar Johannes Schindelin1-3/+30
2007-06-06filter-branch: also don't fail in map() if a commit cannot be mappedLibravatar Johannes Sixt1-9/+5
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Libravatar Johannes Sixt1-27/+12
2007-06-06filter-branch: fix behaviour of '-k'Libravatar Johannes Schindelin1-12/+17
2007-06-06filter-branch: use $(($i+1)) instead of $((i+1))Libravatar Johannes Schindelin1-1/+1
2007-06-06chmod +x git-filter-branch.shLibravatar Matthias Lederhofer1-0/+0
2007-06-06filter-branch: prevent filters from reading from stdinLibravatar Matthias Lederhofer1-3/+3
2007-06-02Add git-filter-branchLibravatar Johannes Schindelin1-0/+430