You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ``create(...)`` method now supports the reflog, but will not raise ``GitCommandError`` anymore as it is a pure python implementation now. Instead, it raises ``OSError``.
23
+
24
+
* **Intrusive Changes** to ``Actor`` type
25
+
26
+
* the *name* field is now using unicode if ascii does not match
27
+
28
+
* **Intrusive Changes** to ``Repo`` type
29
+
30
+
* ``create_head(...)`` method does not support **kwargs anymore, instead it supports a logmsg parameter
23
31
24
32
* Repo.rev_parse now supports the [ref]@{n} syntax, where n is the number of steps to look into the reference's past
0 commit comments