]> git.ipfire.org Git - thirdparty/git.git/history - git-filter-branch.sh
filter-branch: add example to move everything into a subdirectory
[thirdparty/git.git] / git-filter-branch.sh
2007-06-23  Johannes Schindelinfilter-branch: add example to move everything into...
2007-06-23  Junio C HamanoMerge branch 'js/filter'
2007-06-09  Johannes Sixtfilter-branch: subdirectory filter needs --full-history
2007-06-09  Johannes Sixtfilter-branch: Simplify parent computation.
2007-06-09  Johannes SchindelinTeach filter-branch about subdirectory filtering
2007-06-06  Johannes Sixtfilter-branch: also don't fail in map() if a commit...
2007-06-06  Johannes Sixtfilter-branch: Use rev-list arguments to specify revisi...
2007-06-06  Johannes Schindelinfilter-branch: fix behaviour of '-k'
2007-06-06  Johannes Schindelinfilter-branch: use $(($i+1)) instead of $((i+1))
2007-06-06  Matthias Lederhoferchmod +x git-filter-branch.sh
2007-06-06  Matthias Lederhoferfilter-branch: prevent filters from reading from stdin
2007-06-03  Johannes SchindelinAdd git-filter-branch