Re: [Request for Documentation] Differentiate signed (commits/tags/pushes)

2017-03-07 Thread Tom Jones
We use git to manage a config management repository for some servers. We have tens of signed commits a day; all get deployed. The logic on each host is roughly "is signed by sysadmin key and is more recent than currently-deployed version". Also, what is all this about "GPG"? The protocol is Open

[PATCH] Add -S, --gpg-sign option to manpage of "git commit"

2012-10-21 Thread Tom Jones
git commit -S, --gpg-sign was mentioned in the program's help message, but not in the manpage. This adds an equivalent entry for the option in the manpage. --- Documentation/git-commit.txt |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Documentation/git-commit.txt b

[PATCH] Add -S, --gpg-sign option to manpage of "git commit"

2012-10-23 Thread Tom Jones
git commit -S, --gpg-sign was mentioned in the program's help message, but not in the manpage. This adds an equivalent entry for the option in the manpage. Signed-off-by: Tom Jones --- On Sun, Oct 21, 2012 at 01:15:16PM -0700, Junio C Hamano wrote: > Are you sure about this? T