summaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-1/+1
| |/
* | Merge branch 'bc/filter-branch'Junio C Hamano2008-05-051-0/+32
|\ \ | |/ |/|
| * filter-branch.sh: support nearly proper tag name filteringBrandon Casey2008-03-311-0/+32
* | filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2008-03-311-1/+1
* | filter-branch: Test renaming directories in a tree-filterJohannes Sixt2008-03-311-2/+18
|/
* t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey2008-03-221-6/+6
* tr portability fixesJeff King2008-03-121-1/+1
* filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2008-03-081-0/+24
* filter-branch: handle filenames that need quotingJunio C Hamano2008-02-151-0/+14
* t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt2007-11-301-1/+1
* filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-161-1/+3
* filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-311-7/+1
* filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin2007-08-311-0/+10
* filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin2007-07-231-15/+26
* filter-branch: fail gracefully when a filter failsJohannes Schindelin2007-07-051-1/+7
* filter-branch: add a test for the commit removal exampleJohannes Schindelin2007-07-031-0/+35
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-7/+7
* filter-branch: add example to move everything into a subdirectoryJohannes Schindelin2007-06-221-0/+8
* filter-branch: subdirectory filter needs --full-historyJohannes Sixt2007-06-091-0/+21
* Teach filter-branch about subdirectory filteringJohannes Schindelin2007-06-091-0/+24
* filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt2007-06-061-1/+1
* filter-branch: fix behaviour of '-k'Johannes Schindelin2007-06-061-0/+9
* t7003: make test repeatableJunio C Hamano2007-06-051-0/+1