Ejemplo n.º 1
0
 @Override
 public Config getConfig() throws GitException {
   ensureExistenceRepoRootInWorkingDirectory();
   return nativeGit.createConfig();
 }
Ejemplo n.º 2
0
 @Override
 public Config getConfig() throws GitException {
   return nativeGit.createConfig();
 }