Hi Junio, On Mon, 14 Mar 2016, Junio C Hamano wrote: > If the [has_uncommitted_changes()] function will be made a public helper > that may be called by anybody, a possible error reporting mechanism > would be to give a list of modified paths to the caller that asks them, > and have the caller apply its own "prefix" processing to make them > relative. But the point of the has_uncommitted_changes() is to figure out as fast as possible whether there are uncommitted changes, not the exact list. In fact, we want to return with a "yes" as soon as we encounter the first uncommitted change. Ciao, Dscho -- 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