File tree
3 files changed
+9
-2
lines changed- .github/workflows
- git/ext
3 files changed
+9
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 |
| |
64 | 69 |
| |
65 | 70 |
| |
|
- .github/workflows/pythonpackage.yml+3-3
- .gitignore+1
- .gitmodules+1-1
- .travis.yml-20
- Makefile+1-1
- doc/source/changes.rst+6
- doc/source/conf.py+4-5
- gitdb/__init__.py+8-10
- gitdb/db/base.py+6-6
- gitdb/db/git.py+2-2
- gitdb/db/loose.py+2-2
- gitdb/db/mem.py+1-1
- gitdb/db/pack.py+1-1
- gitdb/db/ref.py+4-4
- gitdb/ext/smmap+1-1
- gitdb/fun.py+1-1
- gitdb/pack.py+2-2
- gitdb/stream.py+6-6
- gitdb/test/db/test_ref.py+1-1
- gitdb/test/lib.py+3-18
- gitdb/test/performance/test_pack.py-5
- gitdb/test/performance/test_pack_streaming.py-4
- gitdb/test/performance/test_stream.py-3
- gitdb/test/test_example.py+1-1
- gitdb/test/test_stream.py+2-2
- gitdb/util.py+7-7
- setup.py+5-3
0 commit comments