summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
2009-04-23Convert to use quiet option when availableDan Loewenherz
2009-03-25git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren
2009-03-04Improve error message for git-filter-branchJohn Tapsell
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski
2009-02-12filter-branch: Add more error-handlingEric Kidd
2009-02-07Merge branch 'js/filter-branch-submodule'Junio C Hamano
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin
2009-02-04filter-branch: Fix fatal error on bare repositoriesEric Kidd
2009-01-11filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit
2008-12-03filter-branch: use git rev-parse -qMiklos Vajna
2008-09-03Merge branch 'tr/filter-branch'Junio C Hamano
2008-08-22filter-branch: Grok special characters in tag namesJohannes Sixt
2008-08-13filter-branch: use --simplify-mergesThomas Rast
2008-08-13filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast
2008-08-08filter-branch: be more helpful when an annotated tag changesThomas Rast
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-05-28Merge 1.5.5.3 inJunio C Hamano
2008-05-28Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt
2008-05-14filter-branch: fix variable export logicJeff King
2008-05-06Merge branch 'bc/filter-branch'Junio C Hamano
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca
2008-03-31filter-branch.sh: support nearly proper tag name filteringBrandon Casey
2008-03-13filter-branch: use $SHELL_PATH instead of 'sh'Jeff King
2008-03-13filter-branch: don't use xargs -0Jeff King
2008-03-13tr portability fixesJeff King
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano
2008-01-31Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Junio C Hamano
2008-01-31filter-branch: assume HEAD if no revision suppliedBrandon Casey
2008-01-31filter-branch docs: remove brackets so not to imply revision arg is optionalBrandon Casey
2008-01-30filter-branch.sh: remove temporary directory on failureBrandon Casey
2008-01-07filter-branch: work correctly with ambiguous refnamesJunio C Hamano
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