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: doc/source/changes.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -161,13 +161,13 @@ Please note that due to breaking changes, we have to increase the major version.
161
161
with large repositories.
162
162
* CRITICAL: fixed incorrect `Commit` object serialization when authored or commit date had timezones which were not
163
163
divisiblej by 3600 seconds. This would happen if the timezone was something like `+0530` for instance.
164
-
* A list of all additional fixes can be found `on github<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.2+-+Fixes%22+is%3Aclosed>`_
164
+
* A list of all additional fixes can be found `on GitHub<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.2+-+Fixes%22+is%3Aclosed>`_
165
165
* CRITICAL: `Tree.cache` was removed without replacement. It is technically impossible to change individual trees and expect their serialization results to be consistent with what *git* expects. Instead, use the `IndexFile` facilities to adjust the content of the staging area, and write it out to the respective tree objects using `IndexFile.write_tree()` instead.
166
166
167
167
1.0.1 - Fixes
168
168
=============
169
169
170
-
* A list of all issues can be found `on github<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.1+-+Fixes%22+is%3Aclosed>`_
170
+
* A list of all issues can be found `on GitHub<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.1+-+Fixes%22+is%3Aclosed>`_
171
171
172
172
1.0.0 - Notes
173
173
=============
@@ -191,7 +191,7 @@ It follows the `semantic version scheme <http://semver.org>`_, and thus will not
191
191
192
192
- Those who support **GUI on windows** will now have to set `git.Git.USE_SHELL = True` to get the previous behaviour.
193
193
194
-
* A list of all issues can be found `on github<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.7+-+Fixes%22+is%3Aclosed>`_
194
+
* A list of all issues can be found `on GitHub<https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.7+-+Fixes%22+is%3Aclosed>`_
195
195
196
196
197
197
0.3.6 - Features
@@ -207,11 +207,11 @@ It follows the `semantic version scheme <http://semver.org>`_, and thus will not
207
207
* Repo.working_tree_dir now returns None if it is bare. Previously it raised AssertionError.
208
208
* IndexFile.add() previously raised AssertionError when paths where used with bare repository, now it raises InvalidGitRepositoryError
209
209
210
-
* Added `Repo.merge_base()` implementation. See the `respective issue on github<https://github.com/gitpython-developers/GitPython/issues/169>`_
210
+
* Added `Repo.merge_base()` implementation. See the `respective issue on GitHub<https://github.com/gitpython-developers/GitPython/issues/169>`_
211
211
* `[include]` sections in git configuration files are now respected
212
212
* Added `GitConfigParser.rename_section()`
213
213
* Added `Submodule.rename()`
214
-
* 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+>`_
214
+
* 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