Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-06 | Update git-multimail script | Rafael Laboissière | |
2016-01-21 | Allow the inclusion of RSA keys with read-only access | Rafael Laboissiere | |
This is accomplished by using option 'command="..."' that precede the key sting in the authorized_keys file. The add-authorized-keys script accepts now the -r option for enabling the inclusion of the option above. The included option is actually 'command="read-only"', which points to a new script named read-only that is installed in the git-shell-commands directory of the Git user's login directory. This is done in the add-git-user script. Also, this commit makes some improvement in the code. The add-authorized-keys script has now a usage function and accepts a -h option. The add-git-user script has been better documented | |||
2015-09-08 | Install su scripts into sbin directory | Rafael Laboissiere | |
2015-05-14 | Add option for adding the repository description | Rafael Laboissiere | |
2015-05-09 | Add rule for uninstalling the sscripts | Rafael Laboissiere | |
2015-05-09 | Renamed git_multimail.py | Rafael Laboissiere | |
The file has now the same name as its installation target (git-multimail). This changes allows the generalization of the installation rule in Makefile, in whihc the scripts are now listed in a variable. | |||
2015-05-09 | Initial commit | Rafael Laboissiere | |