calmar <mac@xxxxxxxxx> writes: > close at the end: git cat-file blob a6b11f7a > > shouldn't that be: git cat-file blob 8b9743b ? Interesting. Indeed 'a6b11f7a' spells "goodbye, word" so the example is at least internally consistent but still is wrong. Thanks for catching. --- diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index f48894c..f363d17 100644 --- a/Documentation/tutorial-2.txt +++ b/Documentation/tutorial-2.txt @@ -343,8 +343,8 @@ And, as you can see with cat-file, this new entry refers to the current contents of the file: ------------------------------------------------ -$ git cat-file blob a6b11f7a -goodbye, word +$ git cat-file blob 8b9743b2 +goodbye, world ------------------------------------------------ The "status" command is a useful way to get a quick summary of the - 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