From: Martin Pirker <Martin.Pirker@iaik.tugraz.at>
To: git@vger.kernel.org
Subject: git-describe hash length
Date: Thu, 22 Jan 2009 12:26:06 +0100 [thread overview]
Message-ID: <497857CE.3060101@iaik.tugraz.at> (raw)
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
next reply other threads:[~2009-01-22 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-22 11:26 Martin Pirker [this message]
2009-01-22 12:34 ` git-describe hash length 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=497857CE.3060101@iaik.tugraz.at \
--to=martin.pirker@iaik.tugraz.at \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.