summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-11-29Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin
2007-11-29Merge branch 'maint'Junio C Hamano
2007-11-29scripts: do not get confused with HEAD in work treeJunio C Hamano
2007-11-28filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano
2007-10-17filter-branch: update current branch when rewrittenJohannes Schindelin
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-09-01filter-branch: introduce convenience function "skip_commit"Johannes Schindelin
2007-09-01filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin
2007-08-31filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano
2007-08-31git-filter-branch: more detailed USAGEGiuseppe Bilotta
2007-08-17Minor clarifications to git-filter-branch usage and docBrian Gernhardt
2007-08-14git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup
2007-07-25filter-branch: fix dash complaining about "Missing '))'"René Scharfe
2007-07-24filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin
2007-07-19filter-branch: get rid of "set -e"Johannes Schindelin
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett
2007-07-06filter-branch: fail gracefully when a filter failsJohannes Schindelin
2007-07-04filter-branch: added missing warn functionSteffen Prohaska
2007-07-04filter-branch: make output nicerJohannes Schindelin
2007-07-04filter-branch: Avoid an error message in the map function.Johannes Sixt
2007-07-04Document git-filter-branchJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-03Start deprecating "git-command" in favor of "git command"Linus Torvalds
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-23filter-branch: add example to move everything into a subdirectoryJohannes Schindelin
2007-06-09filter-branch: subdirectory filter needs --full-historyJohannes Sixt
2007-06-09filter-branch: Simplify parent computation.Johannes Sixt
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