| Commit message (Expand) | Author | Age |
* | Convert to use quiet option when available | Dan Loewenherz | 2009-04-22 |
* | git-filter-branch: avoid collisions with variables in eval'ed commands | Elijah Newren | 2009-03-25 |
* | Improve error message for git-filter-branch | John Tapsell | 2009-03-04 |
* | filter-branch -d: Export GIT_DIR earlier | Lars Noschinski | 2009-02-18 |
* | filter-branch: Add more error-handling | Eric Kidd | 2009-02-11 |
* | Merge branch 'js/filter-branch-submodule' | Junio C Hamano | 2009-02-07 |
|\ |
|
| * | filter-branch: do not consider diverging submodules a 'dirty worktree' | Johannes Schindelin | 2009-02-05 |
| * | filter-branch: Fix fatal error on bare repositories | Eric Kidd | 2009-02-03 |
* | | filter-branch: add git_commit_non_empty_tree and --prune-empty. | Pierre Habouzit | 2009-01-10 |
|/ |
|
* | filter-branch: use git rev-parse -q | Miklos Vajna | 2008-12-03 |
* | Merge branch 'tr/filter-branch' | Junio C Hamano | 2008-09-02 |
|\ |
|
| * | filter-branch: use --simplify-merges | Thomas Rast | 2008-08-12 |
| * | filter-branch: fix ref rewriting with --subdirectory-filter | Thomas Rast | 2008-08-12 |
* | | filter-branch: Grok special characters in tag names | Johannes Sixt | 2008-08-21 |
|/ |
|
* | filter-branch: be more helpful when an annotated tag changes | Thomas Rast | 2008-08-08 |
* | git-filter-branch.sh: Allow running in bare repositories | Petr Baudis | 2008-07-23 |
* | Merge 1.5.5.3 in | Junio C Hamano | 2008-05-27 |
|\ |
|
| * | Revert "filter-branch: subdirectory filter needs --full-history" | Johannes Sixt | 2008-05-27 |
* | | filter-branch: fix variable export logic | Jeff King | 2008-05-13 |
* | | Merge branch 'bc/filter-branch' | Junio C Hamano | 2008-05-05 |
|\ \
| |/
|/| |
|
| * | filter-branch.sh: support nearly proper tag name filtering | Brandon Casey | 2008-03-31 |
* | | filter-branch: Fix renaming a directory in the tree-filter | veillette@yahoo.ca | 2008-03-31 |
|/ |
|
* | filter-branch: use $SHELL_PATH instead of 'sh' | Jeff King | 2008-03-13 |
* | filter-branch: don't use xargs -0 | Jeff King | 2008-03-13 |
* | tr portability fixes | Jeff King | 2008-03-12 |
* | filter-branch: handle "disappearing tree" case correctly in subdir filter | Junio C Hamano | 2008-03-08 |
* | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 |
* | Revert "filter-branch docs: remove brackets so not to imply revision arg is o... | Junio C Hamano | 2008-01-31 |
* | filter-branch: assume HEAD if no revision supplied | Brandon Casey | 2008-01-30 |
* | filter-branch docs: remove brackets so not to imply revision arg is optional | Brandon Casey | 2008-01-30 |
* | filter-branch.sh: remove temporary directory on failure | Brandon Casey | 2008-01-30 |
* | filter-branch: work correctly with ambiguous refnames | Junio C Hamano | 2008-01-06 |
* | git-filter-branch.sh: more portable tr usage: use \012, not \n. | Jim Meyering | 2007-12-18 |
* | filter-branch: Remove broken and unnecessary summary of rewritten refs. | Johannes Sixt | 2007-12-18 |
* | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 2007-12-17 |
* | Replace instances of export VAR=VAL with VAR=VAL; export VAR | Johannes Schindelin | 2007-11-28 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-28 |
|\ |
|
| * | scripts: do not get confused with HEAD in work tree | Junio C Hamano | 2007-11-28 |
* | | filter-branch: fix dirty way to provide the helpers to commit filters | Johannes Schindelin | 2007-11-28 |
* | | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 2007-11-06 |
|/ |
|
* | filter-branch: update current branch when rewritten | Johannes Schindelin | 2007-10-16 |
* | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 |
* | filter-branch: introduce convenience function "skip_commit" | Johannes Schindelin | 2007-08-31 |
* | filter-branch: provide the convenience functions also for commit filters | Johannes Schindelin | 2007-08-31 |
* | filter-branch: make sure orig_namespace ends with a single slash. | Junio C Hamano | 2007-08-30 |
* | git-filter-branch: more detailed USAGE | Giuseppe Bilotta | 2007-08-30 |
* | Minor clarifications to git-filter-branch usage and doc | Brian Gernhardt | 2007-08-17 |
* | git-sh-setup.sh: make GIT_DIR absolute | David Kastrup | 2007-08-13 |
* | filter-branch: fix dash complaining about "Missing '))'" | René Scharfe | 2007-07-24 |
* | filter-branch: Big syntax change; support rewriting multiple refs | Johannes Schindelin | 2007-07-23 |