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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Then run:
50
50
51
51
GitPython's git repo is available on GitHub, which can be browsed at [github](https://github.com/gitpython-developers/GitPython) and cloned like that:
Copy file name to clipboardExpand all lines: doc/source/changes.rst
+11-8
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,22 @@ Changelog
4
4
5
5
0.3.6 - Features
6
6
================
7
-
* Added `Repo.merge_base()` implementation. See the `respective issue on github <https://github.com/gitpython-developers/GitPython/issues/169>`_
8
-
* `[include]` sections in git configuration files are now respected
9
-
* Added `GitConfigParser.rename_section()`
10
-
* DOCS: special members like `__init__` are now listed in the API documentation
11
-
* DOCS: tutorial section was revised entirely
12
-
* Added `Submodule.rename()`
7
+
* **DOCS**
8
+
9
+
* special members like `__init__` are now listed in the API documentation
10
+
* tutorial section was revised entirely, more advanced examples were added.
11
+
13
12
* **POSSIBLY BREAKING CHANGES**
14
13
15
14
* As `rev_parse` will now throw `BadName` as well as `BadObject`, client code will have to catch both exception types.
16
15
* Repo.working_tree_dir now returns None if it is bare. Previously it raised AssertionError.
17
16
* IndexFile.add() previously raised AssertionError when paths where used with bare repository, now it raises InvalidGitRepositoryError
18
-
19
-
* A list of all issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.6+-+Features%22+
17
+
18
+
* Added `Repo.merge_base()` implementation. See the `respective issue on github <https://github.com/gitpython-developers/GitPython/issues/169>`_
19
+
* `[include]` sections in git configuration files are now respected
20
+
* Added `GitConfigParser.rename_section()`
21
+
* Added `Submodule.rename()`
22
+
* A list of all issues can be found `on github <https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.6+-+Features%22+>`_
0 commit comments