git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/gittutorial.txt: minimum 4 chars to match SHA1s
@ 2009-01-06  2:49 jidanni
  0 siblings, 0 replies; only message in thread
From: jidanni @ 2009-01-06  2:49 UTC (permalink / raw)
  To: git; +Cc: gitster

Signed-off-by: jidanni <jidanni@jidanni.org>
---
 Documentation/gittutorial.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 4581a5a..42c2c91 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -481,7 +481,8 @@ $ git show c82a22c39cbc32576f64f5c6b3f24b99ea8149c7
 -------------------------------------
 
 But there are other ways to refer to commits.  You can use any initial
-part of the name that is long enough to uniquely identify the commit:
+part of the name that is long enough to uniquely identify the commit
+(minimum is four characters):
 
 -------------------------------------
 $ git show c82a22c39c	# the first few characters of the name are
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-06  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06  2:49 [PATCH] Documentation/gittutorial.txt: minimum 4 chars to match SHA1s jidanni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).