GNU bug report logs -
#8159
file-name-sans-version fails for some git files
Previous Next
Reported by: Reuben Thomas <rrt <at> sc3d.org>
Date: Wed, 2 Mar 2011 22:32:02 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sat, 5 Mar 2011 16:42:40 +0000
> From: Reuben Thomas <rrt <at> sc3d.org>
> Cc: schwab <at> linux-m68k.org, 8159 <at> debbugs.gnu.org
>
> >> \\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(~[[:digit:]]+\\)?~\\)
> >>
> >> would cope with just the git version scheme, while not swallowing
> >> multiple backup suffixes.
> >
> > I would suggest a comment mentioning the git case with an example.
>
> So, something like:
>
> (defvar file-name-version-regexp
> "\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(~[[:digit:]]+\\)?~\\)"
> ;; The optional ~[[:digit]]+ matches relative versions in git like `HEAD~2'
> "Regular expression matching the backup/version part of a file name.
> Used by `file-name-sans-versions'.")
>
> ?
Yes, that's fine. Thanks.
This bug report was last modified 14 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.