Raise exception when a caller tries to fetch SHA1s that are not in any refs.
[jelmer/dulwich.git] / NEWS
2018-09-12 Jelmer VernooijRaise exception when a caller tries to fetch SHA1s...
2018-09-05 Jelmer VernooijFix compatibility with newer versions of git, which...
2018-08-21 Jelmer VernooijMerge fix for handling of stderr/stdout on pythonw.
2018-08-11 Jelmer VernooijStart on 0.19.7.
2018-08-11 Jelmer VernooijRelease 0.19.6 dulwich-0.19.6
2018-08-11 Jelmer VernooijUpdate NEWS.
2018-08-10 Jelmer VernooijMerge fix for custom auth parameters for dulwich.porcel...
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-08 Jelmer VernooijRelease 0.19.5 dulwich-0.19.5
2018-07-03 Jelmer VernooijFix build on Python3, update NEWS.
2018-06-29 Jelmer VernooijUpdate NEWS.
2018-06-25 Jelmer VernooijFix regression in porcelain.clone that prevented clonin...
2018-06-24 Jelmer VernooijRelease 0.19.4 dulwich-0.19.4
2018-06-24 Jelmer VernooijAdd Index.items.
2018-06-22 Jelmer VernooijNote Index.iteritems in NEWS.
2018-06-20 Jelmer VernooijImplement dulwich.porcelain.ls_files, avoid digraph...
2018-06-17 Jelmer VernooijStart on 0.19.4.
2018-06-17 Jelmer VernooijRelease 0.19.3 dulwich-0.19.3
2018-06-17 Jelmer VernooijSupport a prefix argument to dulwich.archive.tar_stream.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-09 Jelmer VernooijFix indentation.
2018-05-04 Jelmer VernooijMerge branch 'fix-porcelain-fetch' of https://github...
2018-05-04 Daniel AnderssonAdd NEWS entry
2018-04-16 Jelmer VernooijAdd Repo.get_shallow.
2018-04-12 Jelmer VernooijAdd checkout argument to clone. Fixes #503
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.
next