diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-01-18 23:52:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-01-18 23:52:13 -0500 |
commit | 9abfc09d24e73044f2392f45fc41169ee4afd72f (patch) | |
tree | 480fa937412b8d951fc73069ba8898e2daffe0ca | |
parent | 9d60b3ea70f5e5469bad772f077063f8e514cdfb (diff) | |
download | piem-9abfc09d24e73044f2392f45fc41169ee4afd72f.tar.gz |
manual: Fix a typo
-rw-r--r-- | piem.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ git clone --mirror https://lore.kernel.org/git/0 git/git/0.git @end example @noindent -After the initial clone, new messages can be retrieved with via +After the initial clone, new messages can be retrieved with @code{git fetch}. Unsurprisingly @code{git log} is not a pleasant way to read a mailing list; instead this method is useful for mirroring the archive or bulk importing of the messages. (See |