From f773b4cedad84da3ab3f548a6293dca7a0ec2707 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 18 Mar 2018 22:05:54 +0200 Subject: github -> GitHub --- doc/source/changes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 70f66a7d..129c96ca 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -161,13 +161,13 @@ Please note that due to breaking changes, we have to increase the major version. with large repositories. * CRITICAL: fixed incorrect `Commit` object serialization when authored or commit date had timezones which were not divisiblej by 3600 seconds. This would happen if the timezone was something like `+0530` for instance. -* A list of all additional fixes can be found `on github `_ +* A list of all additional fixes can be found `on GitHub `_ * 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. 1.0.1 - Fixes ============= -* A list of all issues can be found `on github `_ +* A list of all issues can be found `on GitHub `_ 1.0.0 - Notes ============= @@ -191,7 +191,7 @@ It follows the `semantic version scheme `_, and thus will not - Those who support **GUI on windows** will now have to set `git.Git.USE_SHELL = True` to get the previous behaviour. -* A list of all issues can be found `on github `_ +* A list of all issues can be found `on GitHub `_ 0.3.6 - Features @@ -207,11 +207,11 @@ It follows the `semantic version scheme `_, and thus will not * Repo.working_tree_dir now returns None if it is bare. Previously it raised AssertionError. * IndexFile.add() previously raised AssertionError when paths where used with bare repository, now it raises InvalidGitRepositoryError -* Added `Repo.merge_base()` implementation. See the `respective issue on github `_ +* Added `Repo.merge_base()` implementation. See the `respective issue on GitHub `_ * `[include]` sections in git configuration files are now respected * Added `GitConfigParser.rename_section()` * Added `Submodule.rename()` -* A list of all issues can be found `on github `_ +* A list of all issues can be found `on GitHub `_ 0.3.5 - Bugfixes ================ -- cgit v1.2.1