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
85a5f61f
Commit
85a5f61f
authored
Jan 21, 2014
by
Glenn Morris
Browse files
* lisp/vc/vc-git.el (vc-git-print-log): Remove --follow;
reverts 2014-01-09 change. Fixes: debbugs:16422
parent
213763c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/vc/vc-git.el
lisp/vc/vc-git.el
+1
-1
No files found.
lisp/ChangeLog
View file @
85a5f61f
2014-01-22 Glenn Morris <rgm@gnu.org>
* vc/vc-git.el (vc-git-print-log): Remove --follow;
reverts 2014-01-09 change. (Bug#16422)
* calc/calc-embed.el (thing-at-point-looking-at):
* emacs-lisp/map-ynp.el (x-popup-dialog):
* obsolete/lmenu.el (x-popup-dialog):
...
...
lisp/vc/vc-git.el
View file @
85a5f61f
...
...
@@ -791,7 +791,7 @@ If LIMIT is non-nil, show no more than this many entries."
(apply 'vc-git-command buffer
'async files
(append
'("
log
" "
--no-color
"
"
--follow
"
)
'("
log
" "
--no-color
")
(when shortlog
`("
--graph
" "
--decorate
" "
--date=short
"
,(format "
--pretty=tformat:%s
"
...
...
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