]> git.proxmox.com Git - libgit2.git/commit
Parse shorthand refspecs as valid
authorCarlos Martín Nieto <cmn@dwim.me>
Sun, 28 Apr 2013 12:16:45 +0000 (14:16 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sun, 28 Apr 2013 12:21:10 +0000 (14:21 +0200)
commit528a4e24c6671d621847cf8e3121e3c56fe20d3b
tree254aebe6ad284ebb3d2403ac258850c8382c72c2
parent78bf2944ed0512f38dfcb56f590373a904ca29c0
Parse shorthand refspecs as valid

Relax the ONELEVEL ref naming rules so the refspec parsing code can
ask for 'master' to be considered valid.
include/git2/refs.h
src/refs.c
src/refspec.c
tests-clar/network/refspecs.c