]> rtime.felk.cvut.cz Git - coffee/main.git/blob - setup_git
nix: Use the same Jinja2 version as on rtime
[coffee/main.git] / setup_git
1 #!/bin/sh
2
3 set -e
4
5 cd $(dirname "$0")
6
7 git submodule foreach '
8     git config sendemail.to coffee@rtime.felk.cvut.cz
9     git config format.subjectPrefix "PATCH $(basename $sm_path)"
10 '