git/branch: remove duplicate assignment of dirtypaths
This commit is contained in:
parent
331f19ef21
commit
909205036d
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ if(! ~ $#stay 0){
|
||||||
}
|
}
|
||||||
basedir=`{git/query -p $base}
|
basedir=`{git/query -p $base}
|
||||||
dirtypaths=()
|
dirtypaths=()
|
||||||
if(! ~ $#modified 0 || ! ~ $#deleted 0)
|
|
||||||
dirtypaths=`$nl{git/walk -cfRMA $modified $deleted}
|
|
||||||
if(! ~ $#modified 0 || ! ~ $#deleted 0)
|
if(! ~ $#modified 0 || ! ~ $#deleted 0)
|
||||||
dirtypaths=`$nl{git/walk -cfRMA $modified $deleted}
|
dirtypaths=`$nl{git/walk -cfRMA $modified $deleted}
|
||||||
if(~ $#dirtypaths 0)
|
if(~ $#dirtypaths 0)
|
||||||
|
|
Loading…
Reference in a new issue