File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ Updates since v1.6.6
65
65
66
66
* "gitk" updates.
67
67
68
+ * "gitweb" updates (code clean-up, load checking etc.)
69
+
68
70
(portability)
69
71
70
72
* Some more MSVC portability patches for msysgit port.
@@ -203,6 +205,9 @@ release, unless otherwise noted.
203
205
from non-root dir, 2010-01-26) may be merged to older maintenance
204
206
branches.
205
207
208
+ * "git fast-import" did not correctly handle large blobs that may
209
+ bust the pack size limit.
210
+
206
211
* When using "git status" or asking "git diff" to compare the work tree
207
212
with something, they used to consider that a checked-out submodule with
208
213
uncommitted changes is not modified; this could cause people to forget
@@ -213,6 +218,6 @@ release, unless otherwise noted.
213
218
214
219
--
215
220
exec >/var/tmp/1
216
- O=v1.7.0-rc1-6-g2ee8c5b
221
+ O=v1.7.0-rc1-42-g3bd8de5
217
222
echo O=$(git describe master)
218
223
git shortlog --no-merges $O..master ^maint
You can’t perform that action at this time.
0 commit comments