Commit 99100aa
authored
Improve linkage check script documentation for git references (#36925)
The usage documentation previously showed 'origin/master' as an example,
which incorrectly suggested that users must have a remote called 'origin'.
The script actually accepts any valid git reference.
This change clarifies the documentation by:
- Using generic '<baseline ref>' placeholder instead of 'origin/master'
- Adding examples of valid git references (remote branches, local branches,
commit SHAs, and tags)
Fixes #206501 parent 9a0a343 commit 99100aa
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
0 commit comments