- Notifications
You must be signed in to change notification settings - Fork673
Commitf51cd52
feat(files): add support for more optional flags
GitLab's Repository Files API supports additional flags that weren'timplemented before. Notably, the "start_branch" flag is particularlyuseful, as previously one had to use the "project-branch" commandalongside "project-file" to add a file on a separate branch.[1]https://docs.gitlab.com/ee/api/repository_files.html1 parent541a7e3 commitf51cd52
1 file changed
+22
-3
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 |
| |
107 | 113 |
| |
108 | 114 |
| |
109 |
| - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
110 | 123 |
| |
111 | 124 |
| |
112 | 125 |
| |
| |||
164 | 177 |
| |
165 | 178 |
| |
166 | 179 |
| |
167 |
| - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
168 | 187 |
| |
169 | 188 |
| |
170 | 189 |
| |
|
0 commit comments
Comments
(0)