<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 11, 2014 at 2:51 AM, Andrew Kraut <span dir="ltr"><<a href="mailto:akraut@gmail.com" target="_blank">akraut@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Does the git integration within pass understand git submodules? For example, can I have a subdirectory called "work" be a submodule to a pass git repo that my coworkers and I all share?</span></div>
</blockquote><div><br></div><div>Pass doesn't have any particular cases for submodules. It essentially does this for all git work:</div><div><br></div><div>$ cd $password-store-root</div><div>$ git add blah/newfile.gpg</div>
<div>$ git commit -m "added new file"</div><div><br></div><div>Question: if "blah" is a submodule, will git do the right thing? If so, you're set. If not, perhaps this will require a special case.</div>
<div><br></div><div>Try things out, see how they work, report any issues you have back here.</div><div> </div></div></div></div>