diff options
| -rw-r--r-- | lisp/vc/vc-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 1cd2a7bb133..b5cb842aeee 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -735,6 +735,7 @@ or an empty string if none." | |||
| 735 | (with-current-buffer standard-output | 735 | (with-current-buffer standard-output |
| 736 | (vc-git--out-ok "symbolic-ref" "HEAD")))) | 736 | (vc-git--out-ok "symbolic-ref" "HEAD")))) |
| 737 | (stash-list (vc-git-stash-list)) | 737 | (stash-list (vc-git-stash-list)) |
| 738 | (default-directory dir) | ||
| 738 | 739 | ||
| 739 | branch remote remote-url stash-button stash-string) | 740 | branch remote remote-url stash-button stash-string) |
| 740 | (if (string-match "^\\(refs/heads/\\)?\\(.+\\)$" str) | 741 | (if (string-match "^\\(refs/heads/\\)?\\(.+\\)$" str) |