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
e7936c0f
Commit
e7936c0f
authored
Dec 28, 2009
by
Kenichi Handa
Browse files
Add new entries to ChangeLog
parents
bcffff46
58941d03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/vc-git.el
lisp/vc-git.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e7936c0f
2009-12-28 Juanma Barranquero <lekktu@gmail.com>
Supersede color.diff settings in git log (bug#5211).
* vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
escape chars in its output when the user has color.diff set to `always'.
This fix works on git 1.4.2 and newer (released on 2006-08-13).
2009-12-26 Kevin Ryde <user42@zip.com.au>
2009-12-26 Kevin Ryde <user42@zip.com.au>
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
...
...
lisp/vc-git.el
View file @
e7936c0f
...
@@ -555,7 +555,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
...
@@ -555,7 +555,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
(
apply
'vc-git-command
buffer
(
apply
'vc-git-command
buffer
'async
files
'async
files
(
append
(
append
'
(
"log"
)
'
(
"log"
"--no-color"
)
(
when
shortlog
(
when
shortlog
'
(
"--graph"
"--decorate"
'
(
"--graph"
"--decorate"
"--date=short"
"--pretty=format:%d%h %ad %s"
"--abbrev-commit"
))
"--date=short"
"--pretty=format:%d%h %ad %s"
"--abbrev-commit"
))
...
...
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