aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.11.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-23 13:54:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-23 13:54:23 -0700
commitbd578b507fa79f94009ae1c1a436dc14cf7e6002 (patch)
tree62a7d9447f0502bf724e8a726c4ca25a3fb0faec /Documentation/RelNotes/1.7.11.txt
parentb83cfa5949081c32a13b84e8aeea7d2cb7a96331 (diff)
downloadgit-bd578b507fa79f94009ae1c1a436dc14cf7e6002.tar.gz
git-bd578b507fa79f94009ae1c1a436dc14cf7e6002.tar.xz
Update draft release notes to 1.7.11
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.11.txt')
-rw-r--r--Documentation/RelNotes/1.7.11.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.11.txt b/Documentation/RelNotes/1.7.11.txt
index 94c3615ef..3f4c63ab3 100644
--- a/Documentation/RelNotes/1.7.11.txt
+++ b/Documentation/RelNotes/1.7.11.txt
@@ -120,6 +120,19 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
+ * When a submodule repository uses alternate object store mechanism,
+ some commands that were started from the superproject did not
+ notice it and failed with "No such object" errors. The subcommands
+ of "git submodule" command that properly recursed into the
+ submodule in a separate process were OK; only the ones that cheated
+ and peeked directly into the submodule's repository from the
+ primary process were affected.
+ (merge 5e73633 hv/submodule-alt-odb later to maint).
+
+ * The directory path used in "git diff --no-index", when it recurses
+ down, was broken with a recent update after v1.7.10.1 release.
+ (merge 176a335 bp/diff-no-index-strbuf-fix later to maint).
+
* "git status --porcelain" ignored "--branch" option by mistake. The
output for "git status --branch -z" was also incorrect and did not
terminate the record for the current branch name with NUL as asked.