mirror of
https://github.com/git/git.git
synced 2024-11-23 09:56:28 +08:00
Merge branch 'ak/t1016-cleanup'
Test cleanup. * ak/t1016-cleanup: t1016: clean up style
This commit is contained in:
commit
81a5461518
@ -116,8 +116,8 @@ do
|
||||
git config core.repositoryformatversion 1 &&
|
||||
git config extensions.objectformat $hash &&
|
||||
git config extensions.compatobjectformat $(compat_hash $hash) &&
|
||||
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
||||
echo "Hello World!" > hello &&
|
||||
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
||||
echo "Hello World!" >hello &&
|
||||
eval hello_${hash}_oid=$(git hash-object hello) &&
|
||||
git update-index --add hello &&
|
||||
git commit -m "Initial commit" &&
|
||||
|
Loading…
Reference in New Issue
Block a user