mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
Remove arbitrary column limit on ignore-io
This commit is contained in:
parent
1f0a044677
commit
cfcb4d92c6
|
|
@ -16,8 +16,7 @@ print_in_alphabetical_order() {
|
|||
}
|
||||
|
||||
print_in_table_format() {
|
||||
table_width=5
|
||||
echo "$gi_list" | xargs -n $table_width | column -t
|
||||
echo "$gi_list" | column
|
||||
}
|
||||
|
||||
search() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue