VOLGIT



LOG | FILES | OVERVIEW


F diff --git a/git_part.c b/git_part.c --- a/git_part.c +++ b/git_part.c
index_file=get_index_file(dir_fd,"index");
if(state.output_is_tree_like)
- fprintf(index_file->out,"|\n");
+ fprintf(index_file->out,"ā”‚\n");
print_files(index_file,dir_fd,tree,repo);
for(i=0;i<out->indentation;++i)
{
if(out->branches[i])
- fprintf(out->out,"|");
+ fprintf(out->out,"ā”‚");
else
fprintf(out->out," ");
new_dir_fd=create_dir(base_dir_fd,entry_oid);
new_index=get_index_file(new_dir_fd,"index");
if(state.output_is_tree_like)
- fprintf(new_index->out,"%s\n|\n",name);
+ fprintf(new_index->out,"%s\nā”‚\n",name);
print_files(new_index,new_dir_fd,tree,repo);
release_index_file(new_index);