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

Commitf164627

Browse files
committed
db: added pure python git database
repo: now has the option to use the pure python git database implementation, which is currently not used though
1 parentb82dbf5 commitf164627

File tree

3 files changed

+776
-772
lines changed

3 files changed

+776
-772
lines changed

‎lib/git/db.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
OStream
55
)
66

7+
fromgitdb.dbimportGitDB
78
fromgitdb.dbimportLooseObjectDB
89

9-
__all__= ('GitCmdObjectDB', )
10+
__all__= ('GitCmdObjectDB','GitDB')
1011

1112
#class GitCmdObjectDB(CompoundDB, ObjectDBW):
1213
classGitCmdObjectDB(LooseObjectDB):

‎lib/git/ext/gitdb

Submodule gitdb updated from 3cee78e to 92ca2e4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp