author | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Apr 2007 21:56:09 +0000 (14:56 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Apr 2007 22:49:41 +0000 (15:49 -0700) | ||
commit | e4aee10a2eaf0937d86d046f85ee569a75cae9ac | |
tree | 23300fe84d1e3f9c2c6f0d873c103bb09fc491ed | tree | snapshot |
parent | fc2d07b05fb691f98b3a55c1499fae6fb25a7d31 | commit | diff |
Change attribute negation marker from '!' to '-'.
At the same time, we do not want to allow arbitrary strings for
attribute names, as we are likely to want to extend the syntax
later. Allow only alnum, dash, underscore and dot for now.
Signed-off-by: Junio C Hamano <junkio@cox.net>
At the same time, we do not want to allow arbitrary strings for
attribute names, as we are likely to want to extend the syntax
later. Allow only alnum, dash, underscore and dot for now.
Signed-off-by: Junio C Hamano <junkio@cox.net>
attr.c | diff | blob | history | |
builtin-check-attr.c | diff | blob | history | |
t/t0020-crlf.sh | diff | blob | history |