Add '--' to git-diff-index calls
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
commita57bd72016d3cf3ee8e8fd7ae2c12e047999b602
tree2ce8fc33dcea75b530b701f95915de85d446bad8
parentfff9bce57321720677a897e3c811538eea6a9cb6
Add '--' to git-diff-index calls

Without this, git-diff-index was confused about the command line arguments
and commands like 'push --undo' and 'status --reset' failed to work
properly.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/git.py
t/t1202-push-undo.sh [new file with mode: 0755]