Raghul Nanth A <nanth.raghul@xxxxxxxxx> writes: > Add usage and performance tests for describe I think the commit is better off without this line. > git describe compares the index with the working tree when (and only > when) it is run with the "--dirty" flag. This is done by the > ... > > Signed-off-by: Raghul Nanth A <nanth.raghul@xxxxxxxxx> > --- Here is where you describe what got changed since the previous iteration (and following [PATCH v<N>] notational convention would help people to see which one is meant to be the latest). These two are especially helpful when you send more or less identical patches in quick succession like within a few hours. Thanks.