]> arthur.barton.de Git - bup.git/history - lib/bup/git.py
git: remove unused _git_capture()
[bup.git] / lib / bup / git.py
2020-02-02 Johannes Berggit: remove unused _git_capture()
2020-01-20 Rob Browninggit: accommodate python 3 and enable tests
2020-01-18 Rob Browninggit: shun buffers in packidxes
2020-01-12 Johannes Berggit: remove global variable ignore_midx
2020-01-07 Johannes BergCatPipe: remove _ver_warned
2019-12-01 Rob BrowningMove pwd grp functions to pwdgrp module; require binary...
2019-11-29 Rob BrowningRemove inefficient (or will be) uses of buffer
2019-10-13 Rob BrowningMinimize use of preexec_fn
2019-04-13 Rob Browningrev_list: handle multiple results/ref from remote for...
2019-04-12 Rob BrowningHandle commit mergetags (at all)
2019-03-03 Rob Browningget: note writes in just_write and fsck after tests
2019-03-03 Rob BrowningAdd bup get; see the documentation for further information
2019-01-13 Rob Browningwalk_object: accept a get function instead of catpipe
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-04-01 Rob BrowningCatPipe.get: fix error message construction (wrong...
2018-03-31 Rob BrowningMake PackWriter a "with" context manager
2018-03-31 Rob BrowningPackWriter: allow specification of a repo_dir
2018-02-01 Rob Browninggit.repo: don't unintentionally set global repodir
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningDon't use cmp()
2017-12-02 Rob Browning_git_wait: pass cmd to GitError through shstr
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it
2017-09-24 Rob Browningrev_list: allow multiple refs
2017-09-24 Rob Browningrev_list: support custom formats
2017-09-21 Rob BrowningChange WalkItem hex id to binary oid
2017-09-21 Rob BrowningChange walk_object id arg to oidx
2017-09-21 Rob BrowningChange name of MissingObject id to oid
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-09-21 Rob BrowningCatPipe.get: don't throw MissingObject; return None
2017-09-21 Rob Browningrev_list: check count type more carefully
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2017-06-18 Rob Browninggit.list_refs: change arg from refnames to patterns
2017-06-18 Rob BrowningSupport catpipe get(...,size=True); require git >=...
2017-05-20 Rob BrowningHonor git config pack.packSizeLimit when set
2017-05-20 Rob BrowningRemove max_pack_size and max_pack_objects globals
2017-05-16 Rob BrowningMove _git_wait and _git_capture before use
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'
next