summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-05 06:49:10 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-05 06:49:10 (GMT)
commit46d49472f4d49d13ea77179cd072fc1234985eed (patch)
treee627c8ccbd08e3d53582a07df5d173c2082c5cfd /Documentation/RelNotes-1.5.1.txt
parent3ddad98b74924d76116d05e7601ab1e163d68500 (diff)
downloadgit-46d49472f4d49d13ea77179cd072fc1234985eed.zip
git-46d49472f4d49d13ea77179cd072fc1234985eed.tar.gz
git-46d49472f4d49d13ea77179cd072fc1234985eed.tar.bz2
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>
Diffstat (limited to 'Documentation/RelNotes-1.5.1.txt')
-rw-r--r--Documentation/RelNotes-1.5.1.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.1.txt b/Documentation/RelNotes-1.5.1.txt
index aa371be..f374e1c 100644
--- a/Documentation/RelNotes-1.5.1.txt
+++ b/Documentation/RelNotes-1.5.1.txt
@@ -22,6 +22,9 @@ Updates since v1.5.0
- "git diff --no-index pathA pathB" can be used as diff
replacement with git specific enhancements.
+ - "git diff --pretty=format:<string>" to allow more flexible
+ custom log output.
+
- "git name-rev" learned --refs=<pattern>, to limit the tags
used for naming the given revisions only to the ones
matching the given pattern.
@@ -36,6 +39,10 @@ Updates since v1.5.0
- "git bundle" can help sneaker-netting your changes between
repositories.
+ - A new configuration "core.symlinks" can be used to disable
+ symlinks on filesystems that do not support them; they are
+ checked out as regular files instead.
+
* Updated behaviour of existing commands.
@@ -89,6 +96,9 @@ Updates since v1.5.0
- "git status" in a read-only repository got a bit saner.
+ - "git fetch" (hence "git clone" and "git pull") are less
+ noisy when the output does not go to tty.
+
* Hooks
- The sample update hook to show how to send out notification
@@ -98,7 +108,7 @@ Updates since v1.5.0
--
exec >/var/tmp/1
-O=v1.5.0.2-259-g16d5315
+O=v1.5.0.3-268-g3ddad98
echo O=`git describe master`
git shortlog --no-merges $O..master ^maint