]> arthur.barton.de Git - bup.git/history - lib/bup/t/tgit.py
tests: git: test larger blob encode/decode
[bup.git] / lib / bup / t / tgit.py
2020-02-02 Johannes Bergtests: git: test larger blob encode/decode
2020-01-20 Rob Browninggit: accommodate python 3 and enable tests
2019-12-15 Rob BrowningSimplify bup startup process
2019-12-15 Rob BrowningMove bup to cmd/ and symlink ./bup to cmd/bup
2019-10-13 Rob Browningtgit: use print() for python 3; fix test data writes
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2017-06-18 Rob BrowningActually run test__git_date_str()
2017-06-18 Rob BrowningSupport catpipe get(...,size=True); require git >=...
2017-06-18 Rob BrowningSwitch to py2/3 compatible octal notation
2016-07-16 Rob BrowningDon't use multiple with context clauses
2016-07-03 Rob Browning_encode_packobj: raise ValueError for bad level
2016-04-02 Rob BrowningCheck saved_errors before and after every test
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-09-05 Rob Browningdemangle_name: handle .bupm files
2015-06-21 Rob Browninglist_refs: add limit_to_heads and limit_to_tags
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-01-22 Rob Browningtgit.py: set git committer/author info
2014-05-21 Rob BrowningUse CatPipe, not show, in git_commit_dates()
2014-01-25 Rob Browningtgit.py: use a tmpdir in t/tmp instead of working direc...
2013-04-14 Rob Browningtgit.py: set BUP_MAIN_EXE and BUP_DIR in testpacks().
2011-03-21 Rob Browningtgit.py: provoke ENOTDIR rather than EACCES in test_che...
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
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 PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Brandon Lowmidx4: Fix name offsets when generated from idx
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Brandon Lowbloom: Use truncate not writing zeros in create
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-04 Brandon LowImprove test pass condition
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennarungit.py: support the old git pack .idx version 1 format.
2010-07-14 Avery PennarunMove t/*.py to lib/bup/t/*.py.