diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-14 09:56:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-14 09:56:23 -0800 |
commit | 5f90b6fa0f5cf1d06bc72ffe607be3cd6aa955b5 (patch) | |
tree | 0adc2750ca1b17d94413bad9fffe4a1d98feb8ab /Documentation/RelNotes/1.7.10.txt | |
parent | 6f5e880c68099b185e60b2492c75e506e16d8292 (diff) | |
parent | 90020e3bcd2108baecc79144319c86ad865c8c5e (diff) | |
download | git-5f90b6fa0f5cf1d06bc72ffe607be3cd6aa955b5.tar.gz git-5f90b6fa0f5cf1d06bc72ffe607be3cd6aa955b5.tar.xz |
Sync with 1.7.9.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.10.txt')
-rw-r--r-- | Documentation/RelNotes/1.7.10.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/RelNotes/1.7.10.txt b/Documentation/RelNotes/1.7.10.txt index 4bafa7c36..be3001afe 100644 --- a/Documentation/RelNotes/1.7.10.txt +++ b/Documentation/RelNotes/1.7.10.txt @@ -69,16 +69,10 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance releases are contained in this release (see release notes to them for details). - * "git merge --no-edit $tag" failed to honor the --no-edit option. - (merge 3adab6f jn/merge-no-edit-fix later to maint). - * The error message emitted when we see an empty loose object was not phrased correctly. (merge 33e42de mm/empty-loose-error-message later to maint). - * Many small corner case bugs on "git tag -n" was corrected. - (merge 31fd8d7 jk/maint-tag-show-fixes later to maint). - * "git commit" refused to create a commit when entries added with "add -N" remained in the index, without telling Git what their content in the next commit should be. We should have created the commit without |