git-query

git data extraction tool using c and libgit2

git clone https://9o.is/git/git-query.git

commit d9555fe3db43ccc20cf7a65f646cd49d2445e899
parent b25d8ea3485bf2a16f631c65b6f430f73f2c7b55
Author: Quentin Rameau <quinq@fifth.space>
Date:   Tue, 18 May 2021 10:38:54 +0200

README: improve a bit the usage examples

Diffstat:
MREADME | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -11,12 +11,17 @@ Usage Make files per repository: - $ mkdir -p htmldir && cd htmldir - $ stagit path-to-repo + $ mkdir -p htmlroot/htmlrepo1 && cd htmlroot/htmlrepo1 + $ stagit path/to/gitrepo1 + repeat for other repositories + $ ... Make index file for repositories: - $ stagit-index repodir1 repodir2 repodir3 > index.html + $ cd htmlroot + $ stagit-index path/to/gitrepo1 \ + path/to/gitrepo2 \ + path/to/gitrepo3 > index.html Build and install