Fakerr / git-recall

An interactive way to peruse your git history from the terminal
MIT License
2.12k stars 47 forks source link

Add option to disable line wrapping #31

Closed rmorrin closed 7 years ago

rmorrin commented 7 years ago

Hi there,

Is it possible to disable line wrapping on the log output? During my usage, I've found merge commits in particular have longer commit titles which are occasionally wrapping. This makes the log more difficult to read/navigate.

Fantastic tool, use this every day 👍

Fakerr commented 7 years ago

Hey @rmorrin, thanks for your contribution :) I don't think it is possible right now to disable the line wrapping otherwise the logs will be messed up, but I'm thinking about excluding the merge commits from the logs (or maybe as option), so at least, you will have less wrapped lines.

Fakerr commented 7 years ago

Merge commits are now excluded from the log output. Maybe it will partially resolve your problem :+1: .