"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > These major Git functions are much more important than > saving two or three lines of a simple sed script. The size of the script does not worry me. The number of sed processes originally did, but the old code also had two invocations of sed, and I do not think you can implement the "strip the header, and then emit ${LINES} lines" behaviour without doing them in separate sed anyway, so I think this is fine. But it makes me wonder why we are not using awk ;-) - 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