#!/bin/sh # # A hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit. # Check for whitespace errors git diff-index --check --cached HEAD -- || exit 1 s-git' href='git://git.panaceas.org/cloud-email/cryptography' title='cloud-email/cryptography Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
blob: af1463865f627212d35b9cbca2fc80c5a109304e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58