* git-am: Please don't be in "some state" when it fails early
@ 2010-03-29 0:14 Ulrik Sverdrup
0 siblings, 0 replies; only message in thread
From: Ulrik Sverdrup @ 2010-03-29 0:14 UTC (permalink / raw)
To: git
If git am fails early, before even trying to apply the first patch, it
would be great if am did not leave some state that has to be manually
cleaned up (git am --abort). Even if I have a small 'AM' marker in my
prompt, it is often missed. And why write state files to .git/ at all,
if all it did was to tell me that the index is dirty?
This fixes an inconvenience, and I don't have to wonder (look up)
every time if git am --abort will delete all the WIP I had in the way
or not.
Ulrik
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-29 0:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 0:14 git-am: Please don't be in "some state" when it fails early Ulrik Sverdrup
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).