Releases: petr-korobeinikov/scm
Releases · petr-korobeinikov/scm
v0.2.0
v0.1.0
Changelog
b6be2d9 #1 MVP has been baked.
f371701 #10 make envName, name, etc in env lookup conforming to os package.
886f8c8 #12 add goreleaser.
45e99fc #13 enhance readme with the example directory structure.
65f4a7f #14 add . import alias for internal package.
acefee6 #15 combine type definitions in TestParseArgs
.
45befc5 #2 readme cosmetics.
05e7abf #3 add post clone command.
75f53b2 #4 split up ReadCfg()
into set of separate functions.
bbd7685 #5 get rid of useless error check in Clone().
f5e1459 #6 add missing test case for unset post clone cmd.
3cac74d #7 refactor cfg_test with env restoration if only found.
9717bdd #8 make more concise test case definitions in args_test.
007eca7 #9 replace add t.Fail()
with t.Errorf()
calls.