Skip to content

Commit

Permalink
fixup! Add first cut of git-credential-fdoss
Browse files Browse the repository at this point in the history
Explain what SecretService implements and why a bit better.

Addresses: #3 (comment)
  • Loading branch information
camh- committed Aug 27, 2024
1 parent b7c5287 commit db993ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
)

// SecretService implements a client of the freedesktop.org DBus [Secret
// Service Specification] as needed for git-credential-fdoss to do what it
// needs to do. It is not a full implementation of the API.
// Service Specification] implementing only the functionality needed for an
// implementation of a git credential helper. It is not a full client
// implementation of the API.
//
// It supports adding secrets, looking them up and deleting them, mapping to
// the "store", "get" and "erase" commands of the git-credential protocol.
Expand Down

0 comments on commit db993ab

Please sign in to comment.