Blame


1 8e7bd50a 2019-08-22 stsp REGRESS_TARGETS=checkout update status log add rm diff blame branch tag \
2 8e7bd50a 2019-08-22 stsp ref commit revert cherrypick backout rebase import histedit stage \
3 8e7bd50a 2019-08-22 stsp unstage cat
4 2ef81b9b 2019-02-10 stsp NOOBJ=Yes
5 0e673013 2019-01-02 stsp
6 0e673013 2019-01-02 stsp checkout:
7 0e673013 2019-01-02 stsp ./checkout.sh
8 0e673013 2019-01-02 stsp
9 c84d8c75 2019-01-02 stsp update:
10 c84d8c75 2019-01-02 stsp ./update.sh
11 c84d8c75 2019-01-02 stsp
12 35dc4510 2019-02-04 stsp status:
13 35dc4510 2019-02-04 stsp ./status.sh
14 35dc4510 2019-02-04 stsp
15 cbd1af7a 2019-03-18 stsp log:
16 cbd1af7a 2019-03-18 stsp ./log.sh
17 cbd1af7a 2019-03-18 stsp
18 d00136be 2019-03-26 stsp add:
19 d00136be 2019-03-26 stsp ./add.sh
20 d00136be 2019-03-26 stsp
21 2ec1f75b 2019-03-26 stsp rm:
22 2ec1f75b 2019-03-26 stsp ./rm.sh
23 2ec1f75b 2019-03-26 stsp
24 95adcdca 2019-03-27 stsp diff:
25 95adcdca 2019-03-27 stsp ./diff.sh
26 2ec1f75b 2019-03-26 stsp
27 c970ea82 2019-07-27 stsp blame:
28 c970ea82 2019-07-27 stsp ./blame.sh
29 c970ea82 2019-07-27 stsp
30 dc5351b4 2019-07-30 stsp branch:
31 dc5351b4 2019-07-30 stsp ./branch.sh
32 dc5351b4 2019-07-30 stsp
33 8e7bd50a 2019-08-22 stsp tag:
34 8e7bd50a 2019-08-22 stsp ./tag.sh
35 8e7bd50a 2019-08-22 stsp
36 d1c1ae5f 2019-08-12 stsp ref:
37 d1c1ae5f 2019-08-12 stsp ./ref.sh
38 d1c1ae5f 2019-08-12 stsp
39 a0275e40 2019-05-09 stsp commit:
40 a0275e40 2019-05-09 stsp ./commit.sh
41 a0275e40 2019-05-09 stsp
42 2c961eb2 2019-08-03 stsp revert:
43 2c961eb2 2019-08-03 stsp ./revert.sh
44 2c961eb2 2019-08-03 stsp
45 234035bc 2019-06-01 stsp cherrypick:
46 234035bc 2019-06-01 stsp ./cherrypick.sh
47 234035bc 2019-06-01 stsp
48 5ef14e63 2019-06-02 stsp backout:
49 5ef14e63 2019-06-02 stsp ./backout.sh
50 5ef14e63 2019-06-02 stsp
51 818c7501 2019-07-11 stsp rebase:
52 818c7501 2019-07-11 stsp ./rebase.sh
53 818c7501 2019-07-11 stsp
54 3ce1b845 2019-07-15 stsp import:
55 3ce1b845 2019-07-15 stsp ./import.sh
56 3ce1b845 2019-07-15 stsp
57 0ebf8283 2019-07-24 stsp histedit:
58 0ebf8283 2019-07-24 stsp ./histedit.sh
59 0ebf8283 2019-07-24 stsp
60 fccbfb98 2019-08-03 stsp stage:
61 fccbfb98 2019-08-03 stsp ./stage.sh
62 fccbfb98 2019-08-03 stsp
63 ad493afc 2019-08-03 stsp unstage:
64 ad493afc 2019-08-03 stsp ./unstage.sh
65 ad493afc 2019-08-03 stsp
66 01073a5d 2019-08-22 stsp cat:
67 01073a5d 2019-08-22 stsp ./cat.sh
68 0e673013 2019-01-02 stsp .include <bsd.regress.mk>