assistant: Work around git-cat-file's not reloading the index after files are staged.
Argh.
This commit is contained in:
parent
ed4febb170
commit
729eab1f89
4 changed files with 30 additions and 3 deletions
2
Annex.hs
2
Annex.hs
|
@ -86,6 +86,7 @@ data AnnexState = AnnexState
|
|||
, force :: Bool
|
||||
, fast :: Bool
|
||||
, auto :: Bool
|
||||
, daemon :: Bool
|
||||
, branchstate :: BranchState
|
||||
, repoqueue :: Maybe Git.Queue.Queue
|
||||
, catfilehandles :: M.Map FilePath CatFileHandle
|
||||
|
@ -116,6 +117,7 @@ newState gitrepo = AnnexState
|
|||
, force = False
|
||||
, fast = False
|
||||
, auto = False
|
||||
, daemon = False
|
||||
, branchstate = startBranchState
|
||||
, repoqueue = Nothing
|
||||
, catfilehandles = M.empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue