Commit 5a70fe0
fix: do not incorrectly mark valid ref names as invalid (#2206)
* Add is-git-ref-name-valid import and use that when checking ref name
* docs: add @hemanthkini as a contributor1 parent 0d0c2f9 commit 5a70fe0
File tree
11 files changed
+28
-24
lines changed- js/isomorphic-git
- managers
- models
11 files changed
+28
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
6143 | 6144 | | |
6144 | 6145 | | |
6145 | 6146 | | |
6146 | | - | |
| 6147 | + | |
6147 | 6148 | | |
6148 | 6149 | | |
6149 | 6150 | | |
| |||
6415 | 6416 | | |
6416 | 6417 | | |
6417 | 6418 | | |
6418 | | - | |
| 6419 | + | |
6419 | 6420 | | |
6420 | 6421 | | |
6421 | 6422 | | |
| |||
14150 | 14151 | | |
14151 | 14152 | | |
14152 | 14153 | | |
14153 | | - | |
| 14154 | + | |
14154 | 14155 | | |
14155 | 14156 | | |
14156 | 14157 | | |
14157 | | - | |
| 14158 | + | |
14158 | 14159 | | |
14159 | 14160 | | |
14160 | 14161 | | |
| |||
16524 | 16525 | | |
16525 | 16526 | | |
16526 | 16527 | | |
16527 | | - | |
| 16528 | + | |
16528 | 16529 | | |
16529 | 16530 | | |
16530 | 16531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
6137 | 6138 | | |
6138 | 6139 | | |
6139 | 6140 | | |
6140 | | - | |
| 6141 | + | |
6141 | 6142 | | |
6142 | 6143 | | |
6143 | 6144 | | |
| |||
6409 | 6410 | | |
6410 | 6411 | | |
6411 | 6412 | | |
6412 | | - | |
| 6413 | + | |
6413 | 6414 | | |
6414 | 6415 | | |
6415 | 6416 | | |
| |||
14144 | 14145 | | |
14145 | 14146 | | |
14146 | 14147 | | |
14147 | | - | |
| 14148 | + | |
14148 | 14149 | | |
14149 | 14150 | | |
14150 | 14151 | | |
14151 | | - | |
| 14152 | + | |
14152 | 14153 | | |
14153 | 14154 | | |
14154 | 14155 | | |
| |||
16518 | 16519 | | |
16519 | 16520 | | |
16520 | 16521 | | |
16521 | | - | |
| 16522 | + | |
16522 | 16523 | | |
16523 | 16524 | | |
16524 | 16525 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments