File tree 2 files changed +42
-0
lines changed
2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ Creator: Sebastian Thiel
Original file line number Diff line number Diff line change
1
+ GtDB
2
+ =====
3
+
4
+ GitDB allows you to access bare git repositories for reading and writing. It
5
+ aims at allowing full access to loose objects as well as packs with performance
6
+ and scalability in mind. It operates exclusively on streams, allowing to operate
7
+ on large objects with a small memory footprint.
8
+
9
+ REQUIREMENTS
10
+ ============
11
+
12
+ * Python Nose - for running the tests
13
+
14
+ SOURCE
15
+ ======
16
+ The source is available in a git repository at gitorious and github:
17
+
18
+ git://gitorious.org/git-python/gitdb.git
19
+ git://github.com/Byron/gitdb.git
20
+
21
+ Once the clone is complete, please be sure to initialize the submodules using
22
+
23
+ cd gitdb
24
+ git submodule update --init
25
+
26
+ Run the tests with
27
+
28
+ nosetests
29
+
30
+ MAILING LIST
31
+ ============
32
+ http://groups.google.com/group/git-python
33
+
34
+ ISSUE TRACKER
35
+ =============
36
+ http://byronimo.lighthouseapp.com/projects/51787-gitpython
37
+
38
+ LICENSE
39
+ =======
40
+
41
+ New BSD License
You can’t perform that action at this time.
0 commit comments