diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-24 20:50:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-24 20:50:39 -0400 |
commit | c9b3b8829dc3f106583fb933808179ec02773790 (patch) | |
tree | d2b27b5d8ee40c74be33c83807761c5eb5cea584 /Git/Construct.hs | |
parent | 8de7699f3905f5a3feb88cd6297f982f3666a201 (diff) |
thread safe git-annex index file use
Diffstat (limited to 'Git/Construct.hs')
-rw-r--r-- | Git/Construct.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs index b809d7318..90bedbde1 100644 --- a/Git/Construct.hs +++ b/Git/Construct.hs @@ -225,6 +225,7 @@ newFrom l = return Repo , fullconfig = M.empty , remotes = [] , remoteName = Nothing + , gitEnv = Nothing } |