<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 28/01/2017 16:42, Simon Lackerbauer
      wrote:<br>
    </div>
    <blockquote
      cite="mid:aee6b325-69bf-6959-8494-24c8e191bd9b@lackerbauer.com"
      type="cite">
      <pre wrap="">On 01/28/2017 05:34 PM, Brian Candler wrote:
</pre>
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">I like this idea a lot. I like keeping history of passwords, as
sometimes you come across some forgotten system which still uses a
password from one or more generations ago.
</pre>
      </blockquote>
      <pre wrap="">Isn't that what's basically the point of the git integration? Each
change of any file in the pass store is separately committed anyways and
easily searchable with the appropriate git tools.</pre>
    </blockquote>
    <p>Yes I know, but it's not trivial. First you 'git log
      <filename>' (where filename is relative to the current
      directory) until you find what you think is the commit you want.
      Then since you've forgotten the command, you google for it. Then
      you run "git show <commit>:<filename>" (where, this
      time, filename is relative to the top of the repo), remembering to
      pipe it into gpg -d to decrypt it.</p>
    <p>Whereas what I do is just have a file containing:</p>
    <p><current pwd><br>
      <current-1 pwd><br>
      <current-2 pwd><br>
      ...<br>
    </p>
    <p>so that when I'm logging into a system, I have the various
      generations of password there right in front of me.<br>
    </p>
  </body>
</html>