]> arthur.barton.de Git - bup.git/history - lib/bup/git.py
git.cp(): don't repeatedly recompute default repo
[bup.git] / lib / bup / git.py
2016-12-17 Rob Browninggit.cp(): don't repeatedly recompute default repo 0.29-rc1
2016-12-17 Rob Browninggc: restart catpipe after each new pack
2016-12-17 Rob Browningcheck_repo_or_die: don't test via stat "pack/."
2016-11-23 Ben Kellywalk_object: ignore blob content if not requested
2016-11-06 Rob BrowningPackWriter: rename write() to just_write()
2016-10-30 Rob Browninggit: allow multiple refnames in list_refs calls
2016-10-22 Rob Browningwalk_object: rewrite as nonrecursive
2016-07-03 Rob Browning_encode_packobj: raise ValueError for bad level
2016-07-03 Jacob Edelman_encode_packobj: raise BaseException for bad level
2016-07-02 Rob Browninggc: explicitly handle missing objects
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-02-14 Rob BrowningAdd "bup rm", but require --unsafe invocation
2016-02-14 Rob Browninggit.py: add walk_object
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-01-18 Rob BrowningPackWriter _end: fsync parent dir (not fdatasync)
2016-01-18 Rob BrowningSync pack data more carefully when writing
2016-01-18 Rob Browning_write_pack_idx_v2: close idx_map separately
2016-01-18 Rob BrowningPackWriter open: clean up fd if fdopen fails
2016-01-18 Rob BrowningPackWriter init: initialize file guard first
2016-01-18 Rob BrowningPackWriter _end: try to always close the file
2016-01-18 Rob BrowningPackWriter _abort: try to always close the file
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-28 Rob BrowningGet TZ offset from C localtime, given tm_gmtoff 0.27-rc4
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2014-11-16 Gabriel Filiontag-cmd.py: use git update-ref to delete tags
2014-10-17 Rob Browninggit.py: generalize update_ref() to support tags in...
2014-10-17 Rob Browninggit.py: allow the specification of a repo_dir to update...
2014-10-17 Rob BrowningAllow the specification of a repo_dir to some VFS and...
2014-10-17 Rob BrowningAllow per-instance specification of the repo_dir for...
2014-06-04 Holger Dellmangle_path: verify chunked name refers to git dir
2014-06-04 Holger Dellgit.py: fix minor typos in comments
2014-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
2014-05-28 Patrick Rouleaumidx: close the mmap before erasing an midx file
2014-05-21 Rob BrowningUse CatPipe, not show, in git_commit_dates()
2014-05-21 Rob BrowningMove VFS cp() to git.py; handle repodir changes
2014-05-17 Rob BrowningFix git_commit_dates() to handle (obvious) duplicates
2014-05-12 Rob BrowningReturn integers, not strings from get_commit_dates()
2014-05-08 Rob BrowningRetrieve the dates for all branches with one bulk git...
2014-05-02 Rob BrowningUse the author date, not committer date for the bup...
2014-01-29 Rob Browninggit.py: remove unused home_repodir variable.
2013-09-07 Rob BrowningStop interleaving stream and mmap IO operations when...
2013-08-17 Zoran Zaricgit.py: don't automatically initialize ~/.bup if it...
2013-06-08 Rob Browninggit.py: flush idx_map before close so FILE* operations...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-09-28 Yung-Chin Oeigit.py: avoid repeated string-copying in tree_decode()
2012-09-27 Zoran ZaricEnable the reflog when initializing the repository.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. UckoImprove formatting of error and warning messages.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-29 Avery PennarunClarify the message when the BUP_DIR doesn't exist.
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 ZaricMake zlib compression level a parameter of git.PackWriter
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
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-20 Avery Pennarungit.py: rename treeparse to tree_decode() and add tree_...
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery Pennaruncmd/midx, git.py: all else being equal, delete older...
2011-02-18 Avery PennarunAdd git.shorten_hash(), printing only the first few...
2011-02-18 Avery Pennaruntclient.py: add some additional tests that objcache...
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.
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-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-17 Avery Pennaruncmd/bloom: by default generate bloom filters in *all...
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 PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Brandon LowRemove incorrect comment
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 Avery PennarunShaBloom.init(): initialize members before the assert().
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-26 Avery PennarunHandle $BUP_MAIN_EXE more carefully.
2011-01-26 Avery Pennarunauto_midx(): report args when failing to call a subprocess.
2011-01-18 Brandon Lowsave: handle backup write errors properly
2011-01-18 Gabriel Filiongit.py: error when repo's parent dir absent
next