F diff --git a/git_part.c b/git_part.c --- a/git_part.c +++ b/git_part.cindex_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,"ā");elsefprintf(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);