[aur-dev] [PATCH 1/2] doc/git-interface: Fix configuration strings mangled by asciidoc

2017-11-13 Thread Eli Schwartz
Double-quoted "strings" were surrounded by the tag, but what we actually want is fenced-in `strings` to create the tag. Signed-off-by: Eli Schwartz --- doc/git-interface.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[aur-dev] [PATCH 2/2] Add git-interface documentation to the web interface.

2017-11-13 Thread Eli Schwartz
Signed-off-by: Eli Schwartz --- doc/Makefile | 2 +- web/html/git-interface.php | 3 +++ web/lib/routing.inc.php| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 web/html/git-interface.php diff --git a/doc/Makefile