Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh > index d8b7f2ff..f8a08b7f 100755 > --- a/t/t1006-cat-file.sh > +++ b/t/t1006-cat-file.sh > @@ -116,7 +116,7 @@ tree_pretty_content="100644 blob $hello_sha1 hello" > > run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content" > > -commit_message="Intial commit" > +commit_message="Initial commit" > commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1) > commit_size=176 > commit_content="tree $tree_sha1 This breaks the test for rather obvious reasons. I'll squash this in: diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh index f8a08b7..9820f70 100755 --- a/t/t1006-cat-file.sh +++ b/t/t1006-cat-file.sh @@ -118,7 +118,7 @@ run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content" commit_message="Initial commit" commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1) -commit_size=176 +commit_size=177 commit_content="tree $tree_sha1 author $GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL> 0000000000 +0000 committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 0000000000 +0000 Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html