diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:01:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:01:56 -0700 |
| commit | 67af910276596ffeb52462914e695d77e451d2ba (patch) | |
| tree | 1a09603776c53432a735b765c687e376c9abafb8 | |
| parent | Merge branch 'pb/submodule-doc-fix' (diff) | |
| parent | fast-import: fix typo in documentation (diff) | |
| download | git-67af910276596ffeb52462914e695d77e451d2ba.tar.gz git-67af910276596ffeb52462914e695d77e451d2ba.zip | |
Merge branch 'sn/fast-import-doc'
Doc update.
* sn/fast-import-doc:
fast-import: fix typo in documentation
| -rw-r--r-- | Documentation/git-fast-import.txt | 2 |
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` ~~~~~ |
