Commit b3bde88
committed
CONTRIBUTING: Remove branch-naming suggestions
Extending the earlier softening in 0548361 (CONTRIBUTING: Make
leader-issues optional, 2016-05-19, #6), because nobody cares about
the XXX- prefix. Checking the recent history of all OCI project
repos:
$ for REPO in image-spec image-tools runc runtime-spec runtime-tools;
> do
> (
> cd "${REPO} &&
> git fetch origin &&
> BRANCHES=$(git log --first-parent --oneline origin/master | sed 's/^.* from //') &&
> echo "${REPO} branches: $(echo "${BRANCHES}" | wc -l)" &&
> echo "${REPO} numbered: $(echo "${BRANCHES}" | grep '/[0-9]' | wc -l)"
> );
> done
image-spec branches: 276
image-spec numbered: 1
image-tools branches: 27
image-tools numbered: 0
runc branches: 1299
runc numbered: 21
runtime-spec branches: 391
runtime-spec numbered: 4
runtime-tools branches: 232
runtime-tools numbered: 3
Signed-off-by: W. Trevor King <[email protected]>1 parent 9f95b15 commit b3bde88
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
| |||
0 commit comments