<div class="gmail_quote"><div dir="ltr">On Sat, 28 Jan 2017, 20:14 Brian Candler, <<a href="mailto:b.candler@pobox.com">b.candler@pobox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" id="gmail_block_quote0"><div bgcolor="#FFFFFF" text="#000000" class="gmail_msg">
    <div class="m_8108455607918037772moz-cite-prefix gmail_msg"><span style="font-size:13px">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.</span></div></div></blockquote></div><div><br></div><div>If you use gpg-agent, you can instead use `git log -p <filename>`, which shows you the diff for each commit in the log. Git will automagically decrypt the files before diffing.<br></div><div><br></div><div>/Emil</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" id="gmail_block_quote1"><br class="gmail_msg">
</blockquote></div>