[pass] Password-Store Digest, Vol 27, Issue 24

pc re pcre at gmx.de
Mon Aug 31 14:41:04 CEST 2015



Am 31.08.2015 um 12:00 schrieb password-store-request at lists.zx2c4.com:
> Hi All:
>
> I was wondering how you identify passwords that haven't been changed in a
> while.
>
> Maybe someone has a better solution but this is what I came up with:
>
> git ls-tree -r HEAD --name-only -z | xargs -0 -n1 -I{} sh -c 'echo {}; \
>    git log -n1 --format="%at:%ar" -- {}' | paste - - -d: | sort -k 2 -t: | \
>    cut -d: -f1,3- | column -t -s:

What about copy and move commits?

e.G.: pass mv irc/freenode.net/d[-_-]p irc/freenode.net/q[-o_o-]p
This creates a rename commit.

pass git log --format="%s %Cblue%ar"
 
[..]



More information about the Password-Store mailing list