Skip to content

Commit

Permalink
Update embedded gitcreds
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 17, 2024
1 parent e650a76 commit a26a3ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/git-auth.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# nocov start

gitcreds_get <- NULL
gitcreds_set <- NULL
gitcreds_delete <- NULL
Expand Down Expand Up @@ -465,7 +467,8 @@ gitcreds_env <- function() {
c(
GCM_INTERACTIVE = "Never",
GCM_MODAL_PROMPT = "false",
GCM_VALIDATE = "false"
GCM_VALIDATE = "false",
GCM_GUI_PROMPT = "false"
)
}

Expand Down Expand Up @@ -812,3 +815,5 @@ read_file <- function(path, ...) {

environment()
})

# nocov end

0 comments on commit a26a3ed

Please sign in to comment.