You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This announcement was met with a lot of enthusiasm from the community,
93
93
especially from the [Git for Windows](https://msysgit.github.io/)
94
-
developers.
94
+
developers. Junio Hamano, the Git maintainer, also liked the idea and pointed out that
95
+
submitGit would be usable for an even wider audience if it only required
96
+
[a narrower scope of GitHub authorization](http://thread.gmane.org/gmane.comp.version-control.git/269733),
97
+
which [submitGit was updated to reflect a few days
98
+
later](https://github.com/rtyley/submitgit/pull/3) - improvements are still coming!
95
99
96
-
Junio Hamano, the Git maintainer, liked it a lot too and wanted to try
97
-
it, but the application, which uses GitHub authentication,
98
-
[requires too much authorization](http://thread.gmane.org/gmane.comp.version-control.git/269733),
99
-
which made it risky and made him uncomfortable to try it out.
100
-
Roberto [fixed this issue](https://github.com/rtyley/submitgit/pull/3) quickly.
101
-
It it now safe to use this service, and aspiring contributors are encouraged to try it out.
100
+
Aspiring contributors are encouraged to try submitGit out, and provide feedback
101
+
on the mailing list or on the project's [GitHub issues](https://github.com/rtyley/submitgit/issues).
102
102
103
103
*[git-multimail resurrected!](http://thread.gmane.org/gmane.comp.version-control.git/270239) (*written by Matthieu Moy*)
104
104
@@ -144,13 +144,13 @@ to allow clean/smudge filters to quit before reading their input fully.
144
144
Christian Halstrick said that he sometimes gets "invalid channel 101"
145
145
errors when pushing over HTTP using a JGit client.
146
146
147
-
He had already deeply debugged the problem which appears when quotas
148
-
on the filesystem prevent the Git server to store a big packfile. The
149
-
server then sends back a packet line "0013error: ..." to the client,
150
-
but the client think that sideband communication should still be used,
151
-
so it interprets the "e" from "error" as a channel number. The ascii
152
-
code of "e", which is 101 in decimal, is the reason why the error is
153
-
"invalid channel 101".
147
+
He had already debugged the problem and noticed it only appeared when
148
+
quotas on the filesystem prevented the Git server from storing a big
149
+
packfile. In these cases, the server sends back a packet line
150
+
"0013error: ..." to the client; but the client, thinking the sideband
151
+
communication should still be used, interprets the "e" from "error"
152
+
as a channel number. The ascii code of "e", which is 101 in
153
+
decimal, is the reason why the error is "invalid channel 101".
154
154
155
155
Christian asked a few questions to get more information about when
156
156
sideband communication should happen and how a server should respond
@@ -243,12 +243,12 @@ __Git tools and sites__
243
243
*[WDX_GitCommander](https://github.com/Darthholi/WDX_GitCommander), Git plugin for Total Commander
244
244
*[git-migrate](https://github.com/afshinm/git-migrate), a simple shell script to move Git repositories from one server to another
245
245
*[git-hooks](https://github.com/juanpabloaj/git-hooks) shows useful example hooks by language and hook name. Still quite empty, but interesting
246
-
*[GitCop](https://gitcop.com/) offers automitic inspection of commit messages pushed to GitHub
246
+
*[GitCop](https://gitcop.com/) offers automatic inspection of commit messages pushed to GitHub
247
247
*[Gitgest](https://github.com/ccidral/gitgest), a bash script that emails git commit digests in HTML format
248
248
*[git-sham](https://bitbucket.org/tpettersen/git-sham) manipulates the `GIT_COMMITTER_DATE` of the most recent commit until the SHA matches a particular pattern :)
249
249
250
250
## Credits
251
251
252
252
This edition of Git Rev News was curated by Christian Couder <<christian.couder@gmail.com>>,
253
253
Thomas Ferris Nicolaisen <<tfnico@gmail.com>> and Nicola Paolucci <<npaolucci@atlassian.com>>
254
-
with help from Junio C Hamano and Matthieu Moy.
254
+
with help from Junio C Hamano, Matthieu Moy, Emma Jane Hogbin Westby, Roberto Tyley and Mikachu.
0 commit comments