Greg Brockman <gdb@xxxxxxx> writes: >>> * gb/shell-ext (2010-07-28) 3 commits >>> - Add sample commands for git-shell >>> - Add interactive mode to git-shell for user-friendliness >>> - Allow creation of arbitrary git-shell commands >> >> This needs work on Windows because we do not have geteuid(), perhaps just >> a compiler flag -Dgeteuid=getuid > I had a submitted a revised patch that just uses HOME, see > http://thread.gmane.org/gmane.comp.version-control.git/152050/focus=152135. > I guess that didn't make it in yet. No, it didn't; because you said Err, actually it would probably be a good idea to s/char *home = getenv("HOME");/const char *home = getenv("HOME");/ Greg hinting me not to pick it up. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html