2014-10-29 118 views
1

我使用stepup來管理用於自動化版本編號和發行說明的git notes。`git log`顯示`git notes`不是

在我們回購的一處註釋似乎搞砸了:

$ git log HEAD 

commit 04c85f5ad7e5d60de8c9f0b8e08681e833751909 
Author: Daniel Serodio <[email protected]> 
Date: Wed Oct 29 15:47:55 2014 -0200 

    non-deps removed 

Notes (added): 
    splittest beta 

但是:

$ git notes show HEAD 

error: No note found for object 04c85f5ad7e5d60de8c9f0b8e08681e833751909. 

有沒有人有一個關於原因和/或該修復線索?

回答

3

git log方面的配置條目notes.displayRef我猜你必須設置爲「補充」

,使其中「*」或git notes顯示它嘗試

git notes --ref=added show HEAD