From ae5d1a985ee6499a09c44fd661cec8bcad9d556d Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 2 Jun 2021 13:42:05 -0700 Subject: [PATCH] tutorial: delete obsolete reference to "<--" in the log output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3352016..892c5c6a4 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ o dcfc888f50b3 7eddf8dfc70d martinvonz@google.com 2021-05-23 22:07:40.000 -07:00 | cli: remove "Done" message at end of git clone ``` -The `@ <--` indicates the working copy commit. The first hash on a line is the +The `@` indicates the working copy commit. The first hash on a line is the commit id. The second hash is a "change id", which is an id that follows the commit as it's rewritten (similar to Gerrit's Change-Id).