From 6a842023bf38380465c08bb6145f18e8266addb9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 3 Aug 2011 23:13:41 -0400 Subject: [PATCH] Add `--tags` to `git name-rev` example. --- posts/Git/notes.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/Git/notes.org b/posts/Git/notes.org index 8b9f18f..82ff927 100644 --- a/posts/Git/notes.org +++ b/posts/Git/notes.org @@ -738,7 +738,7 @@ previous commit ** Find out if a change is part of a release - : $ git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a + : $ git name-rev --tags 33db5f4d9027a10e477ccf054b2c1ab94f74c85a : 33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99~940 Now you are wiser, because you know that it happened 940 revisions -- 2.26.2