]> arthur.barton.de Git - bup.git/history - cmd-index.py
executable files: don't assume python2.5.
[bup.git] / cmd-index.py
2010-01-24 Avery Pennarunexecutable files: don't assume python2.5.
2010-01-12 Avery Pennarunclient-server: only retrieve index files when actually...
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz KosewskiDon't try to rename tmpfiles into existing open files.
2010-01-10 Lukasz Kosewskicmd-index.py: Retry os.open without O_LARGEFILE if...
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
2010-01-10 Avery Pennaruncmd-save: completely reimplement using the indexfile.
2010-01-10 Avery PennarunMoved some reusable index-handling code from cmd-index...
2010-01-10 Avery PennarunA bunch of wvtests for the 'bup index' command.
2010-01-10 Avery Pennaruncmd-index: default indexfile path is ~/.bup/bupindex...
2010-01-10 Avery Pennaruncmd-index: skip merging the index if nothing was writte...
2010-01-10 Avery Pennaruncmd-index: only update if -u is given; print only given...
2010-01-10 Avery Pennaruncmd-index: correct reporting of deleted vs. added vs...
2010-01-09 Avery PennarunGeneralize the multi-index-walking code.
2010-01-09 Avery Pennaruncmd-index: indexfiles should start with a well-known...
2010-01-08 Avery Pennaruncmd-index: eliminate redundant paths from index update...
2010-01-08 Avery Pennaruncmd-index: some handy options.
2010-01-08 Avery Pennarunindex: add --xdev (--one-file-system) option.
2010-01-08 Avery PennarunFix some bugs with indexing '/'
2010-01-08 Avery Pennaruncmd-index: basic index reader/writer/merger.