File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Updates since v1.7.5
4848 easier to parse.
4949
5050 * Aborting "git commit --interactive" discards updates to the index
51- made during the interctive session.
51+ made during the interactive session.
5252
5353 * "git commit" learned a "--patch" option to directly jump to the
5454 per-hunk selection UI of the interactive mode.
@@ -69,6 +69,8 @@ Updates since v1.7.5
6969
7070 * "git format-patch" can take an empty --subject-prefix now.
7171
72+ * "git grep" learned the "-P" option to take pcre regular expressions.
73+
7274 * "git log" and friends learned a new "--notes" option to replace the
7375 "--show-notes" option. Unlike "--show-notes", "--notes=<ref>" does
7476 not imply showing the default notes.
@@ -127,8 +129,14 @@ included in this release.
127129 * "git config" used to choke with an insanely long line.
128130 (merge ef/maint-strbuf-init later)
129131
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+
130138---
131139exec >/var/tmp/1
132140echo O=$(git describe master)
133- O=v1.7.5.3-365-g7eacc2b
141+ O=v1.7.6-rc1
134142git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.5.GIT
4+ DEF_VER=v1.7.6-rc1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments