Re: [dev] Migration to git

2012-11-29 Thread uki
there goes the 'less' part Pozdrawiam, Łukasz Gruner 2012/11/29 Christoph Lohmann 2...@r-36.net: Greetings comrades, the migration to git is nearly complete. What’s missing is your tests that everything works as expected. Projects can be accessed via:

Re: [dev] Migration to git

2012-11-29 Thread Roberto E. Vargas Caballero
Quick question - A long time ago I asked if it was possible to clone _all_ the hg repositories without having to manually specify them from the suckless site. The answer I got was no. With the transfer to git, would it be possible for me to clone all of the suckless

Re: [dev] Migration to git

2012-11-29 Thread hiro
rofl On 11/29/12, Roberto E. Vargas Caballero k...@shike2.com wrote: Quick question - A long time ago I asked if it was possible to clone _all_ the hg repositories without having to manually specify them from the suckless site. The answer I got was no. With the transfer to

Re: [dev] Migration to git

2012-11-29 Thread Christoph Lohmann
Greetings. On Thu, 29 Nov 2012 14:48:17 +0100 uki uka...@gmail.com wrote: there goes the 'less' part Pozdrawiam, Łukasz Gruner You must have had a wrong definition of »suckless« long before this hap‐ pened, if you think using a prototyping language for many years without replacing it »sucks

Re: [dev] Migration to git

2012-11-29 Thread Nick
(with apologies for screwing up threading slightly) Thanks Christoph, looks good. One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Can these be migrated too? It'd be useful. Nick

Re: [dev] Migration to git

2012-11-29 Thread Daniel Bainton
On 29 November 2012 16:01, Nick suckless-...@njw.me.uk wrote: (with apologies for screwing up threading slightly) Thanks Christoph, looks good. One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Can these be migrated too? It'd be useful. You're

Re: [dev] Migration to git

2012-11-29 Thread Nick
On Thu, Nov 29, 2012 at 04:09:35PM +0200, Daniel Bainton wrote: On 29 November 2012 16:01, Nick suckless-...@njw.me.uk wrote: Thanks Christoph, looks good. One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Can these be migrated too? It'd be

Re: [dev] Migration to git

2012-11-29 Thread Anthony Cox
On 29/11/12 14:01 ;+, Nick wrote: One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Seems to work fine for me: tony@morpheus ~ $ git clone git://git.suckless.org/surf Cloning into 'surf'... remote: Counting objects: 880, done. remote:

Re: [dev] Migration to git

2012-11-29 Thread Nick
On Thu, Nov 29, 2012 at 02:15:36PM +, Anthony Cox wrote: On 29/11/12 14:01 ;+, Nick wrote: One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Seems to work fine for me: tony@morpheus ~ $ git clone git://git.suckless.org/surf Hmm, I

Re: [dev] Migration to git

2012-11-29 Thread Daniel Bainton
On 29 November 2012 16:19, Nick suckless-...@njw.me.uk wrote: On Thu, Nov 29, 2012 at 02:15:36PM +, Anthony Cox wrote: On 29/11/12 14:01 ;+, Nick wrote: One thing is that there don't appear to be any tags (at least with surf, which is what I tested). Seems to work fine for me:

Re: [dev] Migration to git

2012-11-29 Thread pancake
the http support in git is a hack. are you guys running git update-server-info after every commit? this is used to update the http information with the .git database.. On 11/29/12 15:20, Daniel Bainton wrote: On 29 November 2012 16:19, Nick suckless-...@njw.me.uk wrote: On Thu, Nov 29, 2012

[dev] Re: Migration to git

2012-11-29 Thread Christian Neukirchen
pancake panc...@youterm.com writes: the http support in git is a hack. are you guys running git update-server-info after every commit? this is used to update the http information with the .git database.. man githooks: When enabled, the default post-update hook runs git update-server-info

Re: [dev] Re: Migration to git

2012-11-29 Thread Christoph Lohmann
Greetings. On Thu, 29 Nov 2012 17:59:57 +0100 Christian Neukirchen chneukirc...@gmail.com wrote: pancake panc...@youterm.com writes: the http support in git is a hack. are you guys running git update-server-info after every commit? this is used to update the http information with the

Re: [dev] Re: Migration to git

2012-11-29 Thread pancake
definitively, git sucks On 11/29/12 17:59, Christoph Lohmann wrote: Greetings. On Thu, 29 Nov 2012 17:59:57 +0100 Christian Neukirchen chneukirc...@gmail.com wrote: pancake panc...@youterm.com writes: the http support in git is a hack. are you guys running git update-server-info after

[dev] Re: Migration to git

2012-11-29 Thread Christian Neukirchen
Christoph Lohmann 2...@r-36.net writes: Greetings. On Thu, 29 Nov 2012 17:59:57 +0100 Christian Neukirchen chneukirc...@gmail.com wrote: pancake panc...@youterm.com writes: the http support in git is a hack. are you guys running git update-server-info after every commit? this is used

Re: [dev] Migration to git

2012-11-29 Thread Barbu Paul - Gheorghe
On 11/29/2012 02:25 AM, Christoph Lohmann wrote: Greetings comrades, Hello! the migration to git is nearly complete. What’s missing is your tests that everything works as expected. Now I have a question: How can be pathes for dwm be managerd via git? I mean I need a patch queue

Re: [dev] Migration to git

2012-11-29 Thread Roberto E. Vargas Caballero
How can be pathes for dwm be managerd via git? I mean I need a patch queue somehow, I'm thinking branches, I'll create a local branch with my patches applied and I will hack through its history. I usually work in this way. After generate the patch sequence I get the diff with git

Re: [dev] Migration to git

2012-11-29 Thread Rob
On Thu, Nov 29, 2012 at 09:33:23PM +0200, Barbu Paul - Gheorghe wrote: On 11/29/2012 02:25 AM, Christoph Lohmann wrote: Now I have a question: How can be patches for dwm be managed via git? I mean I need a patch queue somehow, I'm thinking branches, I'll create a local branch with my patches

Re: [dev] Re: Migration to git

2012-11-29 Thread Sam Watkins
On Thu, Nov 29, 2012 at 06:18:25PM +0100, pancake wrote: definitively, git sucks I could have told you that! lol Mercurial is obviously much, much cleaner and simpler than git. There's a reason why the suckless / cat-v / bell / google guys are using it. Oh, wait... The basic git system is

Re: [dev] Migration to git

2012-11-29 Thread uki
you can still use mercurial, with it's hg-git extension, I sometimes had small problems with it on huge repositories at work, never had any problem with open source projects (maybe it's the size or less of 'do whatever' attitude) Pozdrawiam, Łukasz Gruner 2012/11/29 Barbu Paul - Gheorghe

Re: [dev] Re: Migration to git

2012-11-29 Thread pancake
Maybe it would be easier if we just write our own suckless git frontend using libgit2. Without getoptlong and other monsters. Just design a suckless workflow and implement it in a suckless tool. I guess this tool can be also written in shellscript as a wrapper to git. Btw, nobody commented