about summary refs log tree commit diff stats
path: root/doc/rifle.1
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-06-06 00:07:05 +0200
committertoonn <toonn@toonn.io>2018-06-06 00:44:31 +0200
commit9edc595440e6e64467d36d2f0f60ce8eee8450f8 (patch)
tree4f80279c223c215aa98f487db3a1e1dd6c05737a /doc/rifle.1
parent81e1070f91ddc139f1a6abdfda962da3b1bb4c60 (diff)
downloadranger-9edc595440e6e64467d36d2f0f60ce8eee8450f8.tar.gz
Introduce a helper function for versioning
The `version_helper` function should make version changes simpler, upon
a release simple bump `__version__` and change `__release__` to `True`,
afterwards change `__release__` back to `False`. It also tries to call
`git describe` so `ranger --version` reports a commit hash if available.

This should prevent slip-ups where released versions report ambiguously
as being `ranger-master x.y.z` which is what we use for non-release
versions.

Fixes #1197, which was a misunderstanding caused by a slip-up.
Diffstat (limited to 'doc/rifle.1')
0 files changed, 0 insertions, 0 deletions
Agaram <vc@akkartik.com> 2021-05-08 10:11:37 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2021-05-08 10:11:37 -0700 initial, monochrome mandelbrot set' href='/akkartik/mu/commit/mandelbrot.mu?h=hlt&id=1b769b4b680b51fdc0654595226e43cd6ebef798'>1b769b4b ^
cf8ccb0a ^
1b769b4b ^










cf8ccb0a ^
208dab22 ^
1b769b4b ^


cf8ccb0a ^
9ad9bf96 ^
208dab22 ^




1b769b4b ^







9ad9bf96 ^
1b769b4b ^









b94e1fec ^

1b769b4b ^










1b769b4b ^














b94e1fec ^

1b769b4b ^





b94e1fec ^
1b769b4b ^


b94e1fec ^

1b769b4b ^



b94e1fec ^
1b769b4b ^


2e606571 ^



cf8ccb0a ^





1b769b4b ^
cf8ccb0a ^
1b769b4b ^
cf8ccb0a ^

1b769b4b ^

cf8ccb0a ^


1b769b4b ^


cf8ccb0a ^






1b769b4b ^
cf8ccb0a ^
1b769b4b ^

cf8ccb0a ^









1b769b4b ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179