Commit ea1ca3c9216ad72b24a198cfdf4c4eb0d037462f

Russell Belfer 2014-04-01T21:30:52

Fix skipping content of contained repos When doing a diff for use in status, we should never show the content of a git repository contained inside another one. The logic to do this was looking for a .git directory and so when a gitlink plain .git file was used, it was failing to exclude the directory content.