Junio C Hamano <gitster@xxxxxxxxx> writes: > I wonder if it makes the interface more consistent to rewrite the > above comment like this: > > /* > * Allow "-L <something>,+20" to mean starting at <something> > * for 20 lines; "-L <something>,-5" for 5 lines ending at > * <something>; and "-L <something>,+-5" for 5 lines around > * <something>. > */ > > and the match the code. I like this. The other approach would be to use -B <num> / -A <num> / -C [num], -<num> convention from 'grep'... but git-blame uses -C and -<num> for other things. -- Jakub Narebski Poland ShadeHawk on #git -- 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