"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > Junio C Hamano <junkio@xxxxxxx> wrote: >> Eygene Ryabinkin <rea-git@xxxxxxxxxxx> writes: >> >> > Remove unnecessary '-S' option that enabled less to chop long lines. >> > It used to provide some confusion at least for the 'git diff': >> > "Where are my long lines? Are they missed from the patch?". >> >> It is not "unnecessary", but only "what _you_ are not used to". >> As this breaks expectentions of people already familiar with >> what git does by default, I cannot take this patch. > > Hear hear. I completely agree with Junio. I (and a number of > other users that I work with) expect this behevaior by default. Two tips. (1) Learn to use left/right arrow keys under "less -S" if you have occasional lines that are too long. (2) Do not have too many too long lines to begin with. If you cannot comfortably read your code with "less -S", your nesting is too deep to be understood with or without line folding. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html