Support plain strings as refspec arguments to dulwich.porcelain.push.
[jelmer/dulwich.git] / dulwich /
2018-12-23 Jelmer VernooijSupport plain strings as refspec arguments to dulwich...
2018-12-15 Jelmer VernooijFix test, style error.
2018-12-15 KS ChanHandle invalid ref that pretends to be a sub-folder...
2018-11-29 Jelmer VernooijRead MERGE_HEADS.
2018-11-28 Jelmer VernooijAdd dulwich.porcelain.write_tree.
2018-11-23 Jelmer VernooijFix long line.
2018-11-23 Jelmer VernooijSkip refs for revisions that are missing.
2018-11-22 Jelmer VernooijImport abcs from the new location.
2018-11-17 Jelmer VernooijStart on 0.19.10.
2018-11-17 Jelmer VernooijClose repositories after use.
2018-11-17 Jelmer VernooijAvoid fetching ghosts in Repo.fetch.
2018-11-17 Jelmer VernooijForce hashes to unsigned when comparing.
2018-11-14 Jelmer VernooijAdd basic server side implementation of 'git-upload...
2018-11-14 Jelmer VernooijProperly preserve port and username from parsed HTTP...
2018-11-07 Jelmer VernooijStart on 0.19.9.
2018-11-07 Jelmer VernooijSkip cyrrilic test on windows; doesn't support arbitrar...
2018-11-05 Jelmer VernooijStart on 0.19.8.
2018-11-05 Jelmer VernooijMove shallow implementation into BaseRepo.
2018-11-04 Jelmer VernooijFix tests on older versions of Python 3.
2018-11-04 Jelmer VernooijFix style.
2018-11-04 Jelmer VernooijFix shallow handling for HTTP.
2018-11-04 Jelmer VernooijSupport shallow clone, and add basic compat tests.
2018-11-04 Jelmer VernooijAdd Repo.update_shallow.
2018-11-04 Jelmer VernooijTrack depth.
2018-11-04 Jelmer VernooijPass through deepen flag.
2018-10-20 Jelmer VernooijFix encoding on python 3.
2018-10-20 Jelmer VernooijFix spacing.
2018-10-20 Jelmer VernooijFix duplicate test name.
2018-10-20 Jelmer VernooijSupport the i18n.commitEncoding setting.
2018-10-20 Jelmer VernooijAdd get_object_by_path.
2018-10-19 Nicolas DandrimontSplit authorship lines from the right instead of from...
2018-10-16 Jelmer VernooijFix long line.
2018-10-16 Jelmer VernooijDecode error message.
2018-10-14 Jelmer VernooijRemove silly messages in server output.
2018-10-05 Jelmer VernooijFix style errors.
2018-10-05 Jelmer VernooijAdd read_packs_file function.
2018-09-28 Jelmer VernooijFix style.
2018-09-28 Jelmer VernooijSupport error lines with ERROR: as well.
2018-09-28 Jelmer VernooijRaise more useful error messages when unable to access...
2018-09-14 Jelmer VernooijRemove unused import, fix style.
2018-09-14 Jelmer VernooijFix tests on Python 3.
2018-09-14 Jelmer VernooijMerge branch 'bugfix/http-client-gzip-responses' of...
2018-09-14 Jelmer VernooijFix style.
2018-09-14 Nicolas DandrimontDon't double-decompress gzipped HTTP responses
2018-09-12 Jelmer VernooijRaise exception when a caller tries to fetch SHA1s...
2018-09-11 Jelmer VernooijUse constant for ANNOTATED_TAG_SUFFIX.
2018-09-11 Jelmer VernooijAdd check_wants.
2018-09-05 Jelmer VernooijFix compatibility with newer versions of git, which...
2018-08-24 Jelmer VernooijRemove unused variable.
2018-08-24 Jelmer VernooijAllow username and password to be overridden in calls...
2018-08-21 Jelmer VernooijMerge fix for handling of stderr/stdout on pythonw.
2018-08-21 Jelmer VernooijReplace / with \ on windows.
2018-08-21 Sylvia van OsFix Python 2
2018-08-21 Sylvia van OsSwitch test to other function
2018-08-21 Sylvia van OsAdd test for automatic pythonw fallback of outstream...
2018-08-19 Sylvia van OsAdd fallback for unavailable stdout/stderr
2018-08-11 Jelmer VernooijStart on 0.19.7.
2018-08-10 Jelmer VernooijMerge fix for custom auth parameters for dulwich.porcel...
2018-08-10 semyon-slepovFix style (long line)
2018-08-10 semyon-slepovPass optional arguments to fetch() while cloning
2018-08-07 Jelmer VernooijAvoid use of urllib2.splituser (removed in python 3.8).
2018-07-25 Jelmer VernooijSupport bytes paths in dulwich.index.
2018-07-22 grunPass the <errstream> parameter through from porcelain...
2018-07-18 Jelmer VernooijRemove unnecessary abspath calls.
2018-07-18 Jelmer VernooijMerge branch 'fix/tree_path' of git://github.com/r0main...
2018-07-08 Jelmer VernooijStart on 0.19.6.
2018-07-05 Romain KeramitasFix path_to_tree_path
2018-07-03 Jelmer VernooijFix build on Python3, update NEWS.
2018-07-03 Sylvia van OsAdd unit tests for describe
2018-07-01 Sylvia van OsSimple describe implementation
2018-06-29 Damien Tournoudrefs: Clean-up parent directories when removing references
2018-06-25 Jelmer VernooijFix regression in porcelain.clone that prevented clonin...
2018-06-24 Jelmer VernooijStart on 0.19.5.
2018-06-24 Jelmer VernooijAdd Index.items.
2018-06-20 Jelmer VernooijImplement dulwich.porcelain.ls_files, avoid digraph...
2018-06-17 Jelmer VernooijStart on 0.19.4.
2018-06-17 Jelmer VernooijSupport a prefix argument to dulwich.archive.tar_stream.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-06-15 Filipp Frizzyfix TypeError in _ParamikoWrapper
2018-06-14 Romain KeramitasFix ls_tree function
2018-06-03 Jelmer VernooijUse constant for LOCAL_BRANCH_PREFIX.
2018-05-19 Jelmer VernooijAdd support for subdirs and prefix arguments in GitClie...
2018-05-17 Boris FeldFix a typo in dulwich.porcelain.status
2018-05-11 Daniel AnderssonMore robust symlink creation test
2018-05-09 Jelmer VernooijFix indentation.
2018-05-09 Jelmer VernooijUse os.replace if available.
2018-05-09 Jelmer VernooijMake fancy_rename python3-compatible.
2018-05-09 Jelmer VernooijFix os.path.sep replacement on Python3.
2018-05-09 Daniel AnderssonMore robust pack file rename on Windows
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-05-04 Jelmer VernooijFix tests on python3.
2018-05-04 Jelmer VernooijMerge branch 'fix-porcelain-fetch' of https://github...
2018-05-04 Daniel AnderssonReuse remote ref construction logic from clone
2018-05-04 Daniel AnderssonAdd failing test cases for bad fetch
2018-04-16 Jelmer VernooijAdd Repo.get_shallow.
2018-04-12 Jelmer VernooijFix style errors.
2018-04-12 Jelmer VernooijAdd checkout argument to clone. Fixes #503
2018-04-12 Jelmer VernooijFix check-tutorial.
2018-04-12 Jelmer VernooijFix the tutorial tests on python3. Fixes: #573
2018-04-12 Jelmer VernooijFix style.
next