Age | Commit message (Expand) | Author | Files | Lines |
2016-01-28 | Merge branch 'jk/filter-branch-no-index' | Junio C Hamano | 1 | -0/+8 |
2016-01-19 | filter-branch: resolve $commit^{tree} in no-index case | Jeff King | 1 | -0/+8 |
2016-01-07 | t/t7003-filter-branch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -3/+3 |
2015-11-24 | filter-branch: deal with object name vs. pathname ambiguity in tree-filter | SZEDER Gábor | 1 | -0/+7 |
2015-10-12 | filter-branch: remove multi-line headers in msg filter | James McCoy | 1 | -0/+14 |
2015-04-29 | filter-branch: avoid passing commit message through sed | Jeff King | 1 | -0/+10 |
2014-07-01 | filter-branch: eliminate duplicate mapped parents | Charles Bailey | 1 | -0/+11 |
2013-04-07 | Merge branch 'jk/filter-branch-come-back-to-original' | Junio C Hamano | 1 | -0/+14 |
2013-04-02 | filter-branch: return to original dir after filtering | Jeff King | 1 | -0/+14 |
2012-10-18 | filter-branch: use git-sh-setup's ident parsing functions | Jeff King | 1 | -2/+3 |
2012-07-12 | t7003: add test to filter a branch with a commit at epoch | Junio C Hamano | 1 | -1/+2 |
2010-09-16 | Merge branch 'bg/fix-t7003' | Junio C Hamano | 1 | -38/+41 |
2010-09-13 | t7003: Use test_commit instead of custom function | Brian Gernhardt | 1 | -38/+41 |
2010-08-27 | filter-branch: retire --remap-to-ancestor | Csaba Henk | 1 | -0/+18 |
2010-08-12 | t/t7003: replace \t with literal tab in sed expression | Brandon Casey | 1 | -1/+1 |
2010-08-09 | t7003: fix subdirectory-filter test | Thomas Rast | 1 | -1/+2 |
2010-01-28 | filter-branch: Add tests for submodules in tree-filter | Michal Sojka | 1 | -0/+39 |
2009-11-13 | filter-branch: nearest-ancestor rewriting outside subdir filter | Thomas Rast | 1 | -0/+18 |
2009-02-18 | filter-branch -d: Export GIT_DIR earlier | Lars Noschinski | 1 | -0/+12 |
2009-02-11 | filter-branch: Add more error-handling | Eric Kidd | 1 | -0/+4 |
2009-02-07 | Merge branch 'js/filter-branch-submodule' | Junio C Hamano | 1 | -1/+3 |
2009-02-03 | filter-branch: Fix fatal error on bare repositories | Eric Kidd | 1 | -1/+3 |
2009-01-10 | filter-branch: add git_commit_non_empty_tree and --prune-empty. | Pierre Habouzit | 1 | -0/+8 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -11/+11 |
2008-09-03 | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 1 | -11/+11 |
2008-09-02 | Merge branch 'tr/filter-branch' | Junio C Hamano | 1 | -2/+6 |
2008-08-21 | filter-branch: Grok special characters in tag names | Johannes Sixt | 1 | -0/+8 |
2008-08-12 | filter-branch: fix ref rewriting with --subdirectory-filter | Thomas Rast | 1 | -1/+1 |
2008-08-12 | filter-branch: Extend test to show rewriting bug | Thomas Rast | 1 | -3/+7 |
2008-07-23 | git-filter-branch.sh: Allow running in bare repositories | Petr Baudis | 1 | -0/+8 |
2008-05-27 | Merge 1.5.5.3 in | Junio C Hamano | 1 | -11/+2 |
2008-05-27 | Revert "filter-branch: subdirectory filter needs --full-history" | Johannes Sixt | 1 | -11/+2 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -2/+2 |
2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -1/+1 |
2008-05-05 | Merge branch 'bc/filter-branch' | Junio C Hamano | 1 | -0/+32 |
2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -1/+1 |
2008-03-31 | filter-branch: Fix renaming a directory in the tree-filter | veillette@yahoo.ca | 1 | -1/+1 |
2008-03-31 | filter-branch: Test renaming directories in a tree-filter | Johannes Sixt | 1 | -2/+18 |
2008-03-31 | filter-branch.sh: support nearly proper tag name filtering | Brandon Casey | 1 | -0/+32 |
2008-03-22 | t/t7003-filter-branch.sh: use test_must_fail rather than '!' | Brandon Casey | 1 | -6/+6 |
2008-03-12 | tr portability fixes | Jeff King | 1 | -1/+1 |
2008-03-08 | filter-branch: handle "disappearing tree" case correctly in subdir filter | Junio C Hamano | 1 | -0/+24 |
2008-02-15 | filter-branch: handle filenames that need quoting | Junio C Hamano | 1 | -0/+14 |
2007-11-30 | t7003-filter-branch: Fix test of a failing --msg-filter. | Johannes Sixt | 1 | -1/+1 |
2007-10-16 | filter-branch: update current branch when rewritten | Johannes Schindelin | 1 | -1/+3 |
2007-08-31 | filter-branch: introduce convenience function "skip_commit" | Johannes Schindelin | 1 | -7/+1 |
2007-08-31 | filter-branch: provide the convenience functions also for commit filters | Johannes Schindelin | 1 | -0/+10 |
2007-07-23 | filter-branch: Big syntax change; support rewriting multiple refs | Johannes Schindelin | 1 | -15/+26 |
2007-07-05 | filter-branch: fail gracefully when a filter fails | Johannes Schindelin | 1 | -1/+7 |
2007-07-03 | filter-branch: add a test for the commit removal example | Johannes Schindelin | 1 | -0/+35 |