Revision e14c92e841fd6d99c8c17af05a411a85ac212254 authored by Jacob Keller on 22 September 2015, 22:15:03 UTC, committed by Junio C Hamano on 22 September 2015, 22:24:01 UTC
expand_notes_ref is used by --ref from git-notes(1) and --notes from the
git log to find the full refname of a notes reference. Previously the
documentation of these options was not clear about what sorts of
expansions would be performed. Fix the documentation to clearly and
accurately describe the behavior of the expansions.

Add a test for this expansion when using git notes get-ref in order to
prevent future patches from changing this behavior.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ee6ad5f
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.1 KB
bg.po -rw-r--r-- 433.4 KB
ca.po -rw-r--r-- 323.6 KB
de.po -rw-r--r-- 345.6 KB
fr.po -rw-r--r-- 340.4 KB
git.pot -rw-r--r-- 212.0 KB
is.po -rw-r--r-- 3.1 KB
it.po -rw-r--r-- 128.2 KB
pt_PT.po -rw-r--r-- 99.8 KB
ru.po -rw-r--r-- 406.8 KB
sv.po -rw-r--r-- 330.0 KB
vi.po -rw-r--r-- 366.0 KB
zh_CN.po -rw-r--r-- 306.1 KB

README

back to top