From ff6363945ebb8a15fd1e8c7c35be261213e16d7b Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 5 Mar 2007 09:20:11 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0.3-271-g5ced
---
RelNotes-1.5.1.txt | 12 +++++++++++-
git.html | 2 +-
git.txt | 6 +++---
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/RelNotes-1.5.1.txt b/RelNotes-1.5.1.txt
index aa371be1d..f374e1c2c 100644
--- a/RelNotes-1.5.1.txt
+++ b/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:" to allow more flexible
+ custom log output.
+
- "git name-rev" learned --refs=, 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
diff --git a/git.html b/git.html
index e1cbc622b..36ee03f0e 100644
--- a/git.html
+++ b/git.html
@@ -2298,7 +2298,7 @@ contributors on the git-list <git@vger.kernel.org>.