@@ -152,7 +152,7 @@ fast-forward update, fast-import will skip updating that ref and instead
152152prints a warning message. fast-import will always attempt to update all
153153branch refs, and does not stop on the first failure.
154154
155- Branch updates can be forced with \--force, but its recommended that
155+ Branch updates can be forced with \--force, but it's recommended that
156156this only be used on an otherwise quiet repository. Using \--force
157157is not necessary for an initial import into an empty repository.
158158
@@ -267,7 +267,7 @@ is always copied into the identity string at the time it is being
267267created by fast-import. There is no way to specify a different time or
268268timezone.
269269+
270- This particular format is supplied as its short to implement and
270+ This particular format is supplied as it's short to implement and
271271may be useful to a process that wants to create a new commit
272272right now, without needing to use a working directory or
273273'git update-index'.
@@ -420,7 +420,7 @@ quoting or escaping syntax is supported within `<committish>`.
420420Here `<committish>` is any of the following:
421421
422422* The name of an existing branch already in fast-import's internal branch
423- table. If fast-import doesn't know the name, its treated as a SHA-1
423+ table. If fast-import doesn't know the name, it's treated as a SHA-1
424424 expression.
425425
426426* A mark reference, `:<idnum>`, where `<idnum>` is the mark number.
@@ -759,7 +759,7 @@ assigned mark.
759759
760760The mark command is optional here as some frontends have chosen
761761to generate the Git SHA-1 for the blob on their own, and feed that
762- directly to `commit`. This is typically more work than its worth
762+ directly to `commit`. This is typically more work than it's worth
763763however, as marks are inexpensive to store and easy to use.
764764
765765`data`
0 commit comments