]> arthur.barton.de Git - bup.git/history - cmd/index-cmd.py
index: fix -H option
[bup.git] / cmd / index-cmd.py
2020-05-26 Johannes Bergindex: fix -H option
2020-03-01 Johannes Bergindex: make --fake-valid match the man page
2020-01-19 Rob Browningindex-cmd: accommodate python 3
2019-12-22 Rob BrowningFix tindex for python 3
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2016-12-26 Rob Browningindex: only collect metadata for stale paths
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-03-05 Rob BrowningNever omit explicitly named mounts during index -x
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
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2014-11-19 Gabriel Filionindex: Correct inconsitency in documentation of modes
2014-04-02 Patryck Rouleauindex-cmd: prevent a division by zero while computing...
2014-03-20 Rob BrowningReport paths/s in index progress information.
2013-12-21 Thomas KlausnerAdd index option "--exclude-rx-from FILE".
2013-11-12 Rob BrowningDon't crash; defer an error when a path changes while... 0.25-rc4
2013-11-10 Rob BrowningOnly allow "index --clear" to clear the default index...
2013-11-02 Rob Browningindex-cmd.py: pass exclude_rxs as an argument to update...
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-18 Zak WilcoxAdd a --no-check-device option to bup index (cf. tar).
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2013-02-16 Rob Browningclear_index(): remove unused "cleared" variable.
2013-02-13 Zoran ZaricAdd "bup index --clear" to clear the index.
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-09 Rob BrowningChange index; include atime; pack time as xstat timespe...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2013-01-27 Rob BrowningStop checking for empty stat values from recursive_dirl...
2012-08-17 Rob BrowningAdd a bup "tick" before indexing to avoid timestamp...
2011-06-09 Avery PennarunMerge branch 'meta'
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. UckoCap timestamps in index to avoid needing to worry about...
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
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-16 Avery Pennaruncmd/index: make the default mode '-u'.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-12-02 Zoran ZaricRenames --exclude-file to --exclude-from and encaspulat...
2010-12-02 Zoran ZaricAdds --exclude-file option to bup index.
2010-12-02 Zoran ZaricAdds --exclude option to bup index and bup drecurse
2010-12-01 Avery Pennaruncmd/index: fix documented default value for --indexfile.
2010-12-01 Zoran ZaricExcludes BUP_DIR from index.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-05 David Rodacmd/index: catch exception for paths that don't exist.
2010-08-22 Gabriel Filionimport cleanup
2010-03-15 Lukasz Kosewskicmd/index-cmd.py: How it pains me to have to explicitl...
2010-03-13 Avery Pennaruncmd/{index,save}: handle ctrl-c without printing a... bup-0.12a
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.