Sha256: d1371a8500bd85f3f38f39c873687b599d74cd6a345bc56ccd04527b2ac30a3b

Contents?: true

Size: 297 Bytes

Versions: 930

Compression:

Stored size: 297 Bytes

Contents

#!/usr/bin/env ruby

require "shellwords"

# Valid commands are: `get`, `store`, `erase`. We only want to let `get`
# through, as the others mutate the credential store.
if ARGV.include?("get")
  args = ARGV.map { |arg| Shellwords.escape(arg) }.join(" ")
  exec "git credential-store #{args}"
end

Version data entries

930 entries across 930 versions & 2 rubygems

Version Path
dependabot-common-0.226.0 bin/git-credential-store-immutable
dependabot-common-0.225.0 bin/git-credential-store-immutable
dependabot-common-0.224.0 bin/git-credential-store-immutable
dependabot-common-0.223.0 bin/git-credential-store-immutable
dependabot-common-0.222.0 bin/git-credential-store-immutable
dependabot-common-0.221.0 bin/git-credential-store-immutable
dependabot-common-0.220.0 bin/git-credential-store-immutable
dependabot-common-0.219.0 bin/git-credential-store-immutable
dependabot-common-0.218.0 bin/git-credential-store-immutable
dependabot-common-0.217.0 bin/git-credential-store-immutable
dependabot-common-0.216.2 bin/git-credential-store-immutable
dependabot-common-0.216.1 bin/git-credential-store-immutable
dependabot-common-0.216.0 bin/git-credential-store-immutable
dependabot-common-0.215.0 bin/git-credential-store-immutable
dependabot-common-0.214.0 bin/git-credential-store-immutable
dependabot-common-0.213.0 bin/git-credential-store-immutable
dependabot-common-0.212.0 bin/git-credential-store-immutable
dependabot-common-0.211.0 bin/git-credential-store-immutable
dependabot-common-0.210.0 bin/git-credential-store-immutable
dependabot-common-0.209.0 bin/git-credential-store-immutable