Jens Lehmann <Jens.Lehmann@xxxxxx> writes: > Am 25.08.2010 12:34, schrieb Johannes Schindelin: >> ... >> Let's respect that setting when 'git checkout' reports the uncommitted >> changes, since it does nothing else than a 'git diff --name-status'. >> >> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > > Thanks for fixing that! > > Acked-by: Jens Lehmann <Jens.Lehmann@xxxxxx> Makes sense. I wondered if the new parameter to show_local_changes() should just be of type (struct checkout_opts *), so that other options given to checkout, not necessarily related to the diff generation, can influence the output further if we wanted to, but that kind of change can be done if and when it becomes necessary. Thanks. Perhaps we would want a new test or two in t2013? -- 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