2 files changed
+3
-16
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-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 | 130 |
| |
135 |
| - | |
136 |
| - | |
| 131 | + | |
137 | 132 |
| |
138 | 133 |
| |
139 | 134 |
| |
140 | 135 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 | 136 |
| |
145 | 137 |
| |
146 | 138 |
| |
147 | 139 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 140 | + | |
154 | 141 |
| |
155 | 142 |
| |
156 | 143 |
| |
|
0 commit comments