repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ps/show-ref'
[git.git]
/
t
/
chainlint
/
one-liner-for-loop.expect
blob
51a3dc7c5448e2d52e13623eb4e080a04ab13b1f
1
git init dir-rename-and-content &&
2
(
3
cd dir-rename-and-content &&
4
test_write_lines 1 2 3 4 5 >foo &&
5
mkdir olddir &&
6
for i in a b c; do echo $i >olddir/$i; ?!LOOP?! done ?!AMP?!
7
git add foo olddir &&
8
git commit -m "original" &&
9
)