stagit-scripts

Personal companion scripts for stagit
git clone _git@git.zakaria.org/stagit-scripts.git
Log | Files | Refs | README

README (758B)


      1 stagit-scripts
      2 ===============
      3 companion scripts for stagit. based on the ones written by poptart[^1].
      4 common variables can be configured in /var/git/config.rc.
      5 
      6 stagit-newrepo
      7 ---------------
      8 create a new repository.
      9 usage: stagit-newrepo <name> [description] [author]
     10 
     11 stagit-gen-index
     12 -----------------
     13 generate the index.html using variables from config.rc.
     14 
     15 stagit-chdesc
     16 --------------
     17 change the description of an existing repository.
     18 usage: stagit-chdesc <repo> [new_description]
     19 
     20 stagit-rm
     21 ----------
     22 remove a repository.
     23 usage: stagit-rm <repo>
     24 
     25 license
     26 --------
     27 licensed under MIT.
     28 scripts stagit-newrepo, stagit-gen-index, and hooks/post-receive originally
     29 written by Cale "poptart" Black.
     30 
     31 ----
     32 [^1]: https://hosakacorp.net/p/stagit-server.html