summaryrefslogtreecommitdiffstats
path: root/man1/git-fast-import.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-fast-import.1')
-rw-r--r--man1/git-fast-import.180
1 files changed, 40 insertions, 40 deletions
diff --git a/man1/git-fast-import.1 b/man1/git-fast-import.1
index 7fe0b7155..ddb80fbcd 100644
--- a/man1/git-fast-import.1
+++ b/man1/git-fast-import.1
@@ -2,12 +2,12 @@
.\" Title: git-fast-import
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-FAST\-IMPORT" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-FAST\-IMPORT" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -392,15 +392,15 @@ Create or update a branch with a new commit, recording one logical change to the
.RS 4
.\}
.nf
- \(aqcommit\(aq SP <ref> LF
+ \*(Aqcommit\*(Aq SP <ref> LF
mark?
original\-oid?
- (\(aqauthor\(aq (SP <name>)? SP LT <email> GT SP <when> LF)?
- \(aqcommitter\(aq (SP <name>)? SP LT <email> GT SP <when> LF
- (\(aqencoding\(aq SP <encoding>)?
+ (\*(Aqauthor\*(Aq (SP <name>)? SP LT <email> GT SP <when> LF)?
+ \*(Aqcommitter\*(Aq (SP <name>)? SP LT <email> GT SP <when> LF
+ (\*(Aqencoding\*(Aq SP <encoding>)?
data
- (\(aqfrom\(aq SP <commit\-ish> LF)?
- (\(aqmerge\(aq SP <commit\-ish> LF)*
+ (\*(Aqfrom\*(Aq SP <commit\-ish> LF)?
+ (\*(Aqmerge\*(Aq SP <commit\-ish> LF)*
(filemodify | filedelete | filecopy | filerename | filedeleteall | notemodify)*
LF?
.fi
@@ -591,7 +591,7 @@ command\&. The frontend just needs to connect it\&.
.RS 4
.\}
.nf
- \(aqM\(aq SP <mode> SP <dataref> SP <path> LF
+ \*(AqM\*(Aq SP <mode> SP <dataref> SP <path> LF
.fi
.if n \{\
.RE
@@ -619,7 +619,7 @@ The data content for the file has not been supplied yet\&. The frontend wants to
.RS 4
.\}
.nf
- \(aqM\(aq SP <mode> SP \(aqinline\(aq SP <path> LF
+ \*(AqM\*(Aq SP <mode> SP \*(Aqinline\*(Aq SP <path> LF
data
.fi
.if n \{\
@@ -778,7 +778,7 @@ Included in a \fBcommit\fR command to remove a file or recursively delete an ent
.RS 4
.\}
.nf
- \(aqD\(aq SP <path> LF
+ \*(AqD\*(Aq SP <path> LF
.fi
.if n \{\
.RE
@@ -801,7 +801,7 @@ Recursively copies an existing file or subdirectory to a different location with
.RS 4
.\}
.nf
- \(aqC\(aq SP <path> SP <path> LF
+ \*(AqC\*(Aq SP <path> SP <path> LF
.fi
.if n \{\
.RE
@@ -826,7 +826,7 @@ Renames an existing file or subdirectory to a different location within the bran
.RS 4
.\}
.nf
- \(aqR\(aq SP <path> SP <path> LF
+ \*(AqR\*(Aq SP <path> SP <path> LF
.fi
.if n \{\
.RE
@@ -853,7 +853,7 @@ Included in a \fBcommit\fR command to remove all files (and also all directories
.RS 4
.\}
.nf
- \(aqdeleteall\(aq LF
+ \*(Aqdeleteall\*(Aq LF
.fi
.if n \{\
.RE
@@ -884,7 +884,7 @@ command\&. The frontend just needs to connect it to the commit that is to be ann
.RS 4
.\}
.nf
- \(aqN\(aq SP <dataref> SP <commit\-ish> LF
+ \*(AqN\*(Aq SP <dataref> SP <commit\-ish> LF
.fi
.if n \{\
.RE
@@ -905,7 +905,7 @@ The data content for the note has not been supplied yet\&. The frontend wants to
.RS 4
.\}
.nf
- \(aqN\(aq SP \(aqinline\(aq SP <commit\-ish> LF
+ \*(AqN\*(Aq SP \*(Aqinline\*(Aq SP <commit\-ish> LF
data
.fi
.if n \{\
@@ -927,7 +927,7 @@ Arranges for fast\-import to save a reference to the current object, allowing th
.RS 4
.\}
.nf
- \(aqmark\(aq SP \(aq:\(aq <idnum> LF
+ \*(Aqmark\*(Aq SP \*(Aq:\*(Aq <idnum> LF
.fi
.if n \{\
.RE
@@ -944,7 +944,7 @@ Provides the name of the object in the original source control system\&. fast\-i
.RS 4
.\}
.nf
- \(aqoriginal\-oid\(aq SP <object\-identifier> LF
+ \*(Aqoriginal\-oid\*(Aq SP <object\-identifier> LF
.fi
.if n \{\
.RE
@@ -959,11 +959,11 @@ Creates an annotated tag referring to a specific commit\&. To create lightweight
.RS 4
.\}
.nf
- \(aqtag\(aq SP <name> LF
+ \*(Aqtag\*(Aq SP <name> LF
mark?
- \(aqfrom\(aq SP <commit\-ish> LF
+ \*(Aqfrom\*(Aq SP <commit\-ish> LF
original\-oid?
- \(aqtagger\(aq (SP <name>)? SP LT <email> GT SP <when> LF
+ \*(Aqtagger\*(Aq (SP <name>)? SP LT <email> GT SP <when> LF
data
.fi
.if n \{\
@@ -991,8 +991,8 @@ Creates (or recreates) the named branch, optionally starting from a specific rev
.RS 4
.\}
.nf
- \(aqreset\(aq SP <ref> LF
- (\(aqfrom\(aq SP <commit\-ish> LF)?
+ \*(Aqreset\*(Aq SP <ref> LF
+ (\*(Aqfrom\*(Aq SP <commit\-ish> LF)?
LF?
.fi
.if n \{\
@@ -1025,7 +1025,7 @@ Requests writing one file revision to the packfile\&. The revision is not connec
.RS 4
.\}
.nf
- \(aqblob\(aq LF
+ \*(Aqblob\*(Aq LF
mark?
original\-oid?
data
@@ -1049,7 +1049,7 @@ The frontend must specify the number of bytes of data\&.
.RS 4
.\}
.nf
- \(aqdata\(aq SP <count> LF
+ \*(Aqdata\*(Aq SP <count> LF
<raw> LF?
.fi
.if n \{\
@@ -1087,7 +1087,7 @@ A delimiter string is used to mark the end of the data\&. fast\-import will comp
.RS 4
.\}
.nf
- \(aqdata\(aq SP \(aq<<\(aq <delim> LF
+ \*(Aqdata\*(Aq SP \*(Aq<<\*(Aq <delim> LF
<raw> LF
<delim> LF
LF?
@@ -1122,9 +1122,9 @@ Record that a mark refers to a given object without first creating any new objec
.RS 4
.\}
.nf
- \(aqalias\(aq LF
+ \*(Aqalias\*(Aq LF
mark
- \(aqto\(aq SP <commit\-ish> LF
+ \*(Aqto\*(Aq SP <commit\-ish> LF
LF?
.fi
.if n \{\
@@ -1140,7 +1140,7 @@ Forces fast\-import to close the current packfile, start a new one, and to save
.RS 4
.\}
.nf
- \(aqcheckpoint\(aq LF
+ \*(Aqcheckpoint\*(Aq LF
LF?
.fi
.if n \{\
@@ -1162,7 +1162,7 @@ Causes fast\-import to print the entire \fBprogress\fR line unmodified to its st
.RS 4
.\}
.nf
- \(aqprogress\(aq SP <any> LF
+ \*(Aqprogress\*(Aq SP <any> LF
LF?
.fi
.if n \{\
@@ -1175,7 +1175,7 @@ The \fB<any>\fR part of the command may contain any sequence of bytes that does
.RS 4
.\}
.nf
-frontend | git fast\-import | sed \(aqs/^progress //\(aq
+frontend | git fast\-import | sed \*(Aqs/^progress //\*(Aq
.fi
.if n \{\
.RE
@@ -1190,7 +1190,7 @@ Causes fast\-import to print the SHA\-1 corresponding to a mark to stdout or to
.RS 4
.\}
.nf
- \(aqget\-mark\(aq SP \(aq:\(aq <idnum> LF
+ \*(Aqget\-mark\*(Aq SP \*(Aq:\*(Aq <idnum> LF
.fi
.if n \{\
.RE
@@ -1205,7 +1205,7 @@ Causes fast\-import to print a blob to a file descriptor previously arranged wit
.RS 4
.\}
.nf
- \(aqcat\-blob\(aq SP <dataref> LF
+ \*(Aqcat\-blob\*(Aq SP <dataref> LF
.fi
.if n \{\
.RE
@@ -1219,7 +1219,7 @@ Output uses the same format as \fBgit cat\-file \-\-batch\fR:
.RS 4
.\}
.nf
-<sha1> SP \(aqblob\(aq SP <size> LF
+<sha1> SP \*(Aqblob\*(Aq SP <size> LF
<contents> LF
.fi
.if n \{\
@@ -1244,7 +1244,7 @@ This form can only be used in the middle of a
.RS 4
.\}
.nf
- \(aqls\(aq SP <path> LF
+ \*(Aqls\*(Aq SP <path> LF
.fi
.if n \{\
.RE
@@ -1262,7 +1262,7 @@ can be a mark reference (\fB:<idnum>\fR) or the full 40\-byte SHA\-1 of a Git ta
.RS 4
.\}
.nf
- \(aqls\(aq SP <dataref> SP <path> LF
+ \*(Aqls\*(Aq SP <dataref> SP <path> LF
.fi
.if n \{\
.RE
@@ -1277,7 +1277,7 @@ Output uses the same format as \fBgit ls\-tree <tree> \-\- <path>\fR:
.RS 4
.\}
.nf
-<mode> SP (\(aqblob\(aq | \(aqtree\(aq | \(aqcommit\(aq) SP <dataref> HT <path> LF
+<mode> SP (\*(Aqblob\*(Aq | \*(Aqtree\*(Aq | \*(Aqcommit\*(Aq) SP <dataref> HT <path> LF
.fi
.if n \{\
.RE
@@ -1306,7 +1306,7 @@ Require that fast\-import supports the specified feature, or abort if it does no
.RS 4
.\}
.nf
- \(aqfeature\(aq SP <feature> (\(aq=\(aq <argument>)? LF
+ \*(Aqfeature\*(Aq SP <feature> (\*(Aq=\*(Aq <argument>)? LF
.fi
.if n \{\
.RE
@@ -1358,7 +1358,7 @@ Processes the specified option so that git fast\-import behaves in a way that su
.RS 4
.\}
.nf
- \(aqoption\(aq SP <option> LF
+ \*(Aqoption\*(Aq SP <option> LF
.fi
.if n \{\
.RE