From 6a8bbbf82e21d90ef3609aae5046aef54024b5e0 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Fri, 1 Oct 2021 14:05:00 +0300 Subject: Added tree like output --- volgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volgit.c') 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"); -- cgit v1.2.3