From: Junio C Hamano Date: Mon, 13 Nov 2006 23:41:05 +0000 (+0000) Subject: Autogenerated man pages for v1.4.4-rc2-g2a543 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0f877fb601ac0076fd69ec4f48f71f9247771c8;p=git.git Autogenerated man pages for v1.4.4-rc2-g2a543 --- diff --git a/man1/git-update-index.1 b/man1/git-update-index.1 index 459a1ccce..711197ee2 100755 --- a/man1/git-update-index.1 +++ b/man1/git-update-index.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-UPDATE\-INDEX" "1" "10/03/2006" "" "" +.TH "GIT\-UPDATE\-INDEX" "1" "11/13/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -176,7 +176,7 @@ $ git ls\-files \-s 100644 8a1218a1024a212bb3db30becd860315f9f3ac52 1 frotz 100755 8a1218a1024a212bb3db30becd860315f9f3ac52 2 frotz .fi -.SH "USING "ASSUME UNCHANGED" BIT" +.SH "USING \(lqASSUME UNCHANGED\(rq BIT" Many operations in git depend on your filesystem to have an efficient lstat(2) implementation, so that st_mtime information for working tree files can be cheaply checked to see if the file contents have changed from the version recorded in the index file. Unfortunately, some filesystems have inefficient lstat(2). If your filesystem is one of them, you can set "assume unchanged" bit to paths you have not changed to cause git not to do this check. Note that setting this bit on a path does not mean git will check the contents of the file to see if it has changed \(em it makes git to omit any checking and assume it has \fBnot\fR changed. When you make changes to working tree files, you have to explicitly tell git about it by dropping "assume unchanged" bit, either before or after you modify them. .sp In order to set "assume unchanged" bit, use \-\-assume\-unchanged option. To unset, use \-\-no\-assume\-unchanged.