diff options
author | blipvert <blipvert@web> | 2010-09-12 17:01:55 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-12 17:01:55 +0000 |
commit | adfe73de439162ec3dca344573409fb89a8909ce (patch) | |
tree | f0919abc28468adb0c602ae6feb2bd238a7991b0 | |
parent | c2950540725db1dda7c02f567c7c26a0f86c98f3 (diff) | |
download | ikiwiki-adfe73de439162ec3dca344573409fb89a8909ce.tar ikiwiki-adfe73de439162ec3dca344573409fb89a8909ce.tar.gz |
minor grammatical edit
-rw-r--r-- | doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn b/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn index 137fc2398..4f42b082f 100644 --- a/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn +++ b/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn @@ -1,5 +1,5 @@ The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching. -Pruning remote branches is done automatically with the --prune option to "git fetch" or in a separate command "git remote prune". +Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune". --[[blipvert]] |