]> git.eshelyaron.com Git - emacs.git/commit
Provide branch information for both Emacs and Tramp (Bug#33328)
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 10 Nov 2018 15:03:12 +0000 (16:03 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 10 Nov 2018 15:03:12 +0000 (16:03 +0100)
commita062fc4137ff195fe269076cda07a61c2e1a8012
treec1ca66b9f322fd9db69baaa1e0c47444931527d7
parent55f3f21b39389263d707b091d7e1b45d295a149c
Provide branch information for both Emacs and Tramp (Bug#33328)

* doc/lispref/intro.texi (Version Info):
Document `emacs-repository-version' and `emacs-repository-branch'.

* etc/NEWS: Mention `emacs-repository-branch'.

* lisp/loadup.el: Initialize `emacs-repository-branch'.

* lisp/version.el (emacs-repository-branch): New variable.
(emacs-repository-branch-git, emacs-repository-get-branch):
New defuns.

* lisp/mail/emacsbug.el (report-emacs-bug):
Insert `emacs-repository-branch'.

* lisp/net/tramp.el (tramp-get-local-gid):
Use `group-name' if available.
(tramp-debug-message):
* lisp/net/tramp-cmds.el (tramp-bug): Report also
`tramp-repository-branch' and `tramp-repository-version'.

* lisp/net/trampver.el (tramp-repository-branch)
(tramp-repository-version): New defconst.
(tramp-repository-get-version): Remove.
doc/lispref/intro.texi
etc/NEWS
lisp/loadup.el
lisp/mail/emacsbug.el
lisp/net/tramp-cmds.el
lisp/net/tramp.el
lisp/net/trampver.el
lisp/version.el