summaryrefslogtreecommitdiffstats
path: root/man1/git-update-index.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-update-index.1')
-rw-r--r--man1/git-update-index.155
1 files changed, 34 insertions, 21 deletions
diff --git a/man1/git-update-index.1 b/man1/git-update-index.1
index 39da48fd1..52eb71813 100644
--- a/man1/git-update-index.1
+++ b/man1/git-update-index.1
@@ -2,12 +2,12 @@
.\" Title: git-update-index
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-05-09
+.\" Date: 2023-05-10
.\" Manual: Git Manual
-.\" Source: Git 2.40.1.515.g5597cfdf47
+.\" Source: Git 2.40.1.552.g91428f078b
.\" Language: English
.\"
-.TH "GIT\-UPDATE\-INDEX" "1" "2023\-05\-09" "Git 2\&.40\&.1\&.515\&.g5597cf" "Git Manual"
+.TH "GIT\-UPDATE\-INDEX" "1" "2023\-05\-10" "Git 2\&.40\&.1\&.552\&.g91428f" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -452,26 +452,39 @@ M foo\&.c
.RE
.\}
.sp
-\fB1. \fRforces lstat(2) to set "assume unchanged" bits for paths that match index\&.
-.br
-\fB2. \fRmark the path to be edited\&.
-.br
-\fB3. \fRthis does lstat(2) and finds index matches the path\&.
-.br
-\fB4. \fRthis does lstat(2) and finds index does
+.TS
+tab(:);
+r lw(\n(.lu*75u/100u).
+\fB1.\fR\h'-2n':T{
+forces lstat(2) to set "assume unchanged" bits for paths that match index\&.
+T}
+\fB2.\fR\h'-2n':T{
+mark the path to be edited\&.
+T}
+\fB3.\fR\h'-2n':T{
+this does lstat(2) and finds index matches the path\&.
+T}
+\fB4.\fR\h'-2n':T{
+this does lstat(2) and finds index does
\fBnot\fR
match the path\&.
-.br
-\fB5. \fRregistering the new version to index sets "assume unchanged" bit\&.
-.br
-\fB6. \fRand it is assumed unchanged\&.
-.br
-\fB7. \fReven after you edit it\&.
-.br
-\fB8. \fRyou can tell about the change after the fact\&.
-.br
-\fB9. \fRnow it checks with lstat(2) and finds it has been changed\&.
-.br
+T}
+\fB5.\fR\h'-2n':T{
+registering the new version to index sets "assume unchanged" bit\&.
+T}
+\fB6.\fR\h'-2n':T{
+and it is assumed unchanged\&.
+T}
+\fB7.\fR\h'-2n':T{
+even after you edit it\&.
+T}
+\fB8.\fR\h'-2n':T{
+you can tell about the change after the fact\&.
+T}
+\fB9.\fR\h'-2n':T{
+now it checks with lstat(2) and finds it has been changed\&.
+T}
+.TE
.RE
.SH "SKIP\-WORKTREE BIT"
.sp