BTS

Message5582

Author ft
Recipients Xk2c
Date 2015-10-10.12:59:42
Content
Thilo Six wrote:
>> Frank Terbeck added the comment:
>> 
>> Correction. I had to rebase my branch onto some new changes in
>> the repository, so the changes hash is actually:
>> fd3a55f78b1e316727760a92dcd3f0759013549c
>
> What did i wrong that you think you can throw a sha1 at me and know what to do
> with it. grml  ;)

It uniquely identifies the object in the repository's object database
that corresponds to the commit I wanted to reference. You can just do:

  % git show fd3a55f78b1e316727760a92dcd3f0759013549c

…to take a look at it.

You actually don't need the entire hash-sum. A unique prefix for the
repository in question would suffice. For example:

  % git show fd3a55f


Regards, Frank
History
Date User Action Args
2015-10-10 12:59:42ftsetrecipients: + Xk2c
2015-10-10 12:59:42ftlinkissue1933 messages
2015-10-10 12:59:42ftcreate