Fix the tutorial tests on python3. Fixes: #573
[jelmer/dulwich.git] / NEWS
2018-04-12 Jelmer VernooijFix the tutorial tests on python3. Fixes: #573
2018-04-11 Jelmer VernooijSupport setting DULWICH_PDB to have SIGQUIT trigger...
2018-04-09 Jelmer VernooijFix handling of encoding for tags. #608
2018-04-08 Jelmer VernooijAdd really basic dulwich.porcelain.fsck.
2018-04-08 Jelmer VernooijStart on 0.19.3.
2018-04-07 Jelmer VernooijRelease 0.19.2 dulwich-0.19.2
2018-04-07 Jelmer VernooijFix Index.iterblobs behaviour, add test.
2018-04-05 Jelmer VernooijStart on 0.19.2.
2018-04-05 Jelmer VernooijRelease 0.19.1 dulwich-0.19.1
2018-04-05 Jelmer VernooijOnly pass key_filename and password into SSHVendor...
2018-04-02 Jelmer VernooijMerge change from PuttySSHVendor => PLinkSSHVendor.
2018-04-02 Jelmer VernooijFix repeat HTTP requests using the same smart HTTP...
2018-04-02 Jelmer VernooijFactor out a parse_rsync_url function.
2018-03-31 Jelmer VernooijSupport the http.sslVerify and http.sslCAInfo configura...
2018-03-29 Adam BradleyAdded tests and news.
2018-03-25 Jelmer VernooijRename Index.iterblobs to Index.iterobjects.
2018-03-17 Jelmer VernooijAdd basic support for reading mailmap files.
2018-03-10 Jelmer VernooijStart on 0.19.1.
2018-03-10 Jelmer VernooijRelease 0.19.0 dulwich-0.19.0
2018-03-08 Jelmer VernooijAdd change_type_same flag to tree_changes.
2018-03-03 Jelmer VernooijMerge support for PuttySSHVendor and basic support...
2018-02-23 Filipp FrizzyAdd new ssh options change into NEWS file
2018-01-31 Jelmer VernooijUpdate NEWS, AUTHORS.
2018-01-24 Jelmer VernooijRaise exception when user identity misses email. Fixes...
2018-01-12 Jelmer VernooijMerge remote-tracking branch 'alistair-broomhead/gitign...
2018-01-07 Jelmer VernooijStart writing reflog entries.
2017-12-29 Jelmer VernooijChange send_pack argument from generate_pack_contents...
2017-12-07 Jelmer VernooijAdd a fastimport 'extra'.
2017-12-05 Jelmer VernooijMerge branch 'porcelain-pass-kwargs' of https://jelmer...
2017-11-18 Jelmer VernooijMerge branch 'ignore-corrupted-loose-object' of https...
2017-11-17 Antoine R. Dumont... Raise EmptyFileException when empty disk file corruptio...
2017-11-13 Jelmer VernooijMerge branch 'quoted-comments-in-config' of https:...
2017-11-11 Daniel AnderssonAdd NEWS entry for comment character fix
2017-11-11 Jelmer VernooijMerge branch 'issue-577' of https://github.com/jonashaa...
2017-11-11 Jelmer VernooijStart on 0.18.7.
2017-11-11 Jelmer VernooijRelease 0.18.6 dulwich-0.18.6
2017-11-10 Jelmer VernooijMerge branch 'raise-in-correct-place' of https://github...
2017-11-09 Jonas HaagFix #577: Set gzip header file modification time
2017-11-03 Antoine R. Dumont... objects: Add checks on date fields (tag, commit alike)
2017-11-03 Jelmer VernooijRaise error when adding paths that are not under repo.
2017-10-31 Jelmer VernooijFix handling of empty repositories. Fixes #570
2017-10-30 Jelmer VernooijAdd dulwich CVE.
2017-10-29 Jelmer VernooijStart on 0.18.6.
2017-10-29 Jelmer VernooijRelease 0.18.5 dulwich-0.18.5
2017-10-29 Jelmer VernooijPrevent setting SSH arguments in SSH URLs when using...
2017-10-18 Jelmer VernooijSilently ignore directories passed to Repo.stage()...
2017-10-18 Jelmer VernooijUpdate NEWS.
2017-10-15 Jelmer VernooijRaise FileLocked in GitFile.
2017-10-01 Jelmer VernooijAdd NEWS entry.
2017-10-01 Jelmer VernooijMake default user-agent start with git/ to work around...
2017-09-03 Jelmer VernooijRelease 0.18.3 dulwich-0.18.3
2017-08-26 Jelmer VernooijUpdate AUTHORS/NEWS.
2017-08-19 Jelmer VernooijProperly follow redirects over HTTP/HTTPS. Fixes #117
2017-08-19 Jelmer VernooijAdd basic repack implementation.
2017-08-18 Jelmer VernooijAdd commit_tree_changes.
2017-08-14 Jelmer VernooijFix syntax error.
2017-08-06 Jelmer VernooijProvide symrefs in server. Fixes #485
2017-08-06 Jelmer VernooijReturn symrefs from fetch_pack.
2017-08-06 Jelmer VernooijAdd dulwich.porcelain.update_head. Fixes #439
2017-08-05 Jelmer VernooijMerge fix for treatment of empty chunks in unified...
2017-08-05 Jelmer VernooijPass in config when running operations from porcelain...
2017-08-01 Jelmer VernooijStart on 0.18.3.
2017-08-01 Jelmer VernooijRelease 0.18.2 dulwich-0.18.2
2017-07-31 Jelmer VernooijStart on 0.18.2.
2017-07-31 Jelmer VernooijRelease 0.18.1 dulwich-0.18.1
2017-07-31 Jelmer VernooijStart on 0.18.1.
2017-07-31 Jelmer VernooijRelease 0.18.0 dulwich-0.18.0
2017-07-30 Jelmer VernooijFix dulwich.porcelain.show on commits with Python3...
2017-07-28 Jelmer VernooijHandle race conditions with pack directory's mtime...
2017-07-21 Jelmer VernooijFix exit code for check-ignore.
2017-07-20 Jelmer VernooijAdd and use parse_tree.
2017-07-19 Jelmer VernooijAdd test for reset behaviour fixes, simplify handling...
2017-07-16 Jelmer VernooijActually remove files from disk in ``dulwich.porcelain...
2017-07-16 Jelmer VernooijConsistent formatting of bullet points in NEWS.
2017-07-16 Jelmer VernooijSupport ignored argument to dulwich.porcelain.status.
2017-07-15 Jelmer VernooijProperly support submodules in ``porcelain.status`...
2017-07-15 Jelmer VernooijHook ignore support into status.
2017-07-13 Jelmer VernooijImplement check-ignore.
2017-07-12 Jelmer VernooijHonor ignores in dulwich.porcelain.add.
2017-07-02 Jelmer VernooijMerge branch 'ignore'
2017-07-02 Jelmer VernooijImprove documentation re ignores.
2017-07-02 Jelmer VernooijInitial support for ignores.
2017-06-20 Jelmer VernooijIn ``dulwich.porcelain.add``, if no files are specified,
2017-06-16 Jelmer VernooijPass 'mkdir' argument onto Repo.init_bare() from Repo...
2017-06-16 Jelmer VernooijClarify docstrnigs for Client.{send_pack,fetch_pack...
2017-05-01 Jelmer VernooijUpdate NEWS
2017-03-20 Jelmer VernooijStart on 0.17.4.
2017-03-20 Jelmer VernooijRelease 0.17.3 dulwich-0.17.3
2017-03-20 Jelmer VernooijAdd NEWS entry about pypy3 support.
2017-03-20 Jelmer VernooijList Python 3.3 as supported. Fixes #513.
2017-03-19 Jelmer VernooijStart on 0.17.3.
2017-03-19 Jelmer VernooijRelease 0.17.2. dulwich-0.17.2
2017-03-18 Jelmer VernooijProperly quote config values with a # character. Fixes...
2017-03-16 Jelmer VernooijUpdate NEWS.
2017-03-01 Jelmer VernooijStart on 0.17.2.
2017-03-01 Jelmer VernooijRelease 0.17.1. dulwich-0.17.1
2017-03-01 Jelmer VernooijCope with existing submodules during pull. Fixes #505.
2017-03-01 Jelmer VernooijStart on 0.17.1.
2017-03-01 Jelmer VernooijRelease 0.17.0. dulwich-0.17.0
2017-02-27 Jelmer VernooijProperly log off after retrieving just refs.
next