]> git.eshelyaron.com Git - emacs.git/commit
In vc-git-log-incoming use the repository in the command "fetch" (bug#50340)
authorJuri Linkov <juri@linkov.net>
Sun, 2 Oct 2022 18:34:57 +0000 (21:34 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 2 Oct 2022 18:34:57 +0000 (21:34 +0300)
commitc37fda9e3117c8948ee691c79ccf747d45137d97
tree7f2ef8aaecc3956aab27fd22bd23df813f103072
parentd4f56e96665f1d2d98ce645d32d587013e8b8116
In vc-git-log-incoming use the repository in the command "fetch" (bug#50340)

* lisp/vc/vc-git.el (vc-git-log-incoming): Use repository part
from non-nil remote-location in the command "fetch".

* lisp/vc/vc.el (vc-log-incoming, vc-log-outgoing): Mention in
docstrings and prompts that REMOTE-LOCATION can be a remote branch name.

* doc/emacs/maintaining.texi (VC Change Log): For commands
vc-log-incoming and vc-log-outgoing, use the term "remote location"
instead of "repository".
doc/emacs/maintaining.texi
lisp/vc/vc-git.el
lisp/vc/vc.el