]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-filter-branch.txt
Documentation: typofixes
[thirdparty/git.git] / Documentation / git-filter-branch.txt
index 09535f2a083b9a8af9fb76f43ced94bf1df641e7..73fd9e8230a89a988bdf16497eb3686ab18dfb91 100644 (file)
@@ -451,8 +451,8 @@ characteristics:
 
 * By default The BFG takes full advantage of multi-core machines,
   cleansing commit file-trees in parallel. git-filter-branch cleans
-  commits sequentially (ie in a single-threaded manner), though it
-  _is_ possible to write filters that include their own parallellism,
+  commits sequentially (i.e. in a single-threaded manner), though it
+  _is_ possible to write filters that include their own parallelism,
   in the scripts executed against each commit.
 
 * The http://rtyley.github.io/bfg-repo-cleaner/#examples[command options]