emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vc-git-annotate vs configured date format


From: Karl Chen
Subject: vc-git-annotate vs configured date format
Date: Tue, 28 Jul 2009 15:51:11 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]