summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'js/filter-branch-prime'Junio C Hamano2010-01-071-1/+0
|\ \ | |/ |/|
| * filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt2009-12-151-1/+0
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-1/+1
|\|
| * Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-1/+1
* | filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-131-5/+13
* | filter-branch: stop special-casing $filter_subdir argumentThomas Rast2009-11-131-7/+15
|/
* filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy2009-08-181-6/+6
* Convert to use quiet option when availableDan Loewenherz2009-04-221-1/+1
* git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren2009-03-251-3/+3
* Improve error message for git-filter-branchJohn Tapsell2009-03-041-1/+3
* filter-branch -d: Export GIT_DIR earlierLars Noschinski2009-02-181-6/+6
* filter-branch: Add more error-handlingEric Kidd2009-02-111-12/+14
* Merge branch 'js/filter-branch-submodule'Junio C Hamano2009-02-071-13/+14
|\
| * filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin2009-02-051-1/+1
| * filter-branch: Fix fatal error on bare repositoriesEric Kidd2009-02-031-12/+13
* | filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit2009-01-101-1/+28
|/
* filter-branch: use git rev-parse -qMiklos Vajna2008-12-031-1/+1
* Merge branch 'tr/filter-branch'Junio C Hamano2008-09-021-18/+14
|\
| * filter-branch: use --simplify-mergesThomas Rast2008-08-121-3/+4
| * filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast2008-08-121-16/+11
* | filter-branch: Grok special characters in tag namesJohannes Sixt2008-08-211-5/+7
|/
* filter-branch: be more helpful when an annotated tag changesThomas Rast2008-08-081-3/+11
* git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2008-07-231-14/+18
* Merge 1.5.5.3 inJunio C Hamano2008-05-271-1/+1
|\
| * Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt2008-05-271-1/+1
* | filter-branch: fix variable export logicJeff King2008-05-131-3/+9
* | Merge branch 'bc/filter-branch'Junio C Hamano2008-05-051-2/+16
|\ \ | |/ |/|
| * filter-branch.sh: support nearly proper tag name filteringBrandon Casey2008-03-311-2/+16
* | filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2008-03-311-1/+1
|/
* filter-branch: use $SHELL_PATH instead of 'sh'Jeff King2008-03-131-1/+1
* filter-branch: don't use xargs -0Jeff King2008-03-131-1/+1
* tr portability fixesJeff King2008-03-121-2/+2
* filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2008-03-081-1/+10
* filter-branch: handle filenames that need quotingJunio C Hamano2008-02-151-4/+5
* Revert "filter-branch docs: remove brackets so not to imply revision arg is optional"Junio C Hamano2008-01-311-1/+1
* filter-branch: assume HEAD if no revision suppliedBrandon Casey2008-01-301-2/+1
* filter-branch docs: remove brackets so not to imply revision arg is optionalBrandon Casey2008-01-301-1/+1
* filter-branch.sh: remove temporary directory on failureBrandon Casey2008-01-301-0/+5
* filter-branch: work correctly with ambiguous refnamesJunio C Hamano2008-01-061-19/+3
* git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering2007-12-181-1/+1
* filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt2007-12-181-5/+0
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-171-1/+1
* Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-281-8/+12
* Merge branch 'maint'Junio C Hamano2007-11-281-1/+1
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-281-1/+1
* | filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin2007-11-281-6/+8
* | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
|/
* filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-161-0/+15
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+2
* filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-311-0/+14