git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "stg reset --status" doesn't just reset status
@ 2008-04-02  2:21 Pavel Roskin
  2008-04-02 12:00 ` Karl Hasselström
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Roskin @ 2008-04-02  2:21 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

Hello!

I used to see messages like this:

$ stg pull
Checking for changes in the working directory ... done
stg pull: local changes in the tree. Use "refresh" or "status --reset"

This time I decided to see what "stg reset --status" actually does,  
and I was unpleasantly surprised that it would do much more that its  
name implies.

It doesn't just reset the status (no idea what it would be, but it  
doesn't sound scary).  It removes all local changes.  It's essentially  
"git reset --hard".  I can easily imagine that some beginner would  
lose valuable changes by following that advice while trying to update  
from the upstream repository.

I would hate to suggest another stg command, as there are too many of  
them already.  On the other hand, if "applied" and "unapplied" are  
downgraded to switches for "stg series", we probably could justify  
adding one more command, "stg reset".  By the way, the default could  
be to save the changes to a hidden "stash" patch, and the "--hard"  
switch would do a real reset.

Another (not alternative) approach would be to have an option to "stg  
pull" to save the changes as a temporary patch that would be applied  
and deleted if it applied cleanly.  That shouldn't be a default for  
"stg pull", as it's likely that the user just forgot "stg refresh".

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-02 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02  2:21 "stg reset --status" doesn't just reset status Pavel Roskin
2008-04-02 12:00 ` Karl Hasselström
2008-04-02 17:30   ` Pavel Roskin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).