From: Junio C Hamano
Date: Sat, 26 Apr 2008 02:23:37 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5.1-89-g36c79
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f102bb1f5361354dc6678e045bbc8fd103136e5;p=git.git
Autogenerated HTML docs for v1.5.5.1-89-g36c79
---
diff --git a/config.txt b/config.txt
index fe43b1257..7a24f6e81 100644
--- a/config.txt
+++ b/config.txt
@@ -261,7 +261,12 @@ core.sharedRepository::
group-writable). When 'all' (or 'world' or 'everybody'), the
repository will be readable by all users, additionally to being
group-shareable. When 'umask' (or 'false'), git will use permissions
- reported by umask(2). See linkgit:git-init[1]. False by default.
+ reported by umask(2). When '0xxx', where '0xxx' is an octal number,
+ files in the repository will have this mode value. '0xxx' will override
+ user's umask value, and thus, users with a safe umask (0077) can use
+ this option. Examples: '0660' is equivalent to 'group'. '0640' is a
+ repository that is group-readable but not group-writable.
+ See linkgit:git-init[1]. False by default.
core.warnAmbiguousRefs::
If true, git will warn you if the ref name you passed it is ambiguous
diff --git a/cvs-migration.html b/cvs-migration.html
index ed06578d3..69224bb54 100644
--- a/cvs-migration.html
+++ b/cvs-migration.html
@@ -269,7 +269,8 @@ important than any other. However, you can emulate the CVS model by
designating a single shared repository which people can synchronize with;
this document explains how to do that.
Some basic familiarity with git is required. This
-tutorial introduction to git should be sufficient.
+tutorial introduction to git and the
+git glossary should be sufficient.
Developing against a shared repository
@@ -416,7 +417,7 @@ repositories without the need for a central maintainer.