Closed kwilliams312 closed 3 years ago
Issue #50:
Took this route over checking error type return from upstream library due to generic return error.
Added a simple OS directory stat to validate the existence of gitRepoPath.
Tests performed:
ken@gnome:~/projects/nogit$ ../autotag/autotag/autotag Error initializing: stat /mnt/c/Users/ken/projects/nogit/.git: no such file or directory
ken@gnome:~/projects/git$ ../autotag/autotag/autotag Error initializing: no stable (non pre-release) version tags found
thank you @kwilliams312
Issue #50:
Took this route over checking error type return from upstream library due to generic return error.
Added a simple OS directory stat to validate the existence of gitRepoPath.
Tests performed: