Use "~1" instead of "^" in vc-git.el to specify the parent of a Git commit.
commit04ed42002130c7ae940eea8d5b9af9e11a60a055
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Nov 2014 10:34:59 +0000 (21 12:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Nov 2014 10:34:59 +0000 (21 12:34 +0200)
tree8233e265a19aa2dff8a3cbea7e1c4d99b0293813
parentf9b9251f8c506c10bfeafc44101edc5081dbdb47
Use "~1" instead of "^" in vc-git.el to specify the parent of a Git commit.

 lisp/vc/vc-git.el (vc-git-previous-revision): Use "~1" instead of
 "^", since the latter is a special character for MS-Windows system
 shells.
lisp/ChangeLog
lisp/vc/vc-git.el