Skip to content

Commit a475e80

Browse files
committed
GIT 1.5.3-rc6
Hopefully last rc of 1.5.3 cycle, except a few documentation and message wording changes, and git-gui 0.8.2. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 941fd1c commit a475e80

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/RelNotes-1.5.3.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Updates since v1.5.2
2828
* For people who need to import from Perforce, a front-end for
2929
fast-import is in contrib/fast-import/.
3030

31-
* Comes with git-gui 0.8.0.
31+
* Comes with git-gui 0.8.1.
3232

3333
* Comes with updated gitk.
3434

@@ -130,6 +130,9 @@ Updates since v1.5.2
130130

131131
- "git init -q" makes the command quieter.
132132

133+
- "git -p command" now has a cousin of opposite sex, "git --no-pager
134+
command".
135+
133136
* Updated behavior of existing commands.
134137

135138
- "gitweb" can offer multiple snapshot formats.
@@ -317,6 +320,6 @@ this release, unless otherwise noted.
317320

318321
--
319322
exec >/var/tmp/1
320-
O=v1.5.3-rc4
323+
O=v1.5.3-rc6
321324
echo O=`git describe refs/heads/master`
322325
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)