Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit616ae50

Browse files
committed
For now, referencing github directly seems to be safest.
1 parent0f54c89 commit616ae50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Please see the online documentation for the latest changelog:
2-
http://packages.python.org/GitPython/
2+
https://github.com/gitpython-developers/GitPython/blob/0.3/doc/source/changes.rst

‎doc/source/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Guided Upgrade
5252
**************
5353
This guide should help to make the upgrade as painless as possible, hence it points out where to start, and what to look out for.
5454

55-
* Have a look atthe CHANGES log file and read all important changes about0.3 for an overview.
55+
* Have a look athttps://github.com/gitpython-developers/GitPython/blob/0.3/doc/source/changes.rst
5656
* Start applying the renames, generally the ``utils`` modules are now called ``util``, ``errors`` is called ``exc``.
5757
* Search for occurrences of the ``sha`` property of object instances. A similar value can be obtained through the new ``hexsha`` property. The native sha1 value is the ``binsha`` though.
5858
* Search for code which instantiates objects directly. Their initializer now requires a 20 byte binary Sha1, rev-specs cannot be used anymore. For a similar effect, either convert your hexadecimal shas to binary shas beforehand ( ``binascii.unhexlify`` for instance ), or use higher level functions such as ``Object.new``, ``Repo.commit`` or ``Repo.tree``. The latter ones takes rev-specs and hexadecimal sha1 hashes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp