diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-20 14:37:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-20 14:37:53 -0400 |
commit | ee3b5b2a4279292d55af43c772cdfd0c56420798 (patch) | |
tree | 0227fb4732ef376ac9123a9a89b924793ed841e2 /Git/Index.hs | |
parent | 6897460d350df41f1e98147f96fde1b66171bc19 (diff) |
use Common in a few more modules
Diffstat (limited to 'Git/Index.hs')
-rw-r--r-- | Git/Index.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Git/Index.hs b/Git/Index.hs index aaf54e032..e58f1edd6 100644 --- a/Git/Index.hs +++ b/Git/Index.hs @@ -9,6 +9,8 @@ module Git.Index where import System.Posix.Env (setEnv, unsetEnv, getEnv) +import Common + {- Forces git to use the specified index file. - - Returns an action that will reset back to the default |