Skip to content

Commit 1cde458

Browse files
committed
GPG sig in logs
1 parent a01ef67 commit 1cde458

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
* [Count unpacked number of objects and their disk consumption.](https://github.com/git-tips/tips#count-unpacked-number-of-objects-and-their-disk-consumption)
9696
* [Prune all unreachable objects from the object database.](https://github.com/git-tips/tips#prune-all-unreachable-objects-from-the-object-database)
9797
* [Instantly browse your working repository in gitweb.](https://github.com/git-tips/tips#instantly-browse-your-working-repository-in-gitweb)
98+
* [View the GPG signatures in the commit log](https://github.com/git-tips/tips#view-the-gpg-signatures-in-the-commit-log)
9899

99100
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
100101
<!-- @doxie.inject end toc -->
@@ -653,5 +654,10 @@ git gc --prune=now --aggressive
653654
git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
654655
```
655656

657+
## View the GPG signatures in the commit log
658+
```sh
659+
git log --show-signature
660+
```
661+
656662
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
657663
<!-- @doxie.inject end -->

tips.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,7 @@
290290
},{
291291
"title": "Instantly browse your working repository in gitweb.",
292292
"tip": "git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]"
293+
},{
294+
"title": "View the GPG signatures in the commit log",
295+
"tip": "git log --show-signature"
293296
}]

0 commit comments

Comments
 (0)