diff options
author | Galin Simeonov <gts@volconst.com> | 2021-10-01 14:05:00 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-10-01 14:05:00 +0300 |
commit | 6a8bbbf82e21d90ef3609aae5046aef54024b5e0 (patch) | |
tree | b161f1d3b556295807cb5e8388e72bc9441ce25b /volgit.c | |
parent | f66d8e2562ec885c29a578956bf092a1e48cd9da (diff) | |
download | volgit-6a8bbbf82e21d90ef3609aae5046aef54024b5e0.tar.gz |
Added tree like output
Diffstat (limited to 'volgit.c')
-rw-r--r-- | volgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |