aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7003-filter-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2024-02-15t7003: ensure filter-branch prunes reflogs with the reftable backendPatrick Steinhardt1-4/+1
2022-09-21t: convert fgrep usage to "grep -F"Đoàn Trần Công Danh1-2/+2
2021-06-02t7003: check reflog existence only for REFFILESHan-Wen Nienhuys1-1/+4
2021-06-02t7003: use rev-parse rather than FS inspectionHan-Wen Nienhuys1-1/+1
2021-03-22Merge branch 'jk/filter-branch-sha256'Junio C Hamano1-0/+31
2021-03-10t7003: test ref rewriting explicitlyJeff King1-0/+31
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-21/+21
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t7003: compute appropriate length constantbrian m. carlson1-1/+2
2018-07-18Merge branch 'mb/filter-branch-optim'Junio C Hamano1-0/+15
2018-06-26filter-branch: skip commits present on --state-branchMichael Barabanov1-0/+15
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano1-3/+6
2018-03-28test: avoid pipes in git related commands for testPratik Karki1-3/+6
2018-03-25filter-branch: fix errors caused by refs that point at non-committishYuki Kokubun1-0/+14
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly1-2/+2
2017-03-03t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly1-0/+7
2017-03-03t7003: ensure --prune-empty can prune root commitDevin J. Pohly1-0/+30
2016-01-28Merge branch 'jk/filter-branch-no-index'Junio C Hamano1-0/+8
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King1-0/+8
2016-01-07t/t7003-filter-branch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2015-11-24filter-branch: deal with object name vs. pathname ambiguity in tree-filterSZEDER Gábor1-0/+7
2015-10-12filter-branch: remove multi-line headers in msg filterJames McCoy1-0/+14
2015-04-29filter-branch: avoid passing commit message through sedJeff King1-0/+10
2014-07-01filter-branch: eliminate duplicate mapped parentsCharles Bailey1-0/+11
2013-04-07Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano1-0/+14
2013-04-02filter-branch: return to original dir after filteringJeff King1-0/+14
2012-10-18filter-branch: use git-sh-setup's ident parsing functionsJeff King1-2/+3
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano1-1/+2
2010-09-16Merge branch 'bg/fix-t7003'Junio C Hamano1-38/+41
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt1-38/+41
2010-08-27filter-branch: retire --remap-to-ancestorCsaba Henk1-0/+18
2010-08-12t/t7003: replace \t with literal tab in sed expressionBrandon Casey1-1/+1
2010-08-09t7003: fix subdirectory-filter testThomas Rast1-1/+2
2010-01-28filter-branch: Add tests for submodules in tree-filterMichal Sojka1-0/+39
2009-11-13filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast1-0/+18
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski1-0/+12
2009-02-11filter-branch: Add more error-handlingEric Kidd1-0/+4
2009-02-07Merge branch 'js/filter-branch-submodule'Junio C Hamano1-1/+3
2009-02-03filter-branch: Fix fatal error on bare repositoriesEric Kidd1-1/+3
2009-01-10filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit1-0/+8
2008-09-03Merge branch 'maint'Junio C Hamano1-11/+11
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi1-11/+11
2008-09-02Merge branch 'tr/filter-branch'Junio C Hamano1-2/+6
2008-08-21filter-branch: Grok special characters in tag namesJohannes Sixt1-0/+8
2008-08-12filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast1-1/+1
2008-08-12filter-branch: Extend test to show rewriting bugThomas Rast1-3/+7
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis1-0/+8
2008-05-27Merge 1.5.5.3 inJunio C Hamano1-11/+2
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt1-11/+2
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-2/+2
2008-05-14Merge branch 'bd/tests'Junio C Hamano1-1/+1
2008-05-05Merge branch 'bc/filter-branch'Junio C Hamano1-0/+32
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-1/+1
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca1-1/+1
2008-03-31filter-branch: Test renaming directories in a tree-filterJohannes Sixt1-2/+18
2008-03-31filter-branch.sh: support nearly proper tag name filteringBrandon Casey1-0/+32
2008-03-22t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey1-6/+6
2008-03-12tr portability fixesJeff King1-1/+1
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano1-0/+24
2008-02-15filter-branch: handle filenames that need quotingJunio C Hamano1-0/+14
2007-11-30t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt1-1/+1
2007-10-16filter-branch: update current branch when rewrittenJohannes Schindelin1-1/+3
2007-08-31filter-branch: introduce convenience function "skip_commit"Johannes Schindelin1-7/+1
2007-08-31filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin1-0/+10
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin1-15/+26
2007-07-05filter-branch: fail gracefully when a filter failsJohannes Schindelin1-1/+7
2007-07-03filter-branch: add a test for the commit removal exampleJohannes Schindelin1-0/+35
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-7/+7
2007-06-22filter-branch: add example to move everything into a subdirectoryJohannes Schindelin1-0/+8
2007-06-09filter-branch: subdirectory filter needs --full-historyJohannes Sixt1-0/+21
2007-06-09Teach filter-branch about subdirectory filteringJohannes Schindelin1-0/+24
2007-06-06filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt1-1/+1
2007-06-06filter-branch: fix behaviour of '-k'Johannes Schindelin1-0/+9
2007-06-05t7003: make test repeatableJunio C Hamano1-0/+1
2007-06-02Add git-filter-branchJohannes Schindelin1-0/+47