Merge fix for send pack when there is nothing to fetch from Augie.
[jelmer/dulwich-libgit2.git] / dulwich / file.py
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzFix yield in try/finally for python2.4 compatibility.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-04-16 Jelmer VernooijAvoid double close when file has already gone away...
2010-04-16 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-04-15 anatoly techtonikfix bug #557585 GitFile breaks dulwich on Windows
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-09 Dave BorowitzDon't magically delete lockfiles on IOError/OSError.
2010-02-09 Dave BorowitzClarify GitFile docstrings and disallow r+w modes.
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...