git: rconfig(8): Allow '.', '-' and '+' in tag names

Aaron LI aly at crater.dragonflybsd.org
Sat Jun 15 20:52:11 PDT 2019


commit 063db479f3174a9a9add20a81493257ff0e0d565
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jun 16 10:50:58 2019 +0800

    rconfig(8): Allow '.', '-' and '+' in tag names
    
    Originally, tag name only allows alphabets, digits and underscore.  This
    commit also allows tag names to have dot (.), minus (-) and plus (+)
    symbols.
    
    Bug-report: #2977

Summary of changes:
 sbin/rconfig/defs.h    | 15 +++++++--------
 sbin/rconfig/rconfig.8 |  6 ++++--
 sbin/rconfig/server.c  | 18 ++++++++++--------
 sbin/rconfig/subs.c    | 24 ++++++++++++------------
 4 files changed, 33 insertions(+), 30 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/063db479f3174a9a9add20a81493257ff0e0d565


-- 
DragonFly BSD source repository



More information about the Commits mailing list