Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-06 00:01:56 +0300
committerJunio C Hamano <gitster@pobox.com>2020-10-06 00:01:56 +0300
commit67af910276596ffeb52462914e695d77e451d2ba (patch)
tree1a09603776c53432a735b765c687e376c9abafb8 /Documentation
parent9d19e1773cd705b79dcaca25add9aaa7e9debeff (diff)
parent3be01e5ab19eaed5e210092dc645546020669ee1 (diff)
Merge branch 'sn/fast-import-doc'
Doc update. * sn/fast-import-doc: fast-import: fix typo in documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fast-import.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 7d9aad2a7e..39cfa05b28 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -814,7 +814,7 @@ may have uses for this information
'original-oid' SP <object-identifier> LF
....
-where `<object-identifer>` is any string not containing LF.
+where `<object-identifier>` is any string not containing LF.
`tag`
~~~~~