[PATCH 1/1] doc: fix repeated words

2019-08-09 Thread Mark Rushakoff via GitGitGadget
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

[PATCH 0/1] doc: fix repeated words

2019-08-09 Thread Mark Rushakoff via GitGitGadget
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

Re: Possible to unshallow or deepen based on local objects?

2019-08-08 Thread Mark Rushakoff
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

[PATCH 0/1] Fix two documentation typos

2019-08-02 Thread Mark Rushakoff via GitGitGadget
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

[PATCH 1/1] doc: typo: s/can not/cannot/ and s/is does/does/

2019-08-02 Thread Mark Rushakoff via GitGitGadget
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

Possible to unshallow or deepen based on local objects?

2019-07-26 Thread Mark Rushakoff
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