emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting the value of `emacs-bzr-version' also from a git checkout


From: Andreas Schwab
Subject: Re: Setting the value of `emacs-bzr-version' also from a git checkout
Date: Tue, 01 Oct 2013 19:45:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Dani Moncayo <address@hidden> writes:

> But FWIW, if I try Andreas' command on my git repo I get an error:
>
>   $ git log -1 | head -n1
>   commit 2c691e3566392fb2d234892cf379b58886e98361
>
>   $ git notes show 2c691e3566392fb2d234892cf379b58886e98361
>   error: No note found for object 2c691e3566392fb2d234892cf379b58886e98361.

You need to configure your repo to fetch the notes.

$ git config --add remote.origin.fetch "+refs/notes/*:refs/notes/*"

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]