Nguyen Thai Ngoc Duy wrote: > 2010/11/16 Jonathan Nieder <jrnieder@xxxxxxxxx>: >> Hmm, that's new. ÂSeems fine, though; a person using -S would be >> forwarned. > > It's safe, which is why I let it do that without '-f'. One can always > checkout those entries again (provided that they know what entries to > checkout). > > How do you want them to be warned? Manual and -h output, ideally. > OPT_BOOLEAN('S', NULL, &sparse, "remove tracked files outside sparse checkout"), Maybe something to the effect of OPT_SET_INT('S', NULL, &sparse, "prune worktree to sparse pattern (even without -f)", 1), Probably someone will chime in with the perfect wording that fits in the 80-column "git clean -h" output format. :) -- 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