Commit af22dabb4366f8b2dd4acd5725a25e88842d6938

Russell Belfer 2013-09-05T12:01:17

GIT_MODE_TYPE should exclude setgid bits The GIT_MODE_TYPE macro was looking at all bits above the permissions, but it should really just look at the top bits so that it will give the right results for a setgid or setuid entry. Since we're now using these macros in the tests, this was causing a test failure on platforms that don't support setgid.