summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-09-27Update shell completionsoxiedi
2020-09-24Fix a few issues in zsh completionoxiedi
2020-09-08Build directory-based binary for macOS to avoid Gatekeeper delays.Manu
2020-07-31Support repositories in fish tab completion (#5256)SanskritFritz
2020-07-26don't complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOINGoxiedi
2020-07-24Rewrite Zsh completion.oxiedi
2020-04-18pyinstaller: work around issue with setuptools > 44Thomas Waldmann
2020-03-25[FEATURE] #4489 – Deprecate --nobsdflags optionThalian
2019-10-30Updated pyinstaller spec file to support windows buildsJürg Rast
2019-10-30Created new scripts for preparing and building borgJürg Rast
2019-08-24Initial work to build and run borg under windowsJürg Rast
2019-03-15Shell completions: removed deprecated and added new optionsSanskritFritz
2019-03-15Shell completions for borg diff second archiveSanskritFritz
2019-02-22str.encode() / bytes.decode(): utf-8 is the default, fixes #4306Thomas Waldmann
2019-02-11Merge pull request #4345 from ThomasWaldmann/update-scripts-masterTW
2019-02-11signing binaries with Qubes OS support, docsThomas Waldmann
2019-02-10Option arguments for zsh tab completionSanskritFritz
2019-02-10More complete shell completions for borg mount -oSanskritFritz
2019-02-08Shell completions for borg compactSanskritFritz
2019-02-08New shell completions for borg 1.1.9SanskritFritz
2019-02-06Added shell completions for borg helpSanskritFritz
2019-02-01update release workflow using twine (docs, scripts), see #42131.2.0a1Thomas Waldmann
2018-10-29flake8: fix F841Thomas Waldmann
2018-06-22Shell completions reflect latest changesSanskritFritz
2018-02-06Using spaces instead of tabs for indentation.SanskritFritz
2018-02-05Fixed tab completion problem where a space is always added after path even wh...Viktor Bale
2018-01-17Merge pull request #3532 from SanskritFritz/masterTW
2018-01-10Updated zsh completions for borg 1.1.4SanskritFritz
2018-01-04Merge pull request #3510 from LocutusOfBorg/no-shebangTW
2018-01-04borg shell completion: remove shebang, useless because scripts are sourcedGianfranco Costamagna
2018-01-03fix typo: allows to -> allows one toGianfranco Costamagna
2017-12-23zstd compression methodSanskritFritz
2017-12-22Updated bash/fish completions for borg 1.1.3SanskritFritz
2017-11-04Deleted options from #3226SanskritFritz
2017-11-04Merge pull request #3269 from mrkmg/shell-completion-zsh-1.1.1TW
2017-11-04Added ZSH Shell Completion ScriptKevin
2017-11-04Added bash and fish shell auto-completions.SanskritFritz
2017-06-11cache sync: introduce BORG_NO_PYTHONMarian Beermann
2017-06-10Merge pull request #2572 from enkore/f/fastcachesyncenkore
2017-06-03Revert "Start fakeroot faked in debug mode - fixes EISDIR issues"enkore
2017-06-02CacheSynchronizer: redo as quasi FSM on top of unpack.hMarian Beermann
2017-06-02binaries: don't bundle libsslMarian Beermann
2017-05-04Start fakeroot faked in debug modeLee Bousfield
2017-02-28json docs: rather complete error listMarian Beermann
2017-02-13add paperkey.html to pyinstaller specMarian Beermann
2016-11-11Add test script for blake2b_256 against CPython 3.6 hashlibMarian Beermann
2016-10-13Merge branch '1.0-maint' into merge-1.0-maintThomas Waldmann
2016-10-02pyinstaller: use a spec file to build borg.exe binaryThomas Waldmann
2016-07-31glibc_check.py: improve / fix docstringThomas Waldmann
2016-07-07add release helper scriptsThomas Waldmann