On 06/01/2011 11:40 AM, Jakub Narebski wrote:
Chengwei Ding[off-list ref] writes:
quoted
can anyone confirm that this "--date" option is working for git
annotate cmd.
i tried the same option on blame cmd which seems to be working, but
not on the annotate which i use git annotate --date=relative or i
wrote date config variable as blame.date which again work for blame
but not annotate, but document says it should share same variable.
"git annotate" is left for backwards compatibility, so it might be
that not all git-blame switches work correctly with it.
Does "git blame -c --date=relative" work?
emm, no luck.
//Chengwei