Blame


1 c970ea82 2019-07-27 stsp REGRESS_TARGETS=checkout update status log add rm diff blame commit \
2 0ebf8283 2019-07-24 stsp cherrypick backout rebase import histedit
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 c970ea82 2019-07-27 stsp blame:
27 c970ea82 2019-07-27 stsp ./blame.sh
28 c970ea82 2019-07-27 stsp
29 a0275e40 2019-05-09 stsp commit:
30 a0275e40 2019-05-09 stsp ./commit.sh
31 a0275e40 2019-05-09 stsp
32 234035bc 2019-06-01 stsp cherrypick:
33 234035bc 2019-06-01 stsp ./cherrypick.sh
34 234035bc 2019-06-01 stsp
35 5ef14e63 2019-06-02 stsp backout:
36 5ef14e63 2019-06-02 stsp ./backout.sh
37 5ef14e63 2019-06-02 stsp
38 818c7501 2019-07-11 stsp rebase:
39 818c7501 2019-07-11 stsp ./rebase.sh
40 818c7501 2019-07-11 stsp
41 3ce1b845 2019-07-15 stsp import:
42 3ce1b845 2019-07-15 stsp ./import.sh
43 3ce1b845 2019-07-15 stsp
44 0ebf8283 2019-07-24 stsp histedit:
45 0ebf8283 2019-07-24 stsp ./histedit.sh
46 0ebf8283 2019-07-24 stsp
47 0e673013 2019-01-02 stsp .include <bsd.regress.mk>