|
@@ -11,6 +11,9 @@
|
|
|
* Add `serve_command` function for git server commands as executables.
|
|
|
(Jelmer Vernooij)
|
|
|
|
|
|
+ * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
|
|
|
+ (Dave Borowitz, #568493)
|
|
|
+
|
|
|
BUG FIXES
|
|
|
|
|
|
* Correct short-circuiting operation for no-op fetches in the server.
|
|
@@ -21,11 +24,20 @@
|
|
|
|
|
|
* Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
|
|
|
|
|
|
+ * Zero-padded file modes in Tree objects no longer trigger an exception but
|
|
|
+ the check code warns about them. (Augie Fackler, #581064)
|
|
|
+
|
|
|
+ * Repo.init() now honors the mkdir flag. (#671159)
|
|
|
+
|
|
|
+ * The ref format is now checked when setting a ref rather than when reading it back.
|
|
|
+ (Dave Borowitz, #653527)
|
|
|
+
|
|
|
DOCUMENTATION
|
|
|
|
|
|
* Run the tutorial inside the test suite. (Jelmer Vernooij)
|
|
|
|
|
|
- * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550)
|
|
|
+ * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
|
|
|
+ #610540)
|
|
|
|
|
|
|
|
|
0.6.2 2010-10-16
|
|
@@ -190,7 +202,7 @@ note: This list is most likely incomplete for 0.6.0.
|
|
|
* Implement RefsContainer.__contains__. (Jelmer Vernooij)
|
|
|
|
|
|
* Cope with \r in ref files on Windows. (
|
|
|
- http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
|
|
|
+ http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
|
|
|
|
|
|
* Fix GitFile breakage on Windows. (Anatoly Techtonik, #557585)
|
|
|
|
|
@@ -260,7 +272,7 @@ note: This list is most likely incomplete for 0.6.0.
|
|
|
with chunks of strings rather than with full-text strings.
|
|
|
(Jelmer Vernooij)
|
|
|
|
|
|
-0.5.0 2010-03-03
|
|
|
+0.5.02010-03-03
|
|
|
|
|
|
BUG FIXES
|
|
|
|
|
@@ -361,7 +373,7 @@ note: This list is most likely incomplete for 0.6.0.
|
|
|
|
|
|
* Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and
|
|
|
Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
|
|
|
- refs.
|
|
|
+ refs.
|
|
|
|
|
|
BUG FIXES
|
|
|
|