diff options
author | Kevin Pankonen <kevin@redefine.org> | 2017-09-07 08:10:35 -0700 |
---|---|---|
committer | Kevin Pankonen <kevin@redefine.org> | 2017-09-07 08:10:35 -0700 |
commit | fc97de68049e45dacb598ac8c529303609df69fc (patch) | |
tree | 9ea7f9f31967b57850da318fd2bed49560860529 /doc/user/project/repository | |
parent | 4bb1a3c159860083860a41c738522d55a8a89fe4 (diff) | |
download | gitlab-ce-fc97de68049e45dacb598ac8c529303609df69fc.tar.gz |
update gpg_signed_commit to use 0xLONG format for gpg list keys
Diffstat (limited to 'doc/user/project/repository')
-rw-r--r-- | doc/user/project/repository/gpg_signed_commits/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/repository/gpg_signed_commits/index.md b/doc/user/project/repository/gpg_signed_commits/index.md index 20aadb8f7ff..dfe43c6b691 100644 --- a/doc/user/project/repository/gpg_signed_commits/index.md +++ b/doc/user/project/repository/gpg_signed_commits/index.md @@ -113,7 +113,7 @@ started: 1. Use the following command to list the private GPG key you just created: ``` - gpg --list-secret-keys mr@robot.sh + gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh ``` Replace `mr@robot.sh` with the email address you entered above. @@ -167,7 +167,7 @@ key to use. 1. Use the following command to list the private GPG key you just created: ``` - gpg --list-secret-keys mr@robot.sh + gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh ``` Replace `mr@robot.sh` with the email address you entered above. |