Merge b750f0582f into d70f3db3cf
commit
7c8790979b
|
|
@ -191,7 +191,7 @@ function git_status_summary {
|
||||||
if (!seen_header) {
|
if (!seen_header) {
|
||||||
print
|
print
|
||||||
}
|
}
|
||||||
print untracked "\t" unstaged "\t" staged
|
print untracked + 0 "\t" unstaged + 0 "\t" staged + 0
|
||||||
}'
|
}'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue