From: Mark Rushakoff
Inspired by 21416f0a07 ("restore: fix typo in docs", 2019-08-03), I ran
"git grep -E '(\b[a-zA-Z]+) \1\b' -- Documentation/" to find other cases
where words were duplicated, e.g. "the the", and in most cases removed
one of the repeated
Inspired by 21416f0a07 ("restore: fix typo in docs", 2019-08-03), I ran "git
grep -E '(\b[a-zA-Z]+) \1\b' -- Documentation/" to find other cases where
words were duplicated, e.g. "the the", and in most cases removed one of the
repeated words.
Mark
On Fri, Jul 26, 2019 at 11:43 AM Mark Rushakoff wrote:
>
> I am building some CI tooling, and I am working with a large-ish repository,
> so
> I am trying to start with a shallow clone of the repository and deepen it on
> demand. I am finding it very difficult to correctly switc
ject.
There are also two error messages, "can not move directory into itself" and
"Can not do reflog for '%s': %s\n", which I chose to not modify in this
patch. I am happy to s/an not/annot/ those as a separate change if it is
acceptable to change the wording o
From: Mark Rushakoff
"Can not" suggests one has the option to not do something, whereas
"cannot" more strongly suggests something is disallowed or impossible.
Noticed "can not", mistakenly used instead of "cannot" in git help
glossary, then ran git grep
I am building some CI tooling, and I am working with a large-ish repository, so
I am trying to start with a shallow clone of the repository and deepen it on
demand. I am finding it very difficult to correctly switch between fetch
--depth and fetch --deepen.
I am looking for a way to "recover" from
6 matches
Mail list logo