commit | 8ef313e1ec3b9b8ca47dce1fec632597aa34bedc | [log] [tgz] |
---|---|---|
author | Johan Herland <johan@herland.net> | Tue Nov 09 22:49:45 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Nov 17 13:21:30 2010 -0800 |
tree | 92be1e3c711e174cc17cf2c21942c2958f5658b1 | |
parent | d4990c4b2f5f7066853fea4df775b3f506c79431 [diff] |
builtin/notes.c: Split notes ref DWIMmery into a separate function expand_notes_ref() is a new function that performs the DWIM transformation of "foo" -> "refs/notes/foo" where notes refs are expected. This is done in preparation for future patches which will also need this DWIM functionality. Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>