summaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
AgeCommit message (Expand)Author
2010-09-16Merge branch 'bg/fix-t7003'Junio C Hamano
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt
2010-08-27filter-branch: retire --remap-to-ancestorCsaba Henk
2010-08-12t/t7003: replace \t with literal tab in sed expressionBrandon Casey
2010-08-09t7003: fix subdirectory-filter testThomas Rast
2010-01-28filter-branch: Add tests for submodules in tree-filterMichal Sojka
2009-11-13filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast
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-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-09-03Merge branch 'maint'Junio C Hamano
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi
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: fix ref rewriting with --subdirectory-filterThomas Rast
2008-08-13filter-branch: Extend test to show rewriting bugThomas 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-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-05-14Merge branch 'bd/tests'Junio C Hamano
2008-05-06Merge branch 'bc/filter-branch'Junio C Hamano
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca
2008-03-31filter-branch: Test renaming directories in a tree-filterJohannes Sixt
2008-03-31filter-branch.sh: support nearly proper tag name filteringBrandon Casey
2008-03-23t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey
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
2007-11-30t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt
2007-10-17filter-branch: update current branch when rewrittenJohannes Schindelin
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-07-24filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin
2007-07-06filter-branch: fail gracefully when a filter failsJohannes Schindelin
2007-07-04filter-branch: add a test for the commit removal exampleJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-23filter-branch: add example to move everything into a subdirectoryJohannes Schindelin
2007-06-09filter-branch: subdirectory filter needs --full-historyJohannes Sixt
2007-06-09Teach filter-branch about subdirectory filteringJohannes Schindelin
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt
2007-06-06filter-branch: fix behaviour of '-k'Johannes Schindelin
2007-06-05t7003: make test repeatableJunio C Hamano
2007-06-03Add git-filter-branchJohannes Schindelin