digitalmars.D - first git commit
- Andrei Alexandrescu (5/5) Jan 23 2011 We've moved the entire camp to github: dmd compiler, phobos, druntime,
- Andrej Mitrovic (3/3) Jan 23 2011 I like the new diff. Although there doesn't seem to be syntax
- Jacob Carlborg (6/9) Jan 24 2011 Yes, I never seen syntax highlighting for the language in diffs. It's
- foobar (2/12) Jan 23 2011 I've moved my team at work to git more than two years ago and it improve...
- Caligo (3/8) Jan 23 2011 What about the GDC team? Are they planning to switch to Git as well?
- Iain Buclaw (6/23) Jan 24 2011 What do we have to do with this? I don't think we have much to gain from...
- Russel Winder (26/30) Jan 24 2011 moving
- Andrew Wiley (2/22) Jan 24 2011 GDC is currently on Mercurial on Bitbucket.
- Russel Winder (15/17) Jan 24 2011 In which case there seems no point in even thinking about Git and
- Lutger Blijdestijn (3/12) Jan 24 2011 Congrats! Isn't it shiny?
- bearophile (4/6) Jan 24 2011 Very good Andrei, this is another little step forward for D. May the For...
- Vladimir Panteleev (9/13) Jan 25 2011 Great!
We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6 Andrei
Jan 23 2011
I like the new diff. Although there doesn't seem to be syntax highlighting (or is that usual for diffs?). Anyway, congrats!
Jan 23 2011
On 2011-01-24 05:51, Andrej Mitrovic wrote:I like the new diff. Although there doesn't seem to be syntax highlighting (or is that usual for diffs?). Anyway, congrats!Yes, I never seen syntax highlighting for the language in diffs. It's just the actual diff that gets highlighted, green for added and red for removed. -- /Jacob Carlborg
Jan 24 2011
Andrei Alexandrescu Wrote:We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6 AndreiI've moved my team at work to git more than two years ago and it improved work-flow and speed of development by a few orders of magnitude. Based on my experience with git, this is a huge step forward for D development. Congratulations.
Jan 23 2011
On Sun, Jan 23, 2011 at 10:14 PM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6 AndreiWhat about the GDC team? Are they planning to switch to Git as well?
Jan 23 2011
== Quote from Caligo (iteronvexor gmail.com)'s article--000e0cd2df0ab55eda049a91f318 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Jan 23, 2011 at 10:14 PM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-What do we have to do with this? I don't think we have much to gain from moving to git. It's not likely to have much effect on the level of interest people have towards contributing anyway. I could ask around, they'd probably tell me to fork off though. 8-)AndreiWhat about the GDC team? Are they planning to switch to Git as well?
Jan 24 2011
On Mon, 2011-01-24 at 15:37 +0000, Iain Buclaw wrote: [ . . . ]What do we have to do with this? I don't think we have much to gain from =movingto git. It's not likely to have much effect on the level of interest peop=le havetowards contributing anyway.If you are currently using Subversion then there is masses to be gained by moving to Git in line with the rest of the D development effort. I guess GCC itself is still Subversion? Bazaar is a GNU project, and this tipped the balance such that Emacs was pushed to shift from Subversion to Bazaar. The change caused a lot of heated aggravation between the Bazaar, Mercurial and Git advocates. Normal then ;-) I don't know which direction the GCC crew would go, but I guess GDC needs to ensure it is compatible -- though Git, Mercurial and Bazaar can always work with a Subversion repository, Bazaar in a much smoother DVCS way that the other two.I could ask around, they'd probably tell me to fork off though. 8-)Or they might say "about forking time" ;-) --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel russel.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Jan 24 2011
On Mon, Jan 24, 2011 at 11:01 AM, Russel Winder <russel russel.org.uk>wrote:On Mon, 2011-01-24 at 15:37 +0000, Iain Buclaw wrote: [ . . . ]GDC is currently on Mercurial on Bitbucket.What do we have to do with this? I don't think we have much to gain frommovingto git. It's not likely to have much effect on the level of interestpeople havetowards contributing anyway.If you are currently using Subversion then there is masses to be gained by moving to Git in line with the rest of the D development effort. I guess GCC itself is still Subversion? Bazaar is a GNU project, and this tipped the balance such that Emacs was pushed to shift from Subversion to Bazaar. The change caused a lot of heated aggravation between the Bazaar, Mercurial and Git advocates. Normal then ;-) I don't know which direction the GCC crew would go, but I guess GDC needs to ensure it is compatible -- though Git, Mercurial and Bazaar can always work with a Subversion repository, Bazaar in a much smoother DVCS way that the other two.I could ask around, they'd probably tell me to fork off though. 8-)Or they might say "about forking time" ;-)
Jan 24 2011
On Mon, 2011-01-24 at 11:03 -0600, Andrew Wiley wrote: [ . . . ]=20 GDC is currently on Mercurial on Bitbucket.=20In which case there seems no point in even thinking about Git and GitHub. In terms of workflow Mercurial/BitBucket and Git/GitHub are fundamentally the same. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel russel.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Jan 24 2011
Andrei Alexandrescu wrote:We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6AndreiCongrats! Isn't it shiny?
Jan 24 2011
Andrei:We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer.Very good Andrei, this is another little step forward for D. May the Fork be with you :-) Bye, bearophile
Jan 24 2011
On Mon, 24 Jan 2011 06:14:17 +0200, Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:We've moved the entire camp to github: dmd compiler, phobos, druntime, website, installer. I'm happy to report that we have our first git commit: https://github.com/D-Programming-Language/phobos/commit/81a4a4034aabe83d41cf2a0a202fedb428da66b6Great! I put together a UserScript which turns text like "issue XXXX" into Bugzilla links. It's based on Linkify Plus. http://dump.thecybershadow.net/b7d2e2759116df7a83ee2f4678856a1e/dbuglinks.user.js -- Best regards, Vladimir mailto:vladimir thecybershadow.net
Jan 25 2011