// fusegit - use a git repo directly as a filesystem // public domain )c( 2012, Sam Watkins #define FUSE_USE_VERSION 26 #define _XOPEN_SOURCE 500 #include #include int main(int argc, char *argv[]) { exit(0); }