-
Notifications
You must be signed in to change notification settings - Fork 49
Truncate fields in format #109
Unanswered
per11235813
asked this question in
Q&A
Hi
with git log I can truncate fields with trunc, eg git log --format='%h %<(10,trunc)%cn %s' to get a more table like output.
Is it possible to do something similar in git-graph?
Br,
Per
All reactions
Replies: 1 comment
No, not at the moment. The manual does not mention a truncate feature.
Issue #37 is a feature request for tabular output, but feel free to add another feature request if it does not cover your needs.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment