2012/3/20 Johannes Schindelin [off-list ref]:
Good. Just a quick question before everything else: are the commit
messages cut off/wrapped to the same number of columns? If so, where do
they get the indent from? (Sorry for asking, but I figured that you're
already deep in the code so you might know of the top of your head.)
Thanks for reviewing the patch! The commit part of git log is handled
in log-tree.c:show_log().
My 1st reaction was: why is the current indent width not stored in the options?
The new patch adds a output_prefix_length field to struct diff_options.
Thanks!
Lucian