summaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
AgeCommit message (Expand)Author
2021-06-02t7003: check reflog existence only for REFFILESHan-Wen Nienhuys
2021-06-02t7003: use rev-parse rather than FS inspectionHan-Wen Nienhuys
2021-03-22Merge branch 'jk/filter-branch-sha256'Junio C Hamano
2021-03-10t7003: test ref rewriting explicitlyJeff King
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-30t7003: compute appropriate length constantbrian m. carlson
2018-07-18Merge branch 'mb/filter-branch-optim'Junio C Hamano
2018-06-26filter-branch: skip commits present on --state-branchMichael Barabanov
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano
2018-03-28test: avoid pipes in git related commands for testPratik Karki
2018-03-25filter-branch: fix errors caused by refs that point at non-committishYuki Kokubun
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly
2017-03-03t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly
2017-03-03t7003: ensure --prune-empty can prune root commitDevin J. Pohly
2016-01-29Merge branch 'jk/filter-branch-no-index'Junio C Hamano
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King
2016-01-07t/t7003-filter-branch.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-11-24filter-branch: deal with object name vs. pathname ambiguity in tree-filterSZEDER Gábor
2015-10-12filter-branch: remove multi-line headers in msg filterJames McCoy
2015-04-29filter-branch: avoid passing commit message through sedJeff King
2014-07-01filter-branch: eliminate duplicate mapped parentsCharles Bailey
2013-04-07Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano
2013-04-02filter-branch: return to original dir after filteringJeff King
2012-10-18filter-branch: use git-sh-setup's ident parsing functionsJeff King
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano
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