]> arthur.barton.de Git - bup.git/history - cmd/split-cmd.py
Move pwd grp functions to pwdgrp module; require binary fields
[bup.git] / cmd / split-cmd.py
2019-12-01 Rob BrowningMove pwd grp functions to pwdgrp module; require binary...
2018-07-07 Rob Browningsplit: use // not / for division
2018-07-07 Rob Browningsplit: switch to print_function
2018-07-07 Rob Browningsplit: don't require a repo unless we need it
2018-06-24 Rob Browningbup-split.md: indicate --noop doesn't require -t and -n
2018-06-24 Robert EvansAdd bup split --noop <--blobs|--tree>
2018-04-28 Robert Evans' via... Add missing space in bup split --bench output.
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-28 Fabian xx4h Melterssplit: add missing import "parse_date_or_fatal"
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-05-20 Rob BrowningRemove max_pack_size and max_pack_objects globals
2016-06-12 Rob BrowningCheck save/split names early via valid_save_name
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2014-05-08 Rob BrowningMerge work to make helpers.next() match the newer Pytho...
2014-05-08 Aidan Hobson SayersDrop helpers.next() and just use Python's built-in.
2014-04-10 Rob BrowningMerge work to have "bup split" produce a top-level...
2014-04-10 Rob BrowningAlways name the top-level split file "data", instead...
2014-04-06 Yung-Chin OeiMake bup-split commits appear as files to the vfs layer.
2014-02-14 Rob Browningsave-cmd.py, split-cmd.py: end the commit message with...
2014-02-14 Rob BrowningMove Client compression spec from constructor to new_pa...
2013-09-17 Rob BrowningMention --git-ids in bup split -h output sample commands.
2013-09-17 Gabriel FilionUpdate bup split -h output (optspec) to distinguish...
2013-08-18 Gabriel Filionsplit-cmd.py: change -N to --noop (which actually exist...
2012-10-09 Gabriel FilionRectify bup-split documentation for the fanout option.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennaruncmd/{split,save}: support any compression level using...
2011-05-15 Zoran ZaricAdd compression level options to bup save and bup split
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-20 Avery Pennaruncmd/split: fixup progress message, and print -b output...
2011-02-20 Avery Pennarunhashsplit.py: convert from 'bits' to 'level' earlier...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Gabriel FilionRefuse branch/tag names that start with a dot
2010-11-09 Avery PennarunRevert (most of) "--remote parameter requires a colon"
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennaruncmd/split: print a progress counter.
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery Pennaruncmd/split: add a new --keep-boundaries option.
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 David Roda--remote parameter requires a colon
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-05 Avery PennarunDocumentation/*.md: add some options that we forgot...
2010-08-22 Gabriel Filionimport cleanup
2010-07-12 Brandon Lowcmd/split: minor correction to an error message.
2010-06-08 Avery Pennaruncmd/{random,split}: call handle_ctrl_c() for cleaner...
2010-06-07 Avery Pennaruncmd/{save,split}: add a --bwlimit option. bup-0.15
2010-04-30 Gabriel Filioncode clarity: one-letter var carried for too long bup-0.14a
2010-03-21 Avery Pennarunrbackup-cmd: we can now backup a *remote* machine to...
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.