From 6cc896d06a6eb666dc70f805470c72f245f92eea Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 24 Apr 2018 23:34:35 -0400 Subject: [PATCH] README.md: Reformat file format lines The markdown renderer used by cgit fails miserably. I will need to use another one. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 950cc75..c80ac86 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,9 @@ may either unalias the map, or use `command X` to invoke the system command ## Configuration The file format is as follows: -``` -key completion :cmd -key completion |cmd -key completion cmd -``` +- `key completion :cmd` +- `key completion |cmd` +- `key completion cmd` If `cmd` contains a colon (`:`) prefix, the command will be prefixed with `git`. If prefixed with a pipe (`|`), the command will be sent to `eval`