summaryrefslogtreecommitdiffstats
path: root/volgit.c
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-10-01 14:05:00 +0300
committerGalin Simeonov <gts@volconst.com>2021-10-01 14:05:00 +0300
commit6a8bbbf82e21d90ef3609aae5046aef54024b5e0 (patch)
treeb161f1d3b556295807cb5e8388e72bc9441ce25b /volgit.c
parentf66d8e2562ec885c29a578956bf092a1e48cd9da (diff)
downloadvolgit-6a8bbbf82e21d90ef3609aae5046aef54024b5e0.tar.gz
Added tree like output
Diffstat (limited to 'volgit.c')
-rw-r--r--volgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/volgit.c b/volgit.c
index cca9ae6..a92e388 100644
--- a/volgit.c
+++ b/volgit.c
@@ -12,7 +12,7 @@ int main(int argc,char **argv)
parse_options(argc,argv);
- git_repository_open(&repo,options.input_path);
+ git_repository_open(&repo,state.input_path);
if(repo==NULL)
die("Could not open input git repository\n");