]> arthur.barton.de Git - bup.git/history - lib/bup/git.py
Allow per-instance specification of the repo_dir for CatPipe
[bup.git] / lib / bup / git.py
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
2011-01-10 Brandon LowDumb server doesn't need objcache
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Brandon LowDon't generate midx files in dumb server mode
2011-01-06 Carsten Bormanngit.CatPipe: set a buffer size on the subprocess to...
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2011-01-03 Brandon LowUse chunkyreader() instead of manually reading multiple...
2010-12-23 Avery PennarunSkip over invalid .idx files if we find any.
2010-12-22 Avery Pennaruncmd/server: find .idx filenames more efficiently when...
2010-12-01 Avery Pennarunmidx: auto-remove midx files that refer to missing...
2010-12-01 Gabriel Filionadd a tag command
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-09-22 Avery Pennarungit.py: more careful handling of .idx version codes.
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-09-07 Avery Pennarunclient.py,git.py: run 'bup midx -a' automatically somet...
2010-09-06 Avery Pennaruncmd/midx: --auto mode can combine existing midx files...
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'guesser'
2010-09-02 Avery Pennarungit.py: recover more elegantly if a MIDX file has the...
2010-08-27 Avery Pennarun_helpers.extract_bits(): rewrite git.extract_bits(...
2010-08-27 Avery Pennarun_helpers.firstword(): a new function to extract the...
2010-08-27 Avery Pennarungit.py: when seeking inside a midx, use statistical...
2010-08-27 Avery Pennarungit.py: keep statistics on how much sha1 searching...
2010-08-26 Avery Pennaruncmd/margin: add a new --predict option.
2010-08-22 Gabriel Filionimport cleanup
next