From 6def64c8e0b6d6d41b8768db6d8448f8bc320bbf Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 8 Jul 2017 09:25:13 -0400 Subject: add set-git-protocol command While we're at it, separate our help output into two sections, since we're accumulating a growing list of subcommands which operate not on packages, but on the meta level of the asp repo. Closes #15. --- man/asp.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/asp.1.txt b/man/asp.1.txt index e615183..7b984e3 100644 --- a/man/asp.1.txt +++ b/man/asp.1.txt @@ -69,6 +69,10 @@ The following commands are understood: *ls-files* 'TARGET':: List source files for the given target. +*set-git-protocol* 'PROTOCOL':: + Set the protocol used to communicate with the remote git repositories. Must + be one of 'git', 'http', or 'https'. + *shortlog* 'TARGET':: Show a condensed revision history of the target. -- cgit v1.2.3-54-g00ecf