| Commit message (Expand) | Author | Age |
* | Merge branch 'lc/filter-branch-too-many-refs' | Junio C Hamano | 2013-10-17 |
|\ |
|
| * | Allow git-filter-branch to process large repositories with lots of branches. | Lee Carver | 2013-09-12 |
* | | write_index: optionally allow broken null sha1s | Jeff King | 2013-08-28 |
|/ |
|
* | Merge branch 'jk/filter-branch-come-back-to-original' | Junio C Hamano | 2013-04-07 |
|\ |
|
| * | filter-branch: return to original dir after filtering | Jeff King | 2013-04-02 |
* | | filter-branch: use git-sh-setup's ident parsing functions | Jeff King | 2012-10-18 |
|/ |
|
* | Merge branch 'jc/maint-filter-branch-epoch-date' | Junio C Hamano | 2012-07-22 |
|\ |
|
| * | filter-branch: do not forget the '@' prefix to force git-timestamp | Junio C Hamano | 2012-07-09 |
* | | Merge branch 'jk/filter-branch-require-clean-work-tree' | Junio C Hamano | 2011-10-05 |
|\ \
| |/
|/| |
|
| * | filter-branch: use require_clean_work_tree | Jeff King | 2011-09-15 |
* | | Merge branch 'js/sh-style' | Junio C Hamano | 2011-08-17 |
|\ \
| |/
|/| |
|
| * | filter-branch.sh: de-dent usage string | Junio C Hamano | 2011-08-05 |
| * | misc-sh: fix up whitespace in some other .sh files. | Jon Seymour | 2011-08-05 |
* | | filter-branch: Export variable `workdir' for --commit-filter | Michael Witten | 2011-08-08 |
|/ |
|
* | filter-branch: retire --remap-to-ancestor | Csaba Henk | 2010-08-27 |
* | Merge branch 'maint' | Junio C Hamano | 2010-02-11 |
|\ |
|
| * | filter-branch: Fix error message for --prune-empty --commit-filter | Jacob Helwig | 2010-02-11 |
* | | Merge branch 'ms/filter-branch-submodule' | Junio C Hamano | 2010-02-02 |
|\ \ |
|
| * | | filter-branch: Fix to allow replacing submodules with another content | Michal Sojka | 2010-01-28 |
* | | | fix portability issues with $ in double quotes | Stephen Boyd | 2010-01-26 |
|/ / |
|
* | | Merge branch 'js/filter-branch-prime' | Junio C Hamano | 2010-01-07 |
|\ \
| |/
|/| |
|
| * | filter-branch: remove an unnecessary use of 'git read-tree' | Johannes Sixt | 2009-12-15 |
* | | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 2009-11-25 |
|\ \
| |/ |
|
| * | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 2009-11-23 |
* | | filter-branch: nearest-ancestor rewriting outside subdir filter | Thomas Rast | 2009-11-13 |
* | | filter-branch: stop special-casing $filter_subdir argument | Thomas Rast | 2009-11-13 |
|/ |
|
* | filter-branch: make the usage string fit on 80 chars terminals. | Matthieu Moy | 2009-08-18 |
* | 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 |