* KDevelop developers obviously don't use git :(
@ 2017-09-22 4:03 Daniel Santos
2017-09-22 4:23 ` Jeff King
2017-09-22 4:38 ` Junio C Hamano
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Santos @ 2017-09-22 4:03 UTC (permalink / raw)
To: git
https://bugs.kde.org/show_bug.cgi?id=379219
$ git push minor-rant-warning
KDevelop has a despicable habit of performing `git status --porcelain`
whenever it damn well pleases ... or rather when it sees an alteration.
This this breaks git rebase because it grabs the $*()&@#$ lock file,
often leading to catastrophic heart failure and sometimes really forcing
you to git rebase --abort and start over (at least, that's been my
solution when git rebase --continue complained that there was nothing to
commit and maybe I had forgotten to add something).
I have argued that they should at least verify that there isn't a
.git/rebase-merge directory present before doing that, but if I want to
prevent a heart attack, it looks like I'm going to have to fix this one
myself. (Sorry for the rant!)
$ git reset minor-rant-warning~1
So first I need to inquire if there is a current mechanism to say "git
status, but please fail if you're busy with a non-atomic operation". If
there is not one, then it would seem that there should be and how do I
go about requesting it?
Thanks,
Daniel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KDevelop developers obviously don't use git :(
2017-09-22 4:03 KDevelop developers obviously don't use git :( Daniel Santos
@ 2017-09-22 4:23 ` Jeff King
2017-09-22 4:38 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Jeff King @ 2017-09-22 4:23 UTC (permalink / raw)
To: Daniel Santos; +Cc: git
On Thu, Sep 21, 2017 at 11:03:53PM -0500, Daniel Santos wrote:
> So first I need to inquire if there is a current mechanism to say "git
> status, but please fail if you're busy with a non-atomic operation". If
> there is not one, then it would seem that there should be and how do I
> go about requesting it?
You might be interested in this patch from yesterday:
https://public-inbox.org/git/20170921043214.pyhdsrpy4omy54rm@sigill.intra.peff.net/
-Peff
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KDevelop developers obviously don't use git :(
2017-09-22 4:03 KDevelop developers obviously don't use git :( Daniel Santos
2017-09-22 4:23 ` Jeff King
@ 2017-09-22 4:38 ` Junio C Hamano
2017-09-22 4:57 ` Daniel Santos
1 sibling, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2017-09-22 4:38 UTC (permalink / raw)
To: Daniel Santos; +Cc: git
Daniel Santos <daniel.santos@pobox.com> writes:
> So first I need to inquire if there is a current mechanism to say "git
> status, but please fail if you're busy with a non-atomic operation".
Reading this list sometimes makes me wonder if there is some higher
intelligence telling independent souls to come up with the same wish
at the same time.
https://public-inbox.org/git/20170921050835.mrbgx2zryy3jusdk@sigill.intra.peff.net/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KDevelop developers obviously don't use git :(
2017-09-22 4:38 ` Junio C Hamano
@ 2017-09-22 4:57 ` Daniel Santos
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Santos @ 2017-09-22 4:57 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On 09/21/2017 11:38 PM, Junio C Hamano wrote:
> Daniel Santos <daniel.santos@pobox.com> writes:
>
>> So first I need to inquire if there is a current mechanism to say "git
>> status, but please fail if you're busy with a non-atomic operation".
> Reading this list sometimes makes me wonder if there is some higher
> intelligence telling independent souls to come up with the same wish
> at the same time.
>
> https://public-inbox.org/git/20170921050835.mrbgx2zryy3jusdk@sigill.intra.peff.net/
LMAO! This has been irritating me for some time, but I had to abort a
somewhat complex interactive rebase earlier and it finally drove me to
action. I'm juggling so many projects right now that I really don't
want to fix this myself, but..... grrr! and raaarh!, etc.
Daniel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-09-22 4:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 4:03 KDevelop developers obviously don't use git :( Daniel Santos
2017-09-22 4:23 ` Jeff King
2017-09-22 4:38 ` Junio C Hamano
2017-09-22 4:57 ` Daniel Santos
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.