2 files changed
+3
-13
lines changedDiff for: git/ext/gitdb
- .github/workflows/pythonpackage.yml+2-2
- doc/source/changes.rst+14
- doc/source/conf.py+1-1
- gitdb/__init__.py+1-1
- gitdb/db/base.py+5
- gitdb/db/mem.py+2-4
- gitdb/ext/smmap+1-1
- gitdb/stream.py+1-2
- gitdb/test/db/lib.py+2-2
- gitdb/test/db/test_git.py+1-1
- gitdb/test/db/test_loose.py+1-1
- gitdb/test/db/test_pack.py+1-1
- gitdb/test/test_pack.py+1-1
- gitdb/test/test_stream.py+1-1
- gitdb/test/test_util.py+3-3
- requirements.txt+1-1
- setup.py+6-6
Diff for: git/index/base.py
+2-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 | 132 |
| |
134 | 133 |
| |
135 |
| - | |
136 |
| - | |
| 134 | + | |
137 | 135 |
| |
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 | 139 |
| |
145 | 140 |
| |
146 | 141 |
| |
147 | 142 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 143 | + | |
154 | 144 |
| |
155 | 145 |
| |
156 | 146 |
| |
|
0 commit comments