Skip to content

Commit 2cbd969

Browse files
committed
Git 1.7.6-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d64a09f commit 2cbd969

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Documentation/RelNotes/1.7.6.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
---
131139
exec >/var/tmp/1
132140
echo O=$(git describe master)
133-
O=v1.7.5.3-365-g7eacc2b
141+
O=v1.7.6-rc1
134142
git shortlog --no-merges ^maint ^$O master

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.5.GIT
4+
DEF_VER=v1.7.6-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)