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

Commitd562517

Browse files
committed
renamed gitter to cmd since that makes more sense. Fixed up changes doc.
1 parentdafe71a commitd562517

File tree

4 files changed

+4
-192
lines changed

4 files changed

+4
-192
lines changed

‎CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CHANGES
1010

1111
Git
1212
---
13+
* Renamed module to cmd.
14+
1315
* Removed shell escaping completely.
1416

1517
* Added support for ``stderr``, ``stdin``, and ``with_status``.

‎lib/git/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
fromgit.commitimportCommit
1212
fromgit.diffimportDiff
1313
fromgit.errorsimportInvalidGitRepositoryError,NoSuchPathError,GitCommandError
14-
fromgit.gitterimportGit
14+
fromgit.cmdimportGit
1515
fromgit.headimportHead
1616
fromgit.repoimportRepo
1717
fromgit.statsimportStats

‎lib/git/gitter.py

Lines changed: 0 additions & 190 deletions
This file was deleted.

‎lib/git/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
importre
33
fromerrorsimportInvalidGitRepositoryError,NoSuchPathError
44
fromutilsimporttouch
5-
fromgitterimportGit
5+
fromcmdimportGit
66
fromheadimportHead
77
fromblobimportBlob
88
fromtagimportTag

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp