@@ -63,7 +63,7 @@ Updates since v1.6.6
6363
6464 * "git svn" support of subversion "merge tickets" and miscellaneous fixes.
6565
66- * "gitk" updates.
66+ * "gitk" and "git gui" translation updates.
6767
6868 * "gitweb" updates (code clean-up, load checking etc.)
6969
@@ -200,24 +200,10 @@ release, unless otherwise noted.
200200 the branch is fully merged to its upstream branch if it is not merged
201201 to the current branch. It now deletes it in such a case.
202202
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-
211203 * When using "git status" or asking "git diff" to compare the work tree
212204 with something, they used to consider that a checked-out submodule with
213205 uncommitted changes is not modified; this could cause people to forget
214206 committing these changes in the submodule before committing in the
215207 superproject. They now consider such a change as a modification and
216208 "git diff" will append a "-dirty" to the work tree side when generating
217209 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