summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2008-03-31filter-branch: Fix renaming a directory in the tree-filterLibravatar veillette@yahoo.ca1-1/+1
2008-03-13filter-branch: use $SHELL_PATH instead of 'sh'Libravatar Jeff King1-1/+1
2008-03-13filter-branch: don't use xargs -0Libravatar Jeff King1-1/+1
2008-03-12tr portability fixesLibravatar Jeff King1-2/+2
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterLibravatar Junio C Hamano1-1/+10
2008-02-15filter-branch: handle filenames that need quotingLibravatar Junio C Hamano1-4/+5
2008-01-31Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Libravatar Junio C Hamano1-1/+1
2008-01-30filter-branch: assume HEAD if no revision suppliedLibravatar Brandon Casey1-2/+1
2008-01-30filter-branch docs: remove brackets so not to imply revision arg is optionalLibravatar Brandon Casey1-1/+1
2008-01-30filter-branch.sh: remove temporary directory on failureLibravatar Brandon Casey1-0/+5
2008-01-06filter-branch: work correctly with ambiguous refnamesLibravatar Junio C Hamano1-19/+3
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Libravatar Jim Meyering1-1/+1
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Libravatar Johannes Sixt1-5/+0
2007-12-17the use of 'tr' in the test suite isn't really portableLibravatar H.Merijn Brand1-1/+1
2007-11-28Replace instances of export VAR=VAL with VAR=VAL; export VARLibravatar Johannes Schindelin1-8/+12
2007-11-28Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-11-28scripts: do not get confused with HEAD in work treeLibravatar Junio C Hamano1-1/+1
2007-11-28filter-branch: fix dirty way to provide the helpers to commit filtersLibravatar Johannes Schindelin1-6/+8
2007-11-06scripts: Add placeholders for OPTIONS_SPECLibravatar Junio C Hamano1-0/+1
2007-10-16filter-branch: update current branch when rewrittenLibravatar Johannes Schindelin1-0/+15
2007-09-23Supplant the "while case ... break ;; esac" idiomLibravatar David Kastrup1-1/+2
2007-08-31filter-branch: introduce convenience function "skip_commit"Libravatar Johannes Schindelin1-0/+14
2007-08-31filter-branch: provide the convenience functions also for commit filtersLibravatar Johannes Schindelin1-10/+15
2007-08-30filter-branch: make sure orig_namespace ends with a single slash.Libravatar Junio C Hamano1-1/+1
2007-08-30git-filter-branch: more detailed USAGELibravatar Giuseppe Bilotta1-1/+7
2007-08-17Minor clarifications to git-filter-branch usage and docLibravatar Brian Gernhardt1-1/+1
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteLibravatar David Kastrup1-7/+0
2007-07-24filter-branch: fix dash complaining about "Missing '))'"Libravatar René Scharfe1-1/+1
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsLibravatar Johannes Schindelin1-22/+128
2007-07-18filter-branch: get rid of "set -e"Libravatar Johannes Schindelin1-14/+17
2007-07-14Remove useless uses of cat, and replace with filename argumentsLibravatar Josh Triplett1-2/+2
2007-07-05filter-branch: fail gracefully when a filter failsLibravatar Johannes Schindelin1-10/+29
2007-07-04filter-branch: added missing warn functionLibravatar Steffen Prohaska1-0/+4
2007-07-04filter-branch: make output nicerLibravatar Johannes Schindelin1-4/+4
2007-07-04filter-branch: Avoid an error message in the map function.Libravatar Johannes Sixt1-2/+6
2007-07-03Document git-filter-branchLibravatar Johannes Schindelin1-184/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-25/+25
2007-07-02Start deprecating "git-command" in favor of "git command"Libravatar Linus Torvalds1-1/+1
2007-07-01Merge branch 'ei/worktree+filter'Libravatar Junio C Hamano1-1/+2
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: always export GIT_DIR if it is setLibravatar Matthias Lederhofer1-1/+2
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