git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Björn Steinbrink" <B.Steinbrink@gmx.de>
To: Nico -telmich- Schottelius <nico-git-20080415@schottelius.org>
Cc: git@vger.kernel.org
Subject: Re: [new tool] git-project-version.sh
Date: Tue, 15 Apr 2008 13:55:29 +0200	[thread overview]
Message-ID: <20080415115529.GA3595@atjola.homenet> (raw)
In-Reply-To: <20080415113629.GA17459@denkbrett.schottelius.org>

On 2008.04.15 13:36:29 +0200, Nico -telmich- Schottelius wrote:
> Hello!
> 
> As I want to use the latest commit id in all my projects, so I know
> which commit the version is based on, I wrote an extremly simple script
> that is based on git-show to display only the version named
> git-project-version.sh.
> 
> You can find it in
>    http://unix.schottelius.org/git/git-tools.git/.git/
>    http://unix.schottelius.org/cgi-bin/gitweb.cgi?p=git-tools.git/.git;a=summary
> and more information is available on
>    http://nico.schottelius.org/notizbuch-blog/archive/2008/04/15/git-project-version-sh-written-versions-with-git/

Hm, except for the three trailing dots that you get with
--abbrev-commit, you can get the same results with rev-parse

$ git rev-parse  HEAD
8a18e8fe4e0e64222de6b063a976d0fe24955ddb

$ git rev-parse --short HEAD
8a18e8f

Björn

  reply	other threads:[~2008-04-15 11:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-15 11:36 [new tool] git-project-version.sh Nico -telmich- Schottelius
2008-04-15 11:55 ` Björn Steinbrink [this message]
2008-04-15 12:02   ` Nico -telmich- Schottelius
2008-04-15 12:01 ` Santi Béjar
2008-04-15 12:52   ` Nico Schottelius
2008-04-15 12:55     ` Elijah Newren
2008-04-15 13:09       ` Nico Schottelius
2008-04-15 12:05 ` Luciano Rocha

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=20080415115529.GA3595@atjola.homenet \
    --to=b.steinbrink@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=nico-git-20080415@schottelius.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 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).