summaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2009-02-18filter-branch -d: Export GIT_DIR earlierLibravatar Lars Noschinski1-0/+12
2009-02-11filter-branch: Add more error-handlingLibravatar Eric Kidd1-0/+4
2009-02-07Merge branch 'js/filter-branch-submodule'Libravatar Junio C Hamano1-1/+3
2009-02-03filter-branch: Fix fatal error on bare repositoriesLibravatar Eric Kidd1-1/+3
2009-01-10filter-branch: add git_commit_non_empty_tree and --prune-empty.Libravatar Pierre Habouzit1-0/+8
2008-09-03Merge branch 'maint'Libravatar Junio C Hamano1-11/+11
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Libravatar Nanako Shiraishi1-11/+11
2008-09-02Merge branch 'tr/filter-branch'Libravatar Junio C Hamano1-2/+6
2008-08-21filter-branch: Grok special characters in tag namesLibravatar Johannes Sixt1-0/+8
2008-08-12filter-branch: fix ref rewriting with --subdirectory-filterLibravatar Thomas Rast1-1/+1
2008-08-12filter-branch: Extend test to show rewriting bugLibravatar Thomas Rast1-3/+7
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesLibravatar Petr Baudis1-0/+8
2008-05-27Merge 1.5.5.3 inLibravatar Junio C Hamano1-11/+2
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Libravatar Johannes Sixt1-11/+2
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-2/+2
2008-05-14Merge branch 'bd/tests'Libravatar Junio C Hamano1-1/+1
2008-05-05Merge branch 'bc/filter-branch'Libravatar Junio C Hamano1-0/+32
2008-05-05Fix tests breaking when checkout path contains shell metacharactersLibravatar Bryan Donlan1-1/+1
2008-03-31filter-branch: Fix renaming a directory in the tree-filterLibravatar veillette@yahoo.ca1-1/+1
2008-03-31filter-branch: Test renaming directories in a tree-filterLibravatar Johannes Sixt1-2/+18
2008-03-31filter-branch.sh: support nearly proper tag name filteringLibravatar Brandon Casey1-0/+32
2008-03-22t/t7003-filter-branch.sh: use test_must_fail rather than '!'Libravatar Brandon Casey1-6/+6
2008-03-12tr portability fixesLibravatar Jeff King1-1/+1
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterLibravatar Junio C Hamano1-0/+24
2008-02-15filter-branch: handle filenames that need quotingLibravatar Junio C Hamano1-0/+14
2007-11-30t7003-filter-branch: Fix test of a failing --msg-filter.Libravatar Johannes Sixt1-1/+1
2007-10-16filter-branch: update current branch when rewrittenLibravatar Johannes Schindelin1-1/+3
2007-08-31filter-branch: introduce convenience function "skip_commit"Libravatar Johannes Schindelin1-7/+1
2007-08-31filter-branch: provide the convenience functions also for commit filtersLibravatar Johannes Schindelin1-0/+10
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsLibravatar Johannes Schindelin1-15/+26
2007-07-05filter-branch: fail gracefully when a filter failsLibravatar Johannes Schindelin1-1/+7
2007-07-03filter-branch: add a test for the commit removal exampleLibravatar Johannes Schindelin1-0/+35
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-7/+7
2007-06-22filter-branch: add example to move everything into a subdirectoryLibravatar Johannes Schindelin1-0/+8
2007-06-09filter-branch: subdirectory filter needs --full-historyLibravatar Johannes Sixt1-0/+21
2007-06-09Teach filter-branch about subdirectory filteringLibravatar Johannes Schindelin1-0/+24
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Libravatar Johannes Sixt1-1/+1
2007-06-06filter-branch: fix behaviour of '-k'Libravatar Johannes Schindelin1-0/+9
2007-06-05t7003: make test repeatableLibravatar Junio C Hamano1-0/+1
2007-06-02Add git-filter-branchLibravatar Johannes Schindelin1-0/+47