Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e9ef9777
Commit
e9ef9777
authored
Apr 15, 2010
by
Glenn Morris
Browse files
* vc-git.el (vc-git-print-log): Doc fix.
parent
a77fe20c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc-git.el
lisp/vc-git.el
+2
-1
No files found.
lisp/ChangeLog
View file @
e9ef9777
2010-04-16 Glenn Morris <rgm@gnu.org>
* vc-git.el (vc-git-print-log): Doc fix.
2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
* ido.el (ido-file-internal): Fix 2009-12-02 change.
...
...
lisp/vc-git.el
View file @
e9ef9777
...
...
@@ -571,7 +571,8 @@ or an empty string if none."
;;; HISTORY FUNCTIONS
(
defun
vc-git-print-log
(
files
buffer
&optional
shortlog
start-revision
limit
)
"Get change log associated with FILES."
"Get change log associated with FILES.
Note that using SHORTLOG requires at least Git version 1.5."
(
let
((
coding-system-for-read
git-commits-coding-system
))
;; `vc-do-command' creates the buffer, but we need it before running
;; the command.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment