Josef Sipek <jsipek@xxxxxxxxxxxxxxxxx> writes: >> -get_series | awk "{ if (NR == $n) print \$0}" >> +get_guarded_series | awk "{ if (NR == $n) print \$0}" > > Seeing this almost makes me thing that get_series should give you the > guarded series unless you poke it the right way...something like: > > get_series --full > > or > > get_full_series > > > The guarded series is what most commands care about, right? > You're right. I'll do it with get_full_series. Eric - 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