@@ -63,7 +63,7 @@ Updates since v1.6.6
63
63
64
64
* "git svn" support of subversion "merge tickets" and miscellaneous fixes.
65
65
66
- * "gitk" updates.
66
+ * "gitk" and "git gui" translation updates.
67
67
68
68
* "gitweb" updates (code clean-up, load checking etc.)
69
69
@@ -200,24 +200,10 @@ release, unless otherwise noted.
200
200
the branch is fully merged to its upstream branch if it is not merged
201
201
to the current branch. It now deletes it in such a case.
202
202
203
- * "git config -f <relative path>" run from a subdirectory misbehaved.
204
- 65807ee (builtin-config: Fix crash when using "-f <relative path>"
205
- from non-root dir, 2010-01-26) may be merged to older maintenance
206
- branches.
207
-
208
- * "git fast-import" did not correctly handle large blobs that may
209
- bust the pack size limit.
210
-
211
203
* When using "git status" or asking "git diff" to compare the work tree
212
204
with something, they used to consider that a checked-out submodule with
213
205
uncommitted changes is not modified; this could cause people to forget
214
206
committing these changes in the submodule before committing in the
215
207
superproject. They now consider such a change as a modification and
216
208
"git diff" will append a "-dirty" to the work tree side when generating
217
209
patch output or when used with the --submodule option.
218
-
219
- --
220
- exec >/var/tmp/1
221
- O=v1.7.0-rc1-42-g3bd8de5
222
- echo O=$(git describe master)
223
- git shortlog --no-merges $O..master ^maint
0 commit comments