From a03c99164a8672ad2da1bb00e3c4d1e53b39b897 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 15 Feb 2024 17:02:42 +0100 Subject: git-gc design: fix typos --- doc/future-designs/git-gc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/future-designs/git-gc.md b/doc/future-designs/git-gc.md index a46699db..4c639075 100644 --- a/doc/future-designs/git-gc.md +++ b/doc/future-designs/git-gc.md @@ -54,7 +54,7 @@ following way. storage overhead will occur. The promoted commit will be tagged in the new-generation repository to ensure it stays there persistently. As usual, the tag name is encoding the commit id, - so that no conflicts occcur. + so that no conflicts occur. - To promote a `git` tree, a commit is created with this tree as tree, a commit message that is a function of the tree id, and @@ -67,8 +67,8 @@ following way. ### New command `just-mr gc-repo` The multi-repository tool `just-mr` will get a new subcommand `gc-repo`, -a name chosen to not conflict with the laucher functionality; recall -that `just-mr gc` will simply call `just gc`. This new `just-rm +a name chosen to not conflict with the launcher functionality; recall +that `just-mr gc` will simply call `just gc`. This new `just-mr gc-repo` command rotates the generations: the old generation will be removed and the new one will become (atomically by a rename) the old one. -- cgit v1.2.3