summaryrefslogtreecommitdiff
path: root/GitRepo.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-31 15:25:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-31 15:25:55 -0400
commit435ec21d58f9c7ddb622f290648b31da2c9a8f1e (patch)
treedbada864f7695acaa7ea5e09a657f4913c3761e5 /GitRepo.hs
parent96fa6b89acdd77498140790553a42c81250816ed (diff)
bugfix: really run GitQueue against specified repo, not necessarily pwd
Diffstat (limited to 'GitRepo.hs')
-rw-r--r--GitRepo.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/GitRepo.hs b/GitRepo.hs
index b6670e2eb..9ecd3923a 100644
--- a/GitRepo.hs
+++ b/GitRepo.hs
@@ -25,6 +25,7 @@ module GitRepo (
configMap,
configRead,
configTrue,
+ gitCommandLine,
run,
pipeRead,
hPipeRead,