File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Parses a Git url.
30
30
- ` full_name ` (String): The owner and name values in the ` owner/name ` format.
31
31
- ` toString ` (Function): A function to stringify the parsed url into another url type.
32
32
- ` organization ` (String): The organization the owner belongs to. This is CloudForge specific.
33
+ - ` git_suffix ` (Boolean): Whether to add the ` .git ` suffix or not.
33
34
34
35
### ` stringify(obj, type) `
35
36
Stringifies a ` GitUrl ` object.
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ Parses a Git url.
136
136
- ` full_name ` (String): The owner and name values in the ` owner/name ` format.
137
137
- ` toString ` (Function): A function to stringify the parsed url into another url type.
138
138
- ` organization ` (String): The organization the owner belongs to. This is CloudForge specific.
139
+ - ` git_suffix ` (Boolean): Whether to add the ` .git ` suffix or not.
139
140
140
141
### ` stringify(obj, type) `
141
142
Stringifies a ` GitUrl ` object.
Original file line number Diff line number Diff line change 52
52
" bloggify.json" ,
53
53
" bloggify/"
54
54
]
55
- }
55
+ }
You can’t perform that action at this time.
0 commit comments