Exemplo n.º 1
0
        public void Setup()
        {
            repo = Util.InitTestRepo();

            readmePath = Util.GetFullPath(Util.TEST_REPO_DIR, "README.md");

            git = new Git(Util.GetFullPath("test_repo"));
        }
Exemplo n.º 2
0
        public void Setup()
        {
            author    = Util.InitSignature();
            committer = author;

            repo       = Util.InitTestRepo();
            readmePath = Util.GetFullPath(Util.TEST_REPO_DIR, "README.md");
        }
        public void Setup()
        {
            repo = Util.InitTestRepo();

            git = new Git(Util.GetFullPath("test_repo"));
        }