Commit 9c41247
tools: simplify commit-queue.sh merge command
The mergeUrl() function is only used in one place. It's a one-liner and
inlining it makes the script easier to understand, I think. It also
means no future shellcheck complaints about needing to add error
handling.
PR-URL: #41314
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>1 parent 137c814 commit 9c41247Copy full SHA for 9c41247
File tree
Expand file treeCollapse file tree
1 file changed
+1
-5
lines changedOpen diff view settings
Filter options
- tools/actions
Expand file treeCollapse file tree
1 file changed
+1
-5
lines changedOpen diff view settings
Collapse file
tools/actions/commit-queue.sh
Copy file name to clipboardExpand all lines: tools/actions/commit-queue.sh+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | 15 | |
20 | 16 | |
21 | 17 | |
| ||
91 | 87 | |
92 | 88 | |
93 | 89 | |
94 | | - |
| 90 | + |
95 | 91 | |
96 | 92 | |
97 | 93 | |
|
0 commit comments