Hacker News new | ask | show | jobs
by micnil 2831 days ago
Great tool! Is it possible to get more than 3 lines of context in the diff view? Tried setting: git config diff.context 20 but this had no effect.
1 comments

You can drag the top or bottom of a diff to see more context at any time, but there's no setting to change the default number of context lines - I'll add a note for it
Oh I see, that's probably more in line with what I want to do most of the time. Thanks!