<div dir="ltr"><div><div><br></div>I'm glad to see someone beat me to the punch on this fix.  I was just noticing it today when I brew upgraded from 1.5 to 1.6.2 and started generating orphan mount points with every "pass git status",  "pass git pull", etc (anything that called the cmd_git() function).<br>
<br></div><div>How long before this might be included in a 1.6.3 (or later) release?<br><br></div><div>-Skip<br></div><div><br><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<pre>With my previous commit I missed that `pass git status` also uses
mounted ramdisks, and needs to be safely removed there as well.
Therefore I moved the cleanup_tmp function to the beginning of
src/password-store.sh's helper functions. The caveat is that any locally
defined tmp_file's need to be passed to the function's arguments. The
intended use for this function is the command for `trap` definitions

I also added a new test to t0600 to account for `pass git status`
behavior.

This commit passes all tests. Further testing and comments appreciated.</pre></blockquote><br></div></div></div>