From 86abaa0527744875014097850de23606d15395e5 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Fri, 5 May 2017 12:29:21 +0200 Subject: examples: commit example --- _examples/common_test.go | 1 + 1 file changed, 1 insertion(+) (limited to '_examples/common_test.go') diff --git a/_examples/common_test.go b/_examples/common_test.go index ff01ba3..0a00006 100644 --- a/_examples/common_test.go +++ b/_examples/common_test.go @@ -17,6 +17,7 @@ var defaultURL = "https://github.com/git-fixtures/basic.git" var args = map[string][]string{ "checkout": []string{defaultURL, tempFolder(), "35e85108805c84807bc66a02d91535e1e24b38b9"}, "clone": []string{defaultURL, tempFolder()}, + "commit": []string{cloneRepository(defaultURL, tempFolder())}, "custom_http": []string{defaultURL}, "open": []string{cloneRepository(defaultURL, tempFolder())}, "progress": []string{defaultURL, tempFolder()}, -- cgit