diff options
author | 2011-12-22 13:53:06 -0400 | |
---|---|---|
committer | 2011-12-22 14:00:17 -0400 | |
commit | 6bffe509d7f1ec60168522585925a43dbfffbd36 (patch) | |
tree | a7fead7d1e5539139894f10c45f6d6c3d8d5cdc9 /Git | |
parent | 30cf6ce81ca8ff99f5284c5b991e546eb1da72ae (diff) |
Add --include, which is the same as --not --exclude.
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Index.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Git/Index.hs b/Git/Index.hs index e58f1edd6..aaf54e032 100644 --- a/Git/Index.hs +++ b/Git/Index.hs @@ -9,8 +9,6 @@ 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 |