File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff 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--
100110exec >/var/tmp/1
101- O=v1.5.0.2-259-g16d5315
111+ O=v1.5.0.3-268-g3ddad98
102112echo O=`git describe master`
103113git shortlog --no-merges $O..master ^maint
104114
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ ifdef::stalenotes[]
3535You are reading the documentation for the latest version of git.
3636Documentation 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]
You can’t perform that action at this time.
0 commit comments