Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-03 08:18:40 +0400
committerJunio C Hamano <gitster@pobox.com>2012-10-03 08:18:40 +0400
commitf84667def209e4a84e37e8488a08e9eca3f208c1 (patch)
tree85a094f22f02c54c740448f6716da608a5e89a80 /Documentation/RelNotes/1.8.0.txt
parentfa11d7c87940154f3f6463353335c6010b13e5db (diff)
Update draft release notes to 1.8.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.0.txt')
-rw-r--r--Documentation/RelNotes/1.8.0.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt
index a17f893dd4..2528bc379a 100644
--- a/Documentation/RelNotes/1.8.0.txt
+++ b/Documentation/RelNotes/1.8.0.txt
@@ -62,6 +62,10 @@ UI, Workflows & Features
* "git grep" learned to use a non-standard pattern type by default if
a configuration variable tells it to.
+ * "git log -g" learned the "--grep-reflog=<pattern>" option to limit
+ its output to commits with a reflog message that matches the given
+ pattern.
+
* "git merge-base" learned the "--is-ancestor A B" option to tell if A is
an ancestor of B. The result is indicated by its exit status code.
@@ -149,6 +153,11 @@ to them for details).
* When "git am" is fed an input that has multiple "Content-type: ..."
header, it did not grok charset= attribute correctly.
+ * A patch attached as application/octet-stream (e.g. not text/*) were
+ mishandled, not correctly honoring Content-Transfer-Encoding
+ (e.g. base64).
+ (merge 9d55b2e lt/mailinfo-handle-attachment-more-sanely later to maint).
+
* "git blame MAKEFILE" run in a history that has "Makefile" but not
"MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
confused on a case insensitive filesystem and failed to do so.
@@ -206,6 +215,9 @@ to them for details).
its Accept-Encoding header.
(merge aa90b96 sp/maint-http-enable-gzip later to maint).
+ * "git gc --auto" notified the user that auto-packing has triggered
+ even under the "--quiet" option.
+
* After "gitk" showed the contents of a tag, neither "Reread
references" nor "Reload" updated what is shown as the
contents of it when the user overwrote the tag with "git tag -f".