Ajout: sys/nginx/net/velocampus/devel
[lhc/admin.git] / git
1 #!/bin/sh -eu
2 # DESCRIPTION: Git with gpg:: remote support
3 # SYNTAX: ./git $git_command
4 # ENVIRONMENT:
5 # $TRACE: when non-null: enable verbose trace
6
7 # ACTION: initialize from ./
8 tool=$(readlink -e "${0%/*}"/.)
9 # ACTION: run git(1) with git-remote-gpg(1) in $PATH
10 PATH="$tool"/.../lib/tool/git/remote/gpg:"$PATH" \
11 GRG_keys="@julm@heureux-cyclage.org,@ludovic.chevalier@heureux-cyclage.org" \
12 git "$@"