Chengwei Ding <waterding@xxxxxxxxx> writes: > 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? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html