fix --branch combined with --unlocked or --locked
Since it's using git ls-tree anyway, can just look at the file modes to see if they're unlocked or are symlinks.
This commit is contained in:
parent
cbf94fd13d
commit
a14001785e
4 changed files with 21 additions and 14 deletions
|
@ -711,7 +711,7 @@ seekSyncContent o rs currbranch = do
|
|||
pure Nothing
|
||||
waitForAllRunningCommandActions
|
||||
withKeyOptions' (keyOptions o) False
|
||||
(return (commandAction . gokey mvar bloom))
|
||||
(return (const (commandAction . gokey mvar bloom)))
|
||||
(const noop)
|
||||
(WorkTreeItems [])
|
||||
waitForAllRunningCommandActions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue