all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc-git-annotate vs configured date format
@ 2009-07-28 19:51 Karl Chen
  2009-07-29  2:41 ` Stephen J. Turnbull
  2009-07-29  6:03 ` Dan Nicolaescu
  0 siblings, 2 replies; 6+ messages in thread
From: Karl Chen @ 2009-07-28 19:51 UTC (permalink / raw)
  To: Emacs Developement List


I have this in my .gitconfig:
    [blame]
            date = short

Which causes emacs' vc-annotate to not work correctly, because
vc-git-annotate-time hardcodes the regexp it looks for assuming
it's date=iso.

What do you think about getting vc-git-annotate to work regardless
of the blame.date setting?

An easy fix would be to just add --date=iso to the command-line.
But ideally Emacs would be able to parse other date formats also.
Date=short would be pretty easy to check for since it's a subset
of date=iso; others might be harder.

Thanks,
Karl




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-01  5:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28 19:51 vc-git-annotate vs configured date format Karl Chen
2009-07-29  2:41 ` Stephen J. Turnbull
2009-07-29  6:03 ` Dan Nicolaescu
2009-07-29 15:21   ` Deniz Dogan
2009-07-30  1:40     ` Kevin Rodgers
2009-08-01  5:21   ` Karl Chen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.