summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Libravatar Matthieu Moy1-6/+6
2009-04-22Convert to use quiet option when availableLibravatar Dan Loewenherz1-1/+1
2009-03-25git-filter-branch: avoid collisions with variables in eval'ed commandsLibravatar Elijah Newren1-3/+3
2009-03-04Improve error message for git-filter-branchLibravatar John Tapsell1-1/+3
2009-02-18filter-branch -d: Export GIT_DIR earlierLibravatar Lars Noschinski1-6/+6
2009-02-11filter-branch: Add more error-handlingLibravatar Eric Kidd1-12/+14
2009-02-07Merge branch 'js/filter-branch-submodule'Libravatar Junio C Hamano1-13/+14
2009-02-05filter-branch: do not consider diverging submodules a 'dirty worktree'Libravatar Johannes Schindelin1-1/+1
2009-02-03filter-branch: Fix fatal error on bare repositoriesLibravatar Eric Kidd1-12/+13
2009-01-10filter-branch: add git_commit_non_empty_tree and --prune-empty.Libravatar Pierre Habouzit1-1/+28
2008-12-03filter-branch: use git rev-parse -qLibravatar Miklos Vajna1-1/+1
2008-09-02Merge branch 'tr/filter-branch'Libravatar Junio C Hamano1-18/+14
2008-08-21filter-branch: Grok special characters in tag namesLibravatar Johannes Sixt1-5/+7
2008-08-12filter-branch: use --simplify-mergesLibravatar Thomas Rast1-3/+4
2008-08-12filter-branch: fix ref rewriting with --subdirectory-filterLibravatar Thomas Rast1-16/+11
2008-08-08filter-branch: be more helpful when an annotated tag changesLibravatar Thomas Rast1-3/+11
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesLibravatar Petr Baudis1-14/+18
2008-05-27Merge 1.5.5.3 inLibravatar Junio C Hamano1-1/+1
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Libravatar Johannes Sixt1-1/+1
2008-05-13filter-branch: fix variable export logicLibravatar Jeff King1-3/+9
2008-05-05Merge branch 'bc/filter-branch'Libravatar Junio C Hamano1-2/+16
2008-03-31filter-branch: Fix renaming a directory in the tree-filterLibravatar veillette@yahoo.ca1-1/+1
2008-03-31filter-branch.sh: support nearly proper tag name filteringLibravatar Brandon Casey1-2/+16
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