@@ -74,13 +74,13 @@ videos, blog posts and other materials available from her
74
74
[ gitforteams GitHub repo] ( https://github.com/emmajane/gitforteams ) , and also in an
75
75
[ upcoming Git for Teams of One or More book] ( http://gitforteams.com/books/ ) .
76
76
77
- * [ Git + Software Freedom Conservancy Overview] ( http://thread .gmane.org/gmane.comp.version-control.git/267077/ )
77
+ * [ Git + Software Freedom Conservancy Overview] ( http://article .gmane.org/gmane.comp.version-control.git/267077 )
78
78
79
79
At the Contributor Summit that was part of the [ Git Merge 2015] ( http://git-merge.com ) ,
80
80
Jeff King, aka Peff, gave a presentation about the status of Git as a
81
81
[ Software Freedom Conservancy (SFC)] ( https://sfconservancy.org/ ) project.
82
82
83
- Git is a [ member project of the SFC since 2010] ( http ://thread.gmane. org/gmane.comp.version-control.git/159722 /) .
83
+ Git is a [ member project of the SFC since 2010] ( https ://public-inbox. org/git/20101022183027.GA12124%40sigill.intra.peff.net /) .
84
84
This gives some legal status to "The Git Project" and makes it possible for it
85
85
to handle money (around $19,000), hold domain names (git-scm.com, git-scm.org) and
86
86
[ the "Git" trademark] ( https://git-scm.com/trademark ) , and own a Mac!
@@ -116,20 +116,20 @@ about possible changes to the current situation.
116
116
117
117
### Reviews
118
118
119
- * [ "cat-file --allow-unknown-type"] ( http ://thread.gmane. org/gmane.comp.version-control.git/268262 )
119
+ * [ "cat-file --allow-unknown-type"] ( https ://public-inbox. org/git/55463094.9040204%40gmail.com/ )
120
120
121
121
Karthik Nayak, a Google Summer of Code student, has been working for
122
122
some months on developing the ` --allow-unknown-type ` option for ` git cat-file ` .
123
123
124
124
He has been helped by Eric Sunshine, Ramsay Jones, Phil Hord, Charles Bailey, David Turner, Duy Nguyen,
125
125
Jeff King and Junio Hamano, and, along the development, improving the test script led
126
- to a [ discovery and fix of a bug] ( http ://thread.gmane. org/gmane.comp.version-control. git/268306 )
126
+ to a [ discovery and fix of a bug] ( https ://public-inbox. org/git/1430724315-524-1- git-send-email-sunshine%40sunshineco.com/ )
127
127
in ` hash-object --literally ` .
128
128
129
129
The 10th iteration of his patch series was merged to the 'next' branch,
130
130
so the new option will probably appear in the next git release.
131
131
132
- * [ "git help" reorganisation] ( http ://thread.gmane. org/gmane.comp.version-control. git/268348 )
132
+ * [ "git help" reorganisation] ( https ://public-inbox. org/git/cover.1430770308. git.sebastien.guimmara%40gmail.com/ )
133
133
134
134
Sébastien Guimmara started working on improving the output of ` git help ` .
135
135
@@ -148,7 +148,7 @@ while.
148
148
In the case of Sébastien's patch series, many developers helped or got
149
149
involved in the discussions: Eric Sunshine, Junio Hamano, Stefan
150
150
Beller, Matthieu Moy, Johannes Schindelin, Johannes Sixt. Emma Jane Hogbin Westby
151
- also [ weighed in] ( http ://thread.gmane. org/gmane.comp.version-control. git/268348 /focus=268525)
151
+ also [ weighed in] ( https ://public-inbox. org/git/cover.1430770308. git.sebastien.guimmara%40gmail.com/ /focus=268525)
152
152
with her experience in teaching Git to people, which is a valuable
153
153
piece of input.
154
154
@@ -157,7 +157,7 @@ We will see how it goes and if some improvements are merged.
157
157
158
158
### Support
159
159
160
- * [ gitk won't show notes?] ( http ://thread.gmane. org/gmane.comp.version-control. git/266662 /)
160
+ * [ gitk won't show notes?] ( https ://public-inbox. org/git/551D99B9.7040200%40ubuntu.com /)
161
161
162
162
Phillip Susi had trouble getting gitk to show notes. Michael J. Gruber
163
163
tried to help him, but it didn't work when adding a note while gitk is
@@ -175,7 +175,7 @@ Paul agreed that indeed works need to be done to fix this problem. He
175
175
asked if ` git notes list ` is the best way to find out all the current
176
176
notes, and Johan Herland who developed ` git notes ` answered yes.
177
177
178
- * [ git ls-files wildcard behavior considered harmful] ( http ://thread.gmane. org/gmane.comp.version-control. git/266486 /)
178
+ * [ git ls-files wildcard behavior considered harmful] ( https ://public-inbox. org/git/20150330230459.GA13927%40kitenet.net /)
179
179
180
180
Joey Hess who is developing [ git-annex] ( https://git-annex.branchable.com/ ) was surprised by how
181
181
` git ls-files ` expands wildcard characters like ` *[] ` and the fact that escaping these characters
@@ -204,16 +204,16 @@ environment variable have been created especially for this purpose and
204
204
it is a good idea to use them in script or tools, like GitHub is doing
205
205
on their servers.
206
206
207
- * [ No longer builds with NO_IPV6?] ( http ://thread.gmane. org/gmane.comp.version-control.git/268406 )
207
+ * [ No longer builds with NO_IPV6?] ( https ://public-inbox. org/git/CAK4aQQJ9yT8%2BQ9jPQ78cauhyPj3j5WmpgrQJ5%3DcA-ECjaWn8BQ%40mail.gmail.com/ )
208
208
209
209
Eduardo Espejo found that Git does not compile anymore when using the
210
210
` NO_IPV6 ` configuration switch. And it is not the first time that
211
- [ someone finds out that Git such a ` NO_IPV6 ` breakage] ( http ://thread.gmane. org/gmane.comp.version-control. git/28033 /) .
211
+ [ someone finds out that Git such a ` NO_IPV6 ` breakage] ( https ://public-inbox. org/git/20060928184814.GA4294%40steel.home /) .
212
212
213
213
This time Junio Hamano, the Git maintainer, fixed the breakage in
214
214
"daemon.c", but more importantly found that ` NO_CURL ` and ` NO_EXPAT `
215
215
configurations did not to pass the test suite.
216
- So helped by Jeff King [ he quickly fixed that too] ( http ://thread.gmane. org/gmane.comp.version-control.git/268467 /) .
216
+ So helped by Jeff King [ he quickly fixed that too] ( https ://public-inbox. org/git/xmqq6185d4o1.fsf%40gitster.dls.corp.google.com /) .
217
217
And now he has a nightly cron job to try building
218
218
and testing a few selected configurations.
219
219
@@ -251,7 +251,7 @@ work on Git scalability issues. If you are interested please contact
251
251
252
252
### Event
253
253
254
- [ GSoC 2015: 2 accepted proposals] ( http ://thread.gmane. org/gmane.comp.version-control.git/267878 )
254
+ [ GSoC 2015: 2 accepted proposals] ( https ://public-inbox. org/git/vpqoam9mjuo.fsf%40anie.imag.fr/ )
255
255
256
256
For a long time Git has been participating in [ the Google Summer of Code] ( http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2015/about_page ) .
257
257
This summer two students, Paul Tan and Karthik Nayak, mentored by four experienced Git developers, Johannes Schindelin, Stefan Beller, Matthieu Moy and Christian Couder, will work on improving Git and will receive a stipend from Google.
0 commit comments