Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork944
Commitc7cdaf4
committed
Reduce code duplication in version check script
This extracts duplicated code to functions in check-version.sh.One effect is unfortunately that the specific commands being runare less explicitly clear when reading the script. However, smallfuture changes, if accidentally made to one but not the other ineither pair of "git status" commands, would create a much moreconfusing situation. So I think this change is justified overall.1 parent7110bf8 commitc7cdaf4
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
| |||
23 | 28 |
| |
24 | 29 |
| |
25 | 30 |
| |
26 |
| - | |
27 |
| - | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
31 |
| - | |
32 |
| - | |
| 35 | + | |
33 | 36 |
| |
34 | 37 |
| |
35 | 38 |
| |
|
0 commit comments
Comments
(0)