Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 387aa9b01ce4c4fe9143fbcb1469fabba1f03a19..a8669a37360b31e4db51071c4928bf6ddd820bf8 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -500,7 +500,7 @@ or verify this branch is set up to track another (via the --track argument to |
name = RunCommand(['git', 'rev-parse', 'HEAD']).strip() |
# Need to pass a relative path for msysgit. |
try: |
- files = scm.GIT.CaptureStatus([root], upstream_branch) |
+ files = scm.GIT.CaptureStatus([root], '.', upstream_branch) |
except subprocess2.CalledProcessError: |
DieWithError( |
('\nFailed to diff against upstream branch %s!\n\n' |