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
+
* Repo.rev_parse now supports the [ref]@{n} syntax, where n is the number of steps to look into the reference's past
25
+
26
+
* **BugFixes**
27
+
28
+
* Removed incorrect ORIG_HEAD handling
29
+
30
+
* **Flattened directory** structure to make development more convenient.
8
31
9
32
* .. note:: This alters the way projects using git-python as a submodule have to adjust their sys.path to be able to import git-python successfully.
33
+
* Misc smaller changes and bugfixes
10
34
11
35
0.3.1 Beta 1
12
36
============
13
37
* Full Submodule-Support
14
38
* Added unicode support for author names. Commit.author.name is now unicode instead of string.
39
+
* Head Type changes
40
+
41
+
* config_reader() & config_writer() methods added for access to head specific options.
42
+
* tracking_branch() & set_tracking_branch() methods addded for easy configuration of tracking branches.
0 commit comments