diff options
| author | Ulrich Müller | 2014-11-14 05:03:32 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-14 15:21:31 +0100 |
| commit | df33e85a807656a13b3020d8f65d5da728bb808e (patch) | |
| tree | 9af170db49db58f95b847c355c7e0e80d197aeef /lisp/ChangeLog | |
| parent | 6a079d59b7f5e9ef2a2dc7af18debc1c714ede89 (diff) | |
| download | emacs-df33e85a807656a13b3020d8f65d5da728bb808e.tar.gz emacs-df33e85a807656a13b3020d8f65d5da728bb808e.zip | |
(emacs-repository-get-version): Call `git log' with proper format argument
Fixes: debbugs:19049
* version.el (emacs-repository-get-version): Call `git log'
command with proper format argument (bug#19049).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33777c5afa4..ce4221f7795 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-13 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * version.el (emacs-repository-get-version): Call `git log' | ||
| 4 | command with proper format argument (bug#19049). | ||
| 5 | |||
| 1 | 2014-11-10 Glenn Morris <rgm@gnu.org> | 6 | 2014-11-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * startup.el (command-line): Handle nil elements in load-path. | 8 | * startup.el (command-line): Handle nil elements in load-path. |