3 test_description
='git filter-branch'
7 lower
=$
(echo $1 |
tr '[A-Z]' '[a-z]')
15 test_expect_success
'setup' '
18 git checkout -b branch B
34 test_expect_success
'rewrite identically' '
35 git filter-branch branch
37 test_expect_success
'result is really identical' '
38 test $H = $(git rev-parse HEAD)
41 test_expect_success
'rewrite bare repository identically' '
42 (git config core.bare true && cd .git &&
43 git filter-branch branch > filter-output 2>&1 &&
44 ! fgrep fatal filter-output)
46 git config core.bare false
47 test_expect_success
'result is really identical' '
48 test $H = $(git rev-parse HEAD)
52 test_expect_success
'correct GIT_DIR while using -d' '
57 git filter-branch -d "$TRASHDIR/dfoo" \
58 --index-filter "cp \"$TRASHDIR\"/dfoo/backup-refs \"$TRASHDIR\"" \
60 grep drepo "$TRASHDIR/backup-refs"
63 test_expect_success
'Fail if commit filter fails' '
64 test_must_fail git filter-branch -f --commit-filter "exit 1" HEAD
67 test_expect_success
'rewrite, renaming a specific file' '
68 git filter-branch -f --tree-filter "mv d doh || :" HEAD
71 test_expect_success
'test that the file was renamed' '
72 test d = "$(git show HEAD:doh --)" &&
78 test_expect_success
'rewrite, renaming a specific directory' '
79 git filter-branch -f --tree-filter "mv dir diroh || :" HEAD
82 test_expect_success
'test that the directory was renamed' '
83 test dir/d = "$(git show HEAD:diroh/d --)" &&
86 ! test -d diroh/dir &&
88 test dir/d = "$(cat diroh/d)"
92 test_expect_success
'rewrite one branch, keeping a side branch' '
93 git branch modD oldD &&
94 git filter-branch -f --tree-filter "mv b boh || :" D..modD
97 test_expect_success
'common ancestor is still common (unchanged)' '
98 test "$(git merge-base modD D)" = "$(git rev-parse B)"
101 test_expect_success
'filter subdirectory only' '
104 git add subdir/new &&
106 git commit -m "subdir" &&
109 git commit -m "not subdir" a &&
110 echo A > subdir/new &&
112 git commit -m "again subdir" subdir/new &&
115 git commit -m "again not subdir" &&
117 git branch sub-earlier HEAD~2 &&
118 git filter-branch -f --subdirectory-filter subdir \
119 refs/heads/sub refs/heads/sub-earlier
122 test_expect_success
'subdirectory filter result looks okay' '
123 test 2 = $(git rev-list sub | wc -l) &&
125 test_must_fail git show sub:subdir &&
126 git show sub-earlier:new &&
127 test_must_fail git show sub-earlier:subdir
130 test_expect_success
'more setup' '
131 git checkout master &&
133 echo A > subdir/new &&
134 git add subdir/new &&
136 git commit -m "subdir on master" subdir/new &&
139 git commit -m "again subdir on master" &&
143 test_expect_success
'use index-filter to move into a subdirectory' '
144 git branch directorymoved &&
145 git filter-branch -f --index-filter \
146 "git ls-files -s | sed \"s-\\t-&newsubdir/-\" |
147 GIT_INDEX_FILE=\$GIT_INDEX_FILE.new \
148 git update-index --index-info &&
149 mv \"\$GIT_INDEX_FILE.new\" \"\$GIT_INDEX_FILE\"" directorymoved &&
150 git diff --exit-code HEAD directorymoved:newsubdir
153 test_expect_success
'stops when msg filter fails' '
154 old=$(git rev-parse HEAD) &&
155 test_must_fail git filter-branch -f --msg-filter false HEAD &&
156 test $old = $(git rev-parse HEAD) &&
160 test_expect_success
'author information is preserved' '
164 GIT_AUTHOR_NAME="B V Uips" git commit -m bvuips &&
165 git branch preserved-author &&
166 git filter-branch -f --msg-filter "cat; \
167 test \$GIT_COMMIT != $(git rev-parse master) || \
170 test 1 = $(git rev-list --author="B V Uips" preserved-author | wc -l)
173 test_expect_success
"remove a certain author's commits" '
177 git branch removed-author &&
178 git filter-branch -f --commit-filter "\
179 if [ \"\$GIT_AUTHOR_NAME\" = \"B V Uips\" ];\
183 git commit-tree \"\$@\";\
184 fi" removed-author &&
185 cnt1=$(git rev-list master | wc -l) &&
186 cnt2=$(git rev-list removed-author | wc -l) &&
187 test $cnt1 -eq $(($cnt2 + 1)) &&
188 test 0 = $(git rev-list --author="B V Uips" removed-author | wc -l)
191 test_expect_success
'barf on invalid name' '
192 test_must_fail git filter-branch -f master xy-problem &&
193 test_must_fail git filter-branch -f HEAD^
196 test_expect_success
'"map" works in commit filter' '
197 git filter-branch -f --commit-filter "\
198 parent=\$(git rev-parse \$GIT_COMMIT^) &&
199 mapped=\$(map \$parent) &&
200 actual=\$(echo \"\$@\" | sed \"s/^.*-p //\") &&
201 test \$mapped = \$actual &&
202 git commit-tree \"\$@\";" master~2..master &&
203 git rev-parse --verify master
206 test_expect_success
'Name needing quotes' '
208 git checkout -b rerere A &&
213 git commit -m "Adding a file" &&
214 git filter-branch --tree-filter "rm -fr foo" &&
215 test_must_fail git ls-files --error-unmatch "foo/$name" &&
216 test $(git rev-parse --verify rerere) != $(git rev-parse --verify A)
220 test_expect_success
'Subdirectory filter with disappearing trees' '
222 git checkout master &&
228 git commit -m "Adding foo" &&
232 git commit -m "Removing foo" &&
238 git commit -m "Re-adding foo" &&
240 git filter-branch -f --subdirectory-filter foo &&
241 test $(git rev-list master | wc -l) = 3
244 test_expect_success
'Tag name filtering retains tag message' '
246 git cat-file tag T > expect &&
247 git filter-branch -f --tag-name-filter cat &&
248 git cat-file tag T > actual &&
249 test_cmp expect actual
252 faux_gpg_tag
='object XXXXXX
255 tagger T A Gger <tagger@example.com> 1206026339 -0500
257 This is a faux gpg signed tag.
258 -----BEGIN PGP SIGNATURE-----
259 Version: FauxGPG v0.0.0 (FAUX/Linux)
261 gdsfoewhxu/6l06f1kxyxhKdZkrcbaiOMtkJUA9ITAc1mlamh0ooasxkH1XwMbYQ
262 acmwXaWET20H0GeAGP+7vow=
264 -----END PGP SIGNATURE-----
266 test_expect_success
'Tag name filtering strips gpg signature' '
267 sha1=$(git rev-parse HEAD) &&
268 sha1t=$(echo "$faux_gpg_tag" | sed -e s/XXXXXX/$sha1/ | git mktag) &&
269 git update-ref "refs/tags/S" "$sha1t" &&
270 echo "$faux_gpg_tag" | sed -e s/XXXXXX/$sha1/ | head -n 6 > expect &&
271 git filter-branch -f --tag-name-filter cat &&
272 git cat-file tag S > actual &&
273 test_cmp expect actual
276 test_expect_success
'Tag name filtering allows slashes in tag names' '
277 git tag -m tag-with-slash X/1 &&
278 git cat-file tag X/1 | sed -e s,X/1,X/2, > expect &&
279 git filter-branch -f --tag-name-filter "echo X/2" &&
280 git cat-file tag X/2 > actual &&
281 test_cmp expect actual
284 test_expect_success
'Prune empty commits' '
285 git rev-list HEAD > expect &&
286 make_commit to_remove &&
287 git filter-branch -f --index-filter "git update-index --remove to_remove" --prune-empty HEAD &&
288 git rev-list HEAD > actual &&
289 test_cmp expect actual
292 test_expect_success
'--remap-to-ancestor with filename filters' '
293 git checkout master &&
294 git reset --hard A &&
295 test_commit add-foo foo 1 &&
296 git branch moved-foo &&
297 test_commit add-bar bar a &&
298 git branch invariant &&
299 orig_invariant=$(git rev-parse invariant) &&
300 git branch moved-bar &&
301 test_commit change-foo foo 2 &&
302 git filter-branch -f --remap-to-ancestor \
303 moved-foo moved-bar A..master \
305 test $(git rev-parse moved-foo) = $(git rev-parse moved-bar) &&
306 test $(git rev-parse moved-foo) = $(git rev-parse master^) &&
307 test $orig_invariant = $(git rev-parse invariant)
310 test_expect_success
'setup submodule' '
315 submodurl="$PWD/submod" &&
318 test_commit file-in-submod ) &&
319 git submodule add "$submodurl" &&
320 git commit -m "added submodule" &&
321 test_commit add-file &&
322 ( cd submod && test_commit add-in-submodule ) &&
324 git commit -m "changed submodule" &&
325 git branch original HEAD
328 orig_head
=`git show-ref --hash --head HEAD`
330 test_expect_success
'rewrite submodule with another content' '
331 git filter-branch --tree-filter "test -d submod && {
333 git rm -rf --quiet submod &&
337 test $orig_head != `git show-ref --hash --head HEAD`
340 test_expect_success
'replace submodule revision' '
341 git reset --hard original &&
342 git filter-branch -f --tree-filter \
343 "if git ls-files --error-unmatch -- submod > /dev/null 2>&1
344 then git update-index --cacheinfo 160000 0123456789012345678901234567890123456789 submod
346 test $orig_head != `git show-ref --hash --head HEAD`