forked from fastlane/fastlane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[import_from_git] Add Git basic authorization support (fastlane#22135)
* Add git_basic_authorization to clone command * Add param description * Update description * Update README * Fix doc syntax * fix PR comments * Fix incorrect method parameter name Also updates the parameter documentation. * Make documentation a bit more clearer * Refactor: Add missing type to the dependencies option * Allow specifying multiple HTTP headers for git * Refactor: Move local variable close to its usage * Refactor: Made command construction more consistent * Refactor: Made command construction more consistent * Fix too many arguments crash on Windows * Refactor: Make condition clearer * Fix vulnerable git clone command execution --------- Co-authored-by: Jens Kuhr Hansen <[email protected]> Co-authored-by: Iulian Onofrei <[email protected]>
- Loading branch information
1 parent
c5f10c2
commit ec78d7d
Showing
3 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters