Albert Yale <surfingalbert@xxxxxxxxx> writes: > When combining "git grep -l" with "-C <num>", > the first result is omitted. [...] > For example, if the following command should output a list of 3 > different files (a.txt, b.txt, c.txt): > > $ git grep -l -C 1 albert_yale > b.txt > c.txt Nice catch. Can you add a test? Is -l the only option affected? Why isn't, for example, -L? -- Thomas Rast trast@{inf,student}.ethz.ch -- 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