Skip to content

Commit

Permalink
Support wwwauth[[] key in git credential helper
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 30, 2024
1 parent 475cbc5 commit 0d6cb36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ setGitCredHelper() {
password)
password="${value}"
;;
wwwauth[])
:
;;
*)
echo "Unsupported key: ${key}=${value}" >&2
exit 1
Expand Down

0 comments on commit 0d6cb36

Please sign in to comment.