git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-describe hash length
@ 2009-01-22 11:26 Martin Pirker
  2009-01-22 12:34 ` Tomas Carnecky
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Pirker @ 2009-01-22 11:26 UTC (permalink / raw)
  To: git

Hi!


john@doe:/workspace$ git version
git version 1.6.1
john@doe:/workspace$ git describe
fatal: cannot describe '7aee61cc635a923e70b74091486742481ee0928b'
john@doe:/workspace$ git describe --always
7aee61c
john@doe:/workspace$ git describe --always --abbrev=8
7aee61cc


man git-describe:

  --abbrev=<n>
      Instead of using the default 8 hexadecimal digits as the
      abbreviated object name, use <n> digits.



There is one character missing from default or what am I missing?

Thanks,
Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-23  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 11:26 git-describe hash length Martin Pirker
2009-01-22 12:34 ` Tomas Carnecky
2009-01-22 18:26   ` [PATCH] Fix Documentation for git-describe Boyd Stephen Smith Jr.
2009-01-23  9:36     ` Junio C Hamano

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).