Skip to content

Commit 46d4947

Browse files
author
Junio C Hamano
committed
Post 1.5.0.3 cleanup
Update the main git.html page to point at 1.5.0.3 documentation. Update draft 1.5.1 release notes with what we have so far. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3ddad98 commit 46d4947

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Documentation/RelNotes-1.5.1.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Updates since v1.5.0
2222
- "git diff --no-index pathA pathB" can be used as diff
2323
replacement with git specific enhancements.
2424

25+
- "git diff --pretty=format:<string>" to allow more flexible
26+
custom log output.
27+
2528
- "git name-rev" learned --refs=<pattern>, to limit the tags
2629
used for naming the given revisions only to the ones
2730
matching the given pattern.
@@ -36,6 +39,10 @@ Updates since v1.5.0
3639
- "git bundle" can help sneaker-netting your changes between
3740
repositories.
3841

42+
- A new configuration "core.symlinks" can be used to disable
43+
symlinks on filesystems that do not support them; they are
44+
checked out as regular files instead.
45+
3946

4047
* Updated behaviour of existing commands.
4148

@@ -89,6 +96,9 @@ Updates since v1.5.0
8996

9097
- "git status" in a read-only repository got a bit saner.
9198

99+
- "git fetch" (hence "git clone" and "git pull") are less
100+
noisy when the output does not go to tty.
101+
92102
* Hooks
93103

94104
- The sample update hook to show how to send out notification
@@ -98,7 +108,7 @@ Updates since v1.5.0
98108

99109
--
100110
exec >/var/tmp/1
101-
O=v1.5.0.2-259-g16d5315
111+
O=v1.5.0.3-268-g3ddad98
102112
echo O=`git describe master`
103113
git shortlog --no-merges $O..master ^maint
104114

Documentation/git.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ ifdef::stalenotes[]
3535
You are reading the documentation for the latest version of git.
3636
Documentation for older releases are available here:
3737

38-
* link:v1.5.0.2/git.html[documentation for release 1.5.0.2]
38+
* link:v1.5.0.3/git.html[documentation for release 1.5.0.3]
39+
40+
* link:v1.5.0.3/RelNotes-1.5.0.3.txt[release notes for 1.5.0.3]
3941

4042
* link:v1.5.0.2/RelNotes-1.5.0.2.txt[release notes for 1.5.0.2]
4143

4244
* link:v1.5.0.1/RelNotes-1.5.0.1.txt[release notes for 1.5.0.1]
4345

44-
* link:v1.5.0/git.html[documentation for release 1.5.0]
45-
4646
* link:v1.5.0/RelNotes-1.5.0.txt[release notes for 1.5.0]
4747

4848
* link:v1.4.4.4/git.html[documentation for release 1.4.4.4]

0 commit comments

Comments
 (0)