Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: remove author name from default annotate template, reorder fields #4653

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    7e62f1a View commit details
    Browse the repository at this point in the history
  2. cli: don't use format_*() helper in annotation template, truncate author

    The problem is that author names are variable-length by nature, and format_*()
    can be customized in that way. I also made committer.timestamp() shorter because
    I'm more interested in file contents than precise timestamps.
    
    We could add some format_short_fixed_length_*() hook points, but it would
    probably be easier to just customize the annotation template at all.
    yuja committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0debffe View commit details
    Browse the repository at this point in the history