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

Commit739fa14

Browse files
committed
Fixed remaining tests - lets hope that everything is indeed working correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
1 parentdec4663 commit739fa14

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

‎objects/submodule/root.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ def update(self, previous_commit=None, recursive=True, force_remove=False, init=
4848
4949
:param previous_commit: If set to a commit'ish, the commit we should use
5050
as the previous commit the HEAD pointed to before it was set to the commit it points to now.
51-
If None, it defaults to ORIG_HEAD otherwise, or the parent of the current
52-
commit if it is not given
51+
If None, it defaults to HEAD@{1} otherwise
5352
:param recursive: if True, the children of submodules will be updated as well
5453
using the same technique
5554
:param force_remove: If submodules have been deleted, they will be forcibly removed.

‎refs/head.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
fromgit.configimportSectionConstraint
66

7+
fromgit.utilimportjoin_path
8+
79
fromgit.excimportGitCommandError
810

911
__all__= ["HEAD","Head"]

‎refs/reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fromsymbolicimportSymbolicReference
22
importos
3+
fromgit.objectsimportObject
34
fromgit.utilimport (
45
LazyMixin,
56
Iterable,

‎refs/remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fromheadimportHead
22
fromgit.utilimportjoin_path
3+
fromgitdb.utilimportjoin
34

45
importos
56

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp