step21
47490c79be
Moving the flags of the compiled regex to the front to fix #4137
2018-10-31 07:56:16 +01:00
Abogical
7638085b28
Revert copyright year change in shellpattern
2018-01-02 16:59:01 +02:00
Thomas Waldmann
d33b853f66
shellpattern: add match_end arg
...
match_end=r"\Z" is the default, same behaviour as before
(create a full match up to the string end from the globbing pattern).
match_end=otherregex can be flexibly used to match anything else
after the regex generated from the globbing pattern.
2017-07-03 19:34:48 +02:00
Abogical
f043b966da
It's 2017
2016-12-31 16:53:30 +02:00
Thomas Waldmann
3baa8a3728
Merge branch '1.0-maint'
...
# Conflicts:
# docs/changes.rst
# docs/usage/mount.rst.inc
# src/borg/archive.py
# src/borg/archiver.py
# src/borg/fuse.py
# src/borg/testsuite/archiver.py
2016-07-11 01:23:27 +02:00
Thomas Waldmann
d3deec9fc9
cleanup / reorder imports
...
import stdlib
from stdlib import x
import 3rd party
import borg stuff
2016-05-31 01:18:03 +02:00
Thomas Waldmann
d1ea925a5b
move borg package to src/
2016-05-05 20:19:50 +02:00