]> gitweb.factorcode.org Git - factor.git/commitdiff
changes in the readme.md file
authorunknown <pragyapant73@gmail.com>
Tue, 17 Oct 2023 13:52:41 +0000 (19:22 +0530)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 17 Oct 2023 13:55:19 +0000 (06:55 -0700)
README.md

index fd6b3e3b927305f4685aac7de7c1a211329bb52c..c169e96c916cfb83b6dbaa6fca06f7d355e12e0e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ The Factor source tree is organized as follows:
 
 ## Source History
 
-During Factor's lifetime, sourcecode has lived in many repositories. Unfortunately, the first import in Git did not keep history. History has been partially recreated from what could be salvaged. Due to the nature of Git, it's only possible to add history without disturbing upstream work, by using replace objects. These need to be manually fetched, or need to be explicitly added to your git remote configuration.
+During Factor's lifetime, source code has lived in many repositories. Unfortunately, the first import in Git did not keep history. History has been partially recreated from what could be salvaged. Due to the nature of Git, it's only possible to add history without disturbing upstream work, by using replace objects. These need to be manually fetched, or need to be explicitly added to your git remote configuration.
 
 Use:
 `git fetch origin 'refs/replace/*:refs/replace/*'`