[issue1933] Zsh: modify activation of completion caching
Frank Terbeck
bts at bts.grml.org
Sat Oct 10 14:59:42 CEST 2015
Frank Terbeck <ft at grml.org> added the comment:
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
----------
assignedto: ft
files: 0001-modify-activation-of-completion-caching.patch
messages: 5574, 5575, 5576, 5577, 5581, 5582
nosy: Xk2c, ft
priority: wish
status: fixed-in-git
title: Zsh: modify activation of completion caching
topic: has patch, zsh
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1933>
_____________________________________
More information about the Bugs-changes
mailing list