Han-Wen Nienhuys wrote:
Jakub Narebski escreveu:
quoted
Johannes Schindelin wrote:
quoted
On Wed, 6 Dec 2006, Han-Wen Nienhuys wrote:
quoted
Johannes Schindelin escreveu:
quoted
}
if (quiet)
continue;
- printf("%s: needs update\n", ce->name);
+ printf("%s: dirty; needs commit\n", ce->name);
Yes - I'd just mention revert as an option too.
Actually, I like it that short.
So why not simply use "%s: dirty\n"?
because a newbie doesn't know how to resolve that problem.
But there are [at least] two ways to resolve this:
commit or revert (reset).
--
Jakub Narebski