Monday, October 2, 2017

GitMinutes #43: Johannes Schindelin on Contributing to Git




Link to mp3


Donate using Liberapay


Listen to the episode on YouTube

In this episode we talk to Git contributor and maintainer of Git for Windows, Johannes Schindelin. He has a lot of thoughts and ideas on development, community and code reviews, especially in open source and especially in the development of Git itself.

We talk to Johannes about the difficulties of contributing to Git itself, and tools that could make the experience more user friendly, like for example public-inbox, which is both a mailing list archive and a Git repository.


Outline:
00:00:00 Intro 
00:00:46 Hello Johannes 
00:01:01 What was the most interesting discussion at the dev summit? 
00:02:44 How does the mailing list for Git really work 
00:03:34 What is Public Inbox? 
00:08:14 How can patches be aligned with public inbox topics? 
00:14:34 Let's talk about the What's Cooking email 
00:20:22 What about tracking patch series that get rewritten? 
00:22:05 Gerrit solves this with a change-id, can we do that for the Git mailing list? 
00:23:43 What would happen if we allowed HTML mails onto the mailing list? 
00:26:54 Should the review take place locally or online? 
00:28:09 If we had this standard format for doing reviews, how could we use it otherwise? 
00:29:22 How can we make this happen? 
00:30:43 Anything else you want to share from the conference? 
00:33:03 Outro

Tuesday, September 26, 2017

GitMinutes #42: Erik from Atlassian on Clone Bundles


Link to mp3



Listen to the episode on YouTube

In this episode I’m talking to Erik van Zeist. He’s a developer from Atlassian BitBucket, and at Git Merge this year, he shared some interesting experiments they have been making using clone bundles, which is a technique from Mercurial that will dramatically improve performance of repository cloning. Now they have also started experimenting with doing clone bundles with Git.

Outline:

00:01:23 Tell us about clone bundles
00:03:29 Is this a server-side or a client-side extension?
00:04:28 Are you already using it on Bitbucket?
00:04:49 What sort of resources does clone bundles save?
00:06:00 How does it work with the bundle on a CDN and subsequent changes?
00:07:13 How does Mercurial content negotiation differ from Git?
00:08:29 What else do we need to make this work?
00:10:22 How does it work on the client exactly?
00:11:01 How are you going to integrate this with main Git?
00:12:12 Could this be something that the Git client tools should provide?
00:13:55 What did the other Git contributors think about the idea?
00:15:32 Is a clone that was made using clone bundles different from a normal clone?
00:16:46 Is this for pulling or only for initial clone?
00:18:10 Anything else you want to share?
00:19:51 Outro

Monday, May 8, 2017

GitMinutes #41: Stefan Beller and J. Wyman (Git Merge 2017)

We are (temporarily) back after a long hiatus! What triggers this action is Git Merge 2017 that took place in Brussels back in February. This is the first of multiple episodes from the conference.


Link to mp3






Listen to the episode on YouTube

First up is Stefan Beller of Google. He is a Git core contributor who has recently been picking up git-submodules to bring them back into shape. We'll hear about his current work on that. It's not the first time Stefan is on the podcast, back in 2015 he spoke about improving the Git protocol.
GitMinutes recording setup in the mysterious "up-side-down room".
Second guest of the day is J Wyman from Microsoft. There's been quite some development on Windows and in Visual Studio since I last had them on the podcast (Martin Woodward in 2013, and Jameson Miller in 2015) now J gives us a well-needed update.

Episode outline:

00:00:00 Intro 
00:02:22 Submodules at the contributors' summit? 
00:03:07 Why do people hate on submodules so much? 
00:04:12 Aren't submodules done and ready? 
00:05:25 What is the difference to other multi-repo handlers? 
00:06:59 Plan for the future? 
00:07:52 Welcome J Wyman 
00:08:17 What were the highlights from the contributors' summit? 
00:08:54 What do you do at Microsoft? 
00:10:22 What are the issues with switching away from libgit2? 
00:11:21 Are you still using libgit2 anywhere? 
00:13:10 How do you use core Git? 
00:14:16 Which of the discussed Git improvements are most interesting? 
00:15:07 Who contributes to Git from Microsoft? 
00:16:18 Anything else I should ask you about? 
00:17:43 Outro

Intro script:
As you may or may not know, during the Git Merge conference, which is sort of a user-oriented happening, there is a less known event taking place called the Git Contributor Summit, where many of the contributors to Git itself get together to talk core development, face to face. This is a gold mine for GitMinutes interviews, and this is the third Git-Merge I’ve gone to with my wife’s trusty singstar microphones.
I got a total of 8 interviews, and it’s all top-notch quality talk with core contributors and people with some really hefty ideas on how to bring Git forward in the years to come. AGAIN Git Merge was a place to talk about scaling Git, but we also discussed how to get more diverse contributions into Git itself, and how to advance the current world state of discussions and reviews *around* commits. You’ll hear more about that in the coming episodes. 
For the first of the two interviews in this episode, I grabbed Stefan Beller from Google. He is a seasoned Git-Merge participant and core contributor. You may remember that I interviewed him two years ago. At the contributor summit this year he brought up one of the most hated (and perhaps also most loved) parts of Git itself: submodules!

After that I talk to J Wyman from Microsoft about how they are now actually using the full Git core from within Visual Studio, among many interesting things he has to report from Redmond.