File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Updates since v1.7.5
48
48
easier to parse.
49
49
50
50
* Aborting "git commit --interactive" discards updates to the index
51
- made during the interctive session.
51
+ made during the interactive session.
52
52
53
53
* "git commit" learned a "--patch" option to directly jump to the
54
54
per-hunk selection UI of the interactive mode.
@@ -69,6 +69,8 @@ Updates since v1.7.5
69
69
70
70
* "git format-patch" can take an empty --subject-prefix now.
71
71
72
+ * "git grep" learned the "-P" option to take pcre regular expressions.
73
+
72
74
* "git log" and friends learned a new "--notes" option to replace the
73
75
"--show-notes" option. Unlike "--show-notes", "--notes=<ref>" does
74
76
not imply showing the default notes.
@@ -127,8 +129,14 @@ included in this release.
127
129
* "git config" used to choke with an insanely long line.
128
130
(merge ef/maint-strbuf-init later)
129
131
132
+ * "git diff --quiet" did not work well with --diff-filter.
133
+ (merge jk/diff-not-so-quick later)
134
+
135
+ * "git status -z" did not default to --porcelain output format.
136
+ (merge bc/maint-status-z-to-use-porcelain later)
137
+
130
138
---
131
139
exec >/var/tmp/1
132
140
echo O=$(git describe master)
133
- O=v1.7.5.3-365-g7eacc2b
141
+ O=v1.7.6-rc1
134
142
git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.5.GIT
4
+ DEF_VER=v1.7.6-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments