From c96fb5a7d7921dab126671259bd1665dff1a7b50 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 12 Aug 2008 06:59:38 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc2-35-g04c6e
---
RelNotes-1.6.0.txt | 16 +++++++++++-----
git-log.html | 4 ++--
git-rev-list.html | 4 ++--
gitcore-tutorial.html | 17 +++++++++--------
gitcore-tutorial.txt | 15 ++++++++-------
rev-list-options.txt | 2 +-
user-manual.html | 4 ++--
user-manual.txt | 2 +-
8 files changed, 36 insertions(+), 28 deletions(-)
diff --git a/RelNotes-1.6.0.txt b/RelNotes-1.6.0.txt
index 8afb5b253..e3c0c1d88 100644
--- a/RelNotes-1.6.0.txt
+++ b/RelNotes-1.6.0.txt
@@ -28,6 +28,16 @@ introduced in v1.5.2 and v1.4.4.5. If you want to keep your repositories
backwards compatible past these versions, set repack.useDeltaBaseOffset
to false or pack.indexVersion to 1, respectively.
+We used to prevent sample hook scripts shipped in templates/ from
+triggering by default by relying on the fact that we install them as
+unexecutable, but on some filesystems, this approach does not work.
+They are now shipped with ".sample" suffix. If you want to activate
+any of these samples as-is, rename them to drop the ".sample" suffix,
+instead of running "chmod +x" on them. For example, you can rename
+hooks/post-update.sample to hooks/post-update to enable the sample
+hook that runs update-server-info, in order to make repositories
+friendly to dumb protocols (i.e. HTTP).
+
GIT_CONFIG, which was only documented as affecting "git config", but
actually affected all git commands, now only affects "git config".
GIT_LOCAL_CONFIG, also only documented as affecting "git config" and
@@ -56,11 +66,7 @@ Updates since v1.5.6
gangs.
* Sample hook scripts shipped in templates/ are now suffixed with
- *.sample. We used to prevent them from triggering by default by
- relying on the fact that we install them as unexecutable, but on
- some filesystems this approach does not work. Instead of running
- "chmod +x" on them, the users who want to activate these samples
- as-is can now rename them dropping *.sample suffix.
+ *.sample.
* perl's in-place edit (-i) does not work well without backup files on Windows;
some tests are rewritten to cope with this.
diff --git a/git-log.html b/git-log.html
index 129ff704e..688438646 100644
--- a/git-log.html
+++ b/git-log.html
@@ -980,7 +980,7 @@ format, often found in E-mail messages.
/ / \
o---x---a---a branch A
-you would get an output line this:
+you would get an output like this:
$ git rev-list --left-right --boundary --pretty=oneline A...B
@@ -2031,7 +2031,7 @@ reversible operation.