Skip to content

Commit

Permalink
fixup! Add first cut of git-credential-fdoss
Browse files Browse the repository at this point in the history
Simplify wording: s/so as to be/to be/

Addresses: #3 (comment)
  • Loading branch information
camh- committed Aug 27, 2024
1 parent e52566a commit 8fddfdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ func makeLabel(gc *GitCredential) string {
}

// makeAttrs maps the fields of GitCredentials to secret service attribues. The
// [mapping] is taken from git-credential-libsecret so as to be compatible with
// it.
// [mapping] is taken from git-credential-libsecret to be compatible with it.
//
// [mapping]: https://github.com/git/git/blob/159f2d50e75c17382c9f4eb7cbda671a6fa612d1/contrib/credential/libsecret/git-credential-libsecret.c#L90
func makeAttrs(gc *GitCredential) map[string]string {
Expand Down Expand Up @@ -231,7 +230,7 @@ func makeAttrs(gc *GitCredential) map[string]string {
// need to match on lookup.
//
// The format for [encoding] multiple values is the same as used by
// git-credential-libsecret so as to be compatible with it.
// git-credential-libsecret to be compatible with it.
//
// Note: This format is not compatible with the unencrypted keyring format of
// gnome-keyring as it does not escape the newlines when storing them in an
Expand Down

0 comments on commit 8fddfdf

Please sign in to comment.