|
|
|
|
@ -26,8 +26,7 @@ num_conflicts=0 |
|
|
|
|
num_untracked=0 |
|
|
|
|
while IFS='' read -r line || [[ -n "$line" ]]; do |
|
|
|
|
status=${line:0:2} |
|
|
|
|
while [[ -n $status ]] |
|
|
|
|
do |
|
|
|
|
while [[ -n $status ]]; do |
|
|
|
|
case "$status" in |
|
|
|
|
#two fixed character matches, loop finished |
|
|
|
|
\#\#) branch_line="${line/\.\.\./^}"; break ;; |
|
|
|
|
|