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
f29778b3
Commit
f29778b3
authored
Jan 09, 2014
by
Eric S. Raymond
Browse files
Minor bug fix.
Fixes: debbugs:8756
parent
a7fecaa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/vc/vc-git.el
lisp/vc/vc-git.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f29778b3
<<<<<<< TREE
2014-01-09 Eric S. Raymond <esr@thyrsus.com>
* vc/vc-git.el (vc-git-print-log): Add --follow option to command,
following renames and addressing Debian bug 8756.
2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (deactivate-mark, activate-mark): Force-mode-line-update
...
...
lisp/vc/vc-git.el
View file @
f29778b3
...
...
@@ -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
")
'("
log
" "
--no-color
"
"
--follow
"
)
(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