File tree
7 files changed
+66
-39
lines changed- doc/source
- etc/sublime-text
- git/ext
7 files changed
+66
-39
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
|
- .gitignore+2
- .gitmodules-3
- .travis.yml+12-1
- README.rst+33-13
- doc/source/changes.rst+7
- doc/source/intro.rst+3-5
- etc/sublime-text/gitdb.sublime-project+54
- gitdb/__init__.py+7-8
- gitdb/_delta_apply.c-2
- gitdb/base.py+107-111
- gitdb/const.py+4
- gitdb/db/__init__.py+6-7
- gitdb/db/base.py+66-121
- gitdb/db/git.py+24-29
- gitdb/db/loose.py+72-78
- gitdb/db/mem.py+40-42
- gitdb/db/pack.py+51-53
- gitdb/db/ref.py+14-15
- gitdb/exc.py+6-6
- gitdb/ext/async-1
- gitdb/ext/smmap+1-1
- gitdb/fun.py+282-196
- gitdb/pack.py+263-259
- gitdb/stream.py+207-193
- gitdb/test/__init__.py-12
- gitdb/test/db/lib.py+35-114
- gitdb/test/db/test_git.py+19-14
- gitdb/test/db/test_loose.py+11-10
- gitdb/test/db/test_mem.py+13-10
- gitdb/test/db/test_pack.py+22-19
- gitdb/test/db/test_ref.py+17-18
- gitdb/test/lib.py+38-29
- gitdb/test/performance/__init__.py+1
- gitdb/test/performance/lib.py+12-19
- gitdb/test/performance/test_pack.py+15-13
- gitdb/test/performance/test_pack_streaming.py+12-9
- gitdb/test/performance/test_stream.py+19-107
- gitdb/test/test_base.py+24-16
- gitdb/test/test_example.py+13-33
- gitdb/test/test_pack.py+64-59
- gitdb/test/test_stream.py+49-52
- gitdb/test/test_util.py+28-29
- gitdb/typ.py+4-8
- gitdb/util.py+87-99
- gitdb/utils/__init__.py
- gitdb/utils/compat.py+35
- gitdb/utils/encoding.py+29
- requirements.txt+2
- setup.py+32-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
setup.py
100644
100755
+23-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| |||
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
76 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 |
| |
78 | 81 |
| |
79 | 82 |
| |
80 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
81 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
82 | 94 |
| |
83 | 95 |
| |
84 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
85 | 100 |
| |
86 |
| - | |
| 101 | + | |
87 | 102 |
| |
88 |
| - | |
89 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
90 | 108 |
|
0 commit comments