Re: How do you deal with incomplete commits?

2020-10-31 Thread Nicolás Alvarez
El sáb., 31 de oct. de 2020 a la(s) 15:19, Thomas Friedrichsmeier (thomas.friedrichsme...@kdemail.net) escribió: > > Am Sat, 31 Oct 2020 17:09:22 +0100 > schrieb David Hurka : > > Maybe you could write your own commit hook, which prevents commiting > > anything when `git log --oneline` matches, say

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Friedrichsmeier
Am Sat, 31 Oct 2020 17:09:22 +0100 schrieb David Hurka : > Maybe you could write your own commit hook, which prevents commiting > anything when `git log --oneline` matches, say /\A INCOMPLETE/x. Hm, true, it doesn't have to be a server-side hook. Thanks for pointing me in the right direction. Tho

Re: How do you deal with incomplete commits?

2020-10-31 Thread David Hurka
On Saturday, October 31, 2020 4:38:09 PM CET Thomas Baumgart wrote: > Hi, > > On Samstag, 31. Oktober 2020 16:24:51 CET Thomas Friedrichsmeier wrote: > > Hi, > > > > thanks for your answer (also to Nate). But to clarify, my question is > > really: How do I _force_ myself to clean up in time? > >

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Friedrichsmeier
Hi, Am Sat, 31 Oct 2020 16:38:09 +0100 schrieb Thomas Baumgart : > Reading your question over and over, I don't see where git is > mentioned :) This leads to a short answer: self-discipline. > > My impression is that you look for a some magic feature in git that > forces you to clean up in time.

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Baumgart
Hi, On Samstag, 31. Oktober 2020 16:24:51 CET Thomas Friedrichsmeier wrote: > Hi, > > thanks for your answer (also to Nate). But to clarify, my question is > really: How do I _force_ myself to clean up in time? Reading your question over and over, I don't see where git is mentioned :) This lead

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Friedrichsmeier
Hi, thanks for your answer (also to Nate). But to clarify, my question is really: How do I _force_ myself to clean up in time? Am Sat, 31 Oct 2020 15:44:35 +0100 schrieb Thomas Baumgart : > On Samstag, 31. Oktober 2020 13:39:04 CET Thomas Friedrichsmeier > wrote: [...] > > Say I'm working on a

Re: How do you deal with incomplete commits?

2020-10-31 Thread Nate Graham
Work branches or a branch in a personal fork seem appropriate for this, and then you can interactively rebase to clean up the history before you submit a merge request. That's what I do. Nate

Re: How do you deal with incomplete commits?

2020-10-31 Thread Thomas Baumgart
Hi Thomas, On Samstag, 31. Oktober 2020 13:39:04 CET Thomas Friedrichsmeier wrote: > Hi all, > > may I pick your brains for this question that keeps coming up for me? > > Say I'm working on a feature in branch A. I have some changes in my > working copy that are so half-baked that I don't want

How do you deal with incomplete commits?

2020-10-31 Thread Thomas Friedrichsmeier
Hi all, may I pick your brains for this question that keeps coming up for me? Say I'm working on a feature in branch A. I have some changes in my working copy that are so half-baked that I don't want them to end up in the commit history as such, but I don't want to throw them away, either. Now I

Re: Introducing KGeoTag, a KDE photo geotagging program

2020-10-31 Thread Nicolas Fella
Hi Tobias, that looks like a neat application :) I'd say it's mature enough to deserve a proper repository, so you can go ahead and ask sysadmins to create one. Cheers Nico On 17.10.20 20:54, Tobias Leupold wrote: Hi devel mailing list :-) I'm Tobias Leupold. I have been a KDE developer sinc