summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-06-09 01:29:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-06-09 01:29:48 (GMT)
commit2cbd969bcfef26b32c78bfbe475ce0ad9646ea06 (patch)
tree679268fd8106b48bcfcab66fd59b6e313883d289
parentd64a09fe223cec5535aec246dba87ec24d0158bb (diff)
downloadgit-2cbd969bcfef26b32c78bfbe475ce0ad9646ea06.zip
git-2cbd969bcfef26b32c78bfbe475ce0ad9646ea06.tar.gz
git-2cbd969bcfef26b32c78bfbe475ce0ad9646ea06.tar.bz2
Git 1.7.6-rc1v1.7.6-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.6.txt12
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 11 insertions, 3 deletions
diff --git a/Documentation/RelNotes/1.7.6.txt b/Documentation/RelNotes/1.7.6.txt
index 6ab3252..d1b78e5 100644
--- a/Documentation/RelNotes/1.7.6.txt
+++ b/Documentation/RelNotes/1.7.6.txt
@@ -48,7 +48,7 @@ Updates since v1.7.5
easier to parse.
* Aborting "git commit --interactive" discards updates to the index
- made during the interctive session.
+ made during the interactive session.
* "git commit" learned a "--patch" option to directly jump to the
per-hunk selection UI of the interactive mode.
@@ -69,6 +69,8 @@ Updates since v1.7.5
* "git format-patch" can take an empty --subject-prefix now.
+ * "git grep" learned the "-P" option to take pcre regular expressions.
+
* "git log" and friends learned a new "--notes" option to replace the
"--show-notes" option. Unlike "--show-notes", "--notes=<ref>" does
not imply showing the default notes.
@@ -127,8 +129,14 @@ included in this release.
* "git config" used to choke with an insanely long line.
(merge ef/maint-strbuf-init later)
+ * "git diff --quiet" did not work well with --diff-filter.
+ (merge jk/diff-not-so-quick later)
+
+ * "git status -z" did not default to --porcelain output format.
+ (merge bc/maint-status-z-to-use-porcelain later)
+
---
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.7.5.3-365-g7eacc2b
+O=v1.7.6-rc1
git shortlog --no-merges ^maint ^$O master
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7f48227..8bc844d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.5.GIT
+DEF_VER=v1.7.6-rc1
LF='
'