Blame


1 8e7bd50a 2019-08-22 stsp REGRESS_TARGETS=checkout update status log add rm diff blame branch tag \
2 2822a352 2019-10-15 stsp ref commit revert cherrypick backout rebase import histedit \
3 4e0a20a4 2020-03-23 tracey integrate stage unstage cat clone fetch tree
4 2ef81b9b 2019-02-10 stsp NOOBJ=Yes
5 0e673013 2019-01-02 stsp
6 11f4fa81 2020-10-01 stsp GOT_TEST_ROOT=/tmp
7 11f4fa81 2020-10-01 stsp
8 0e673013 2019-01-02 stsp checkout:
9 743f0d3e 2020-10-01 stsp ./checkout.sh -q -r "$(GOT_TEST_ROOT)"
10 0e673013 2019-01-02 stsp
11 c84d8c75 2019-01-02 stsp update:
12 743f0d3e 2020-10-01 stsp ./update.sh -q -r "$(GOT_TEST_ROOT)"
13 c84d8c75 2019-01-02 stsp
14 35dc4510 2019-02-04 stsp status:
15 743f0d3e 2020-10-01 stsp ./status.sh -q -r "$(GOT_TEST_ROOT)"
16 35dc4510 2019-02-04 stsp
17 cbd1af7a 2019-03-18 stsp log:
18 743f0d3e 2020-10-01 stsp ./log.sh -q -r "$(GOT_TEST_ROOT)"
19 cbd1af7a 2019-03-18 stsp
20 d00136be 2019-03-26 stsp add:
21 743f0d3e 2020-10-01 stsp ./add.sh -q -r "$(GOT_TEST_ROOT)"
22 d00136be 2019-03-26 stsp
23 2ec1f75b 2019-03-26 stsp rm:
24 743f0d3e 2020-10-01 stsp ./rm.sh -q -r "$(GOT_TEST_ROOT)"
25 2ec1f75b 2019-03-26 stsp
26 95adcdca 2019-03-27 stsp diff:
27 743f0d3e 2020-10-01 stsp ./diff.sh -q -r "$(GOT_TEST_ROOT)"
28 2ec1f75b 2019-03-26 stsp
29 c970ea82 2019-07-27 stsp blame:
30 743f0d3e 2020-10-01 stsp ./blame.sh -q -r "$(GOT_TEST_ROOT)"
31 c970ea82 2019-07-27 stsp
32 dc5351b4 2019-07-30 stsp branch:
33 743f0d3e 2020-10-01 stsp ./branch.sh -q -r "$(GOT_TEST_ROOT)"
34 dc5351b4 2019-07-30 stsp
35 8e7bd50a 2019-08-22 stsp tag:
36 743f0d3e 2020-10-01 stsp ./tag.sh -q -r "$(GOT_TEST_ROOT)"
37 8e7bd50a 2019-08-22 stsp
38 d1c1ae5f 2019-08-12 stsp ref:
39 743f0d3e 2020-10-01 stsp ./ref.sh -q -r "$(GOT_TEST_ROOT)"
40 d1c1ae5f 2019-08-12 stsp
41 a0275e40 2019-05-09 stsp commit:
42 743f0d3e 2020-10-01 stsp ./commit.sh -q -r "$(GOT_TEST_ROOT)"
43 a0275e40 2019-05-09 stsp
44 2c961eb2 2019-08-03 stsp revert:
45 743f0d3e 2020-10-01 stsp ./revert.sh -q -r "$(GOT_TEST_ROOT)"
46 2c961eb2 2019-08-03 stsp
47 234035bc 2019-06-01 stsp cherrypick:
48 743f0d3e 2020-10-01 stsp ./cherrypick.sh -q -r "$(GOT_TEST_ROOT)"
49 234035bc 2019-06-01 stsp
50 5ef14e63 2019-06-02 stsp backout:
51 743f0d3e 2020-10-01 stsp ./backout.sh -q -r "$(GOT_TEST_ROOT)"
52 5ef14e63 2019-06-02 stsp
53 818c7501 2019-07-11 stsp rebase:
54 743f0d3e 2020-10-01 stsp ./rebase.sh -q -r "$(GOT_TEST_ROOT)"
55 818c7501 2019-07-11 stsp
56 3ce1b845 2019-07-15 stsp import:
57 743f0d3e 2020-10-01 stsp ./import.sh -q -r "$(GOT_TEST_ROOT)"
58 3ce1b845 2019-07-15 stsp
59 0ebf8283 2019-07-24 stsp histedit:
60 743f0d3e 2020-10-01 stsp ./histedit.sh -q -r "$(GOT_TEST_ROOT)"
61 0ebf8283 2019-07-24 stsp
62 2822a352 2019-10-15 stsp integrate:
63 743f0d3e 2020-10-01 stsp ./integrate.sh -q -r "$(GOT_TEST_ROOT)"
64 2822a352 2019-10-15 stsp
65 fccbfb98 2019-08-03 stsp stage:
66 743f0d3e 2020-10-01 stsp ./stage.sh -q -r "$(GOT_TEST_ROOT)"
67 fccbfb98 2019-08-03 stsp
68 ad493afc 2019-08-03 stsp unstage:
69 743f0d3e 2020-10-01 stsp ./unstage.sh -q -r "$(GOT_TEST_ROOT)"
70 ad493afc 2019-08-03 stsp
71 01073a5d 2019-08-22 stsp cat:
72 743f0d3e 2020-10-01 stsp ./cat.sh -q -r "$(GOT_TEST_ROOT)"
73 c8c71e6e 2020-03-21 stsp
74 c8c71e6e 2020-03-21 stsp clone:
75 743f0d3e 2020-10-01 stsp ./clone.sh -q -r "$(GOT_TEST_ROOT)"
76 c8c71e6e 2020-03-21 stsp
77 c8c71e6e 2020-03-21 stsp fetch:
78 743f0d3e 2020-10-01 stsp ./fetch.sh -q -r "$(GOT_TEST_ROOT)"
79 c8c71e6e 2020-03-21 stsp
80 4e0a20a4 2020-03-23 tracey tree:
81 743f0d3e 2020-10-01 stsp ./tree.sh -q -r "$(GOT_TEST_ROOT)"
82 4e0a20a4 2020-03-23 tracey
83 0e673013 2019-01-02 stsp .include <bsd.regress.mk>