Blame


1 818c7501 2019-07-11 stsp REGRESS_TARGETS=checkout update status log add rm diff commit \
2 818c7501 2019-07-11 stsp cherrypick backout rebase
3 2ef81b9b 2019-02-10 stsp NOOBJ=Yes
4 0e673013 2019-01-02 stsp
5 0e673013 2019-01-02 stsp checkout:
6 0e673013 2019-01-02 stsp ./checkout.sh
7 0e673013 2019-01-02 stsp
8 c84d8c75 2019-01-02 stsp update:
9 c84d8c75 2019-01-02 stsp ./update.sh
10 c84d8c75 2019-01-02 stsp
11 35dc4510 2019-02-04 stsp status:
12 35dc4510 2019-02-04 stsp ./status.sh
13 35dc4510 2019-02-04 stsp
14 cbd1af7a 2019-03-18 stsp log:
15 cbd1af7a 2019-03-18 stsp ./log.sh
16 cbd1af7a 2019-03-18 stsp
17 d00136be 2019-03-26 stsp add:
18 d00136be 2019-03-26 stsp ./add.sh
19 d00136be 2019-03-26 stsp
20 2ec1f75b 2019-03-26 stsp rm:
21 2ec1f75b 2019-03-26 stsp ./rm.sh
22 2ec1f75b 2019-03-26 stsp
23 95adcdca 2019-03-27 stsp diff:
24 95adcdca 2019-03-27 stsp ./diff.sh
25 2ec1f75b 2019-03-26 stsp
26 a0275e40 2019-05-09 stsp commit:
27 a0275e40 2019-05-09 stsp ./commit.sh
28 a0275e40 2019-05-09 stsp
29 234035bc 2019-06-01 stsp cherrypick:
30 234035bc 2019-06-01 stsp ./cherrypick.sh
31 234035bc 2019-06-01 stsp
32 5ef14e63 2019-06-02 stsp backout:
33 5ef14e63 2019-06-02 stsp ./backout.sh
34 5ef14e63 2019-06-02 stsp
35 818c7501 2019-07-11 stsp rebase:
36 818c7501 2019-07-11 stsp ./rebase.sh
37 818c7501 2019-07-11 stsp
38 0e673013 2019-01-02 stsp .include <bsd.regress.mk>