Blame


1 dc5351b4 2019-07-30 stsp REGRESS_TARGETS=checkout update status log add rm diff blame branch commit \
2 ad493afc 2019-08-03 stsp revert cherrypick backout rebase import histedit stage unstage
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 dc5351b4 2019-07-30 stsp branch:
30 dc5351b4 2019-07-30 stsp ./branch.sh
31 dc5351b4 2019-07-30 stsp
32 a0275e40 2019-05-09 stsp commit:
33 a0275e40 2019-05-09 stsp ./commit.sh
34 a0275e40 2019-05-09 stsp
35 2c961eb2 2019-08-03 stsp revert:
36 2c961eb2 2019-08-03 stsp ./revert.sh
37 2c961eb2 2019-08-03 stsp
38 234035bc 2019-06-01 stsp cherrypick:
39 234035bc 2019-06-01 stsp ./cherrypick.sh
40 234035bc 2019-06-01 stsp
41 5ef14e63 2019-06-02 stsp backout:
42 5ef14e63 2019-06-02 stsp ./backout.sh
43 5ef14e63 2019-06-02 stsp
44 818c7501 2019-07-11 stsp rebase:
45 818c7501 2019-07-11 stsp ./rebase.sh
46 818c7501 2019-07-11 stsp
47 3ce1b845 2019-07-15 stsp import:
48 3ce1b845 2019-07-15 stsp ./import.sh
49 3ce1b845 2019-07-15 stsp
50 0ebf8283 2019-07-24 stsp histedit:
51 0ebf8283 2019-07-24 stsp ./histedit.sh
52 0ebf8283 2019-07-24 stsp
53 fccbfb98 2019-08-03 stsp stage:
54 fccbfb98 2019-08-03 stsp ./stage.sh
55 fccbfb98 2019-08-03 stsp
56 ad493afc 2019-08-03 stsp unstage:
57 ad493afc 2019-08-03 stsp ./unstage.sh
58 ad493afc 2019-08-03 stsp
59 0e673013 2019-01-02 stsp .include <bsd.regress.mk>