summaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
Commit message (Expand)AuthorAgeFilesLines
* t: convert fgrep usage to "grep -F"Đoàn Trần Công Danh2022-09-211-2/+2
* t7003: check reflog existence only for REFFILESHan-Wen Nienhuys2021-06-021-1/+4
* t7003: use rev-parse rather than FS inspectionHan-Wen Nienhuys2021-06-021-1/+1
* Merge branch 'jk/filter-branch-sha256'Junio C Hamano2021-03-221-0/+31
|\
| * t7003: test ref rewriting explicitlyJeff King2021-03-101-0/+31
* | t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-21/+21
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* t7003: compute appropriate length constantbrian m. carlson2020-07-301-1/+2
* Merge branch 'mb/filter-branch-optim'Junio C Hamano2018-07-181-0/+15
|\
| * filter-branch: skip commits present on --state-branchMichael Barabanov2018-06-261-0/+15
* | Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano2018-04-111-3/+6
|\ \
| * | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-statusPratik Karki2018-03-281-3/+6
| |/
* | filter-branch: fix errors caused by refs that point at non-committishyk/filter-branch-non-committish-refsYuki Kokubun2018-03-251-0/+14
|/
* filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly2017-03-031-2/+2
* t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly2017-03-031-0/+7
* t7003: ensure --prune-empty can prune root commitDevin J. Pohly2017-03-031-0/+30
* Merge branch 'jk/filter-branch-no-index'Junio C Hamano2016-01-281-0/+8
|\
| * filter-branch: resolve $commit^{tree} in no-index casejk/filter-branch-no-indexJeff King2016-01-191-0/+8
* | t/t7003-filter-branch.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-3/+3
* | filter-branch: deal with object name vs. pathname ambiguity in tree-filtersg/filter-branch-dwim-ambiguitySZEDER Gábor2015-11-241-0/+7
|/
* filter-branch: remove multi-line headers in msg filterjk/filter-branch-use-of-sed-on-incomplete-lineJames McCoy2015-10-121-0/+14
* filter-branch: avoid passing commit message through sedJeff King2015-04-291-0/+10
* filter-branch: eliminate duplicate mapped parentscb/filter-branch-prune-empty-degenerate-mergesCharles Bailey2014-07-011-0/+11
* Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano2013-04-071-0/+14
|\
| * filter-branch: return to original dir after filteringJeff King2013-04-021-0/+14
* | filter-branch: use git-sh-setup's ident parsing functionsJeff King2012-10-181-2/+3
|/
* t7003: add test to filter a branch with a commit at epochJunio C Hamano2012-07-121-1/+2
* Merge branch 'bg/fix-t7003'Junio C Hamano2010-09-161-38/+41
|\
| * t7003: Use test_commit instead of custom functionBrian Gernhardt2010-09-131-38/+41
* | filter-branch: retire --remap-to-ancestorCsaba Henk2010-08-271-0/+18
|/
* t/t7003: replace \t with literal tab in sed expressionBrandon Casey2010-08-121-1/+1
* t7003: fix subdirectory-filter testThomas Rast2010-08-091-1/+2
* filter-branch: Add tests for submodules in tree-filterMichal Sojka2010-01-281-0/+39
* filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-131-0/+18
* filter-branch -d: Export GIT_DIR earlierLars Noschinski2009-02-181-0/+12
* filter-branch: Add more error-handlingEric Kidd2009-02-111-0/+4
* Merge branch 'js/filter-branch-submodule'Junio C Hamano2009-02-071-1/+3
|\
| * filter-branch: Fix fatal error on bare repositoriesEric Kidd2009-02-031-1/+3
* | filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit2009-01-101-0/+8
|/
* Merge branch 'maint'Junio C Hamano2008-09-031-11/+11
|\
| * tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-031-11/+11
* | Merge branch 'tr/filter-branch'Junio C Hamano2008-09-021-2/+6
|\ \
| * | filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast2008-08-121-1/+1
| * | filter-branch: Extend test to show rewriting bugThomas Rast2008-08-121-3/+7
| |/
* | filter-branch: Grok special characters in tag namesJohannes Sixt2008-08-211-0/+8
|/
* git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2008-07-231-0/+8
* Merge 1.5.5.3 inJunio C Hamano2008-05-271-11/+2
|\
| * Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt2008-05-271-11/+2
* | tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-2/+2
* | Merge branch 'bd/tests'Junio C Hamano2008-05-141-1/+1
|\ \