Skip to content

Commit 45e9a82

Browse files
committed
Git 1.7.2-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 88202b9 commit 45e9a82

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Documentation/RelNotes-1.7.2.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Updates since v1.7.1
4444
prepares to create a root commit that is not connected to any existing
4545
commit.
4646

47-
* "git cherry-pick" learned to pick a range of commits (e.g. "cherry-pick
48-
A..B"); this does not have nicer sequencing control "rebase [-i]" has,
49-
though.
47+
* "git cherry-pick" learned to pick a range of commits
48+
(e.g. "cherry-pick A..B" and "cherry-pick --stdin"); this does not
49+
have nicer sequencing control "rebase [-i]" has, though.
5050

5151
* "git cvsserver" can be told to use pserver; its password file can be
5252
stored outside the repository.
@@ -74,8 +74,12 @@ Updates since v1.7.1
7474
* Various options to "git grep" (e.g. --count, --name-only) work better
7575
with binary files.
7676

77+
* "git grep" learned "-Ovi" to open the files with hits in yoru editor.
78+
7779
* "git help -w" learned "chrome" and "chromium" browsers.
7880

81+
* "git log --decorate" shows commit decorations in various colours.
82+
7983
* "git log --follow <path>" follows across copies (it used to only follow
8084
renames). This may make the processing more expensive.
8185

@@ -106,6 +110,8 @@ Updates since v1.7.1
106110

107111
* "git status -s -b" shows the current branch in the output.
108112

113+
* "git status" learned "--ignore-submodules" option.
114+
109115
* Various "gitweb" enhancements and clean-ups, including syntax
110116
highlighting, "plackup" support for instaweb, .fcgi suffix to run
111117
it as FastCGI script, etc.
@@ -149,6 +155,6 @@ release, unless otherwise noted.
149155

150156
--
151157
exec >/var/tmp/1
152-
O=v1.7.1-592-gcf4403a
158+
O=v1.7.2-rc0-60-g2927a50
153159
echo O=$(git describe HEAD)
154160
git shortlog --no-merges HEAD ^maint ^$O

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47-
* link:v1.7.1/git.html[documentation for release 1.7.1]
47+
* link:v1.7.1.1/git.html[documentation for release 1.7.1.1]
4848

4949
* release notes for
50+
link:RelNotes-1.7.1.1.txt[1.7.1.1],
5051
link:RelNotes-1.7.1.txt[1.7.1].
5152

5253
* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]

0 commit comments

Comments
 (0)