GitCommunity
(Talk) (Add something about GitTogether) |
|||
(22 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
= Mailing List = | = Mailing List = | ||
− | The best place to talk about Git | + | The best place to talk about Git, get questions answered, or report bugs is usually the mailing list. You don't even need to be subscribed to post, just send an email to: |
* git@vger.kernel.org | * git@vger.kernel.org | ||
Line 9: | Line 9: | ||
* majordomo@vger.kernel.org | * majordomo@vger.kernel.org | ||
With an empty subject line and the words "subscribe git" in the message body. | With an empty subject line and the words "subscribe git" in the message body. | ||
+ | |||
+ | There's also a users mailing list where the list volume is much lower. For some users this might be more comfortable. | ||
+ | * http://groups.google.com/group/git-users | ||
= Mailing List Archives = | = Mailing List Archives = | ||
Line 14: | Line 17: | ||
* [http://dir.gmane.org/gmane.comp.version-control.git Gmane archive], with web interface using [http://news.gmane.org/gmane.comp.version-control.git frames], [http://blog.gmane.org/gmane.comp.version-control.git blog-like interface], [nntp://news.gmane.org/gmane.comp.version-control.git NNTP interface] (Usenet interface) and [http://rss.gmane.org/topics/excerpts/gmane.comp.version-control.git RSS feeds]. | * [http://dir.gmane.org/gmane.comp.version-control.git Gmane archive], with web interface using [http://news.gmane.org/gmane.comp.version-control.git frames], [http://blog.gmane.org/gmane.comp.version-control.git blog-like interface], [nntp://news.gmane.org/gmane.comp.version-control.git NNTP interface] (Usenet interface) and [http://rss.gmane.org/topics/excerpts/gmane.comp.version-control.git RSS feeds]. | ||
− | * [http://marc. | + | * [http://marc.info/?l=git Git mailing list archive at MARC], Mailing list ARChives, with search. |
* [http://www.gelato.unsw.edu.au/archives/git/ Alternate Australian archive] (<code><nowiki>www.gelato.unsw.edu.au</nowiki></code>) (last updated Feb 2007). | * [http://www.gelato.unsw.edu.au/archives/git/ Alternate Australian archive] (<code><nowiki>www.gelato.unsw.edu.au</nowiki></code>) (last updated Feb 2007). | ||
* [http://www.spinics.net/lists/git/ spinics.net archive] (least used) | * [http://www.spinics.net/lists/git/ spinics.net archive] (least used) | ||
Line 25: | Line 28: | ||
You can read (selected) threads using RSS feeds | You can read (selected) threads using RSS feeds | ||
* From [http://dir.gmane.org/gmane.comp.version-control.git GMane archive] you can read all messages or all topics, with full or with excepted texts. | * From [http://dir.gmane.org/gmane.comp.version-control.git GMane archive] you can read all messages or all topics, with full or with excepted texts. | ||
− | * From [http://gitrss.q42.co.uk/ GIT Mailing List RSS Feeds] you can read | + | * From [http://gitrss.q42.co.uk/ GIT Mailing List RSS Feeds] you can read ''selected'' threads (ANNOUNCE, msysGit Herald, Notes from maintainer, What's in...). |
= IRC = | = IRC = | ||
<!-- ## [[MoinMoin]] doesn't understand irc:// pseudoprotocol (IRC URL). | <!-- ## [[MoinMoin]] doesn't understand irc:// pseudoprotocol (IRC URL). | ||
--> | --> | ||
− | For quick questions or just to hang out with fellow git enthusiasts, join the #git | + | For quick questions or just to hang out with fellow git enthusiasts, join the #git or #git-devel channels on irc.freenode.net. |
* [http://colabti.org/irclogger/irclogger_logs/git Official #git channel log] | * [http://colabti.org/irclogger/irclogger_logs/git Official #git channel log] | ||
− | * [http://pasky.or.cz/~pasky/cp/ | + | * [http://colabti.org/irclogger/irclogger_logs/git-devel Official #git-devel channel log] |
+ | * [http://pasky.or.cz/~pasky/cp/%23git/ Historical #git channel log] | ||
− | = | + | = Submitting Patches = |
− | + | * [http://git.kernel.org/?p=git/git.git;a=blob_plain;f=Documentation/CodingGuidelines;hb=master Documentation/CodingGuidelines] | |
+ | * [http://git.kernel.org/?p=git/git.git;a=blob_plain;f=Documentation/SubmittingPatches;hb=master Documentation/SubmittingPatches] | ||
+ | * [http://sites.google.com/site/maintnotes/ A note from the maintainer] | ||
= [[GitTogether]] = | = [[GitTogether]] = | ||
These are events when git developers and users physically meet in the same place. | These are events when git developers and users physically meet in the same place. | ||
+ | See the [[GitTogether]] page for more information. | ||
---- | ---- | ||
− | [[ | + | [[Category:GitHomepage]] ([http://git.or.cz/#community Community]) |
__NOTOC__ | __NOTOC__ |
Latest revision as of 14:01, 14 April 2013
[edit] Mailing List
The best place to talk about Git, get questions answered, or report bugs is usually the mailing list. You don't even need to be subscribed to post, just send an email to:
- git@vger.kernel.org
You can find more official information about the mailing list here:
The list volume is around 100 posts per day, to subscribe send an email to:
- majordomo@vger.kernel.org
With an empty subject line and the words "subscribe git" in the message body.
There's also a users mailing list where the list volume is much lower. For some users this might be more comfortable.
[edit] Mailing List Archives
There are several sites that archive all of the mailing list traffic so that you can search for discussions that have happened in the past:
- Gmane archive, with web interface using frames, blog-like interface, NNTP interface (Usenet interface) and RSS feeds.
- Git mailing list archive at MARC, Mailing list ARChives, with search.
- Alternate Australian archive (
www.gelato.unsw.edu.au
) (last updated Feb 2007). - spinics.net archive (least used)
- mail-archive of git@vger.kernel.org (last updated Sep 2005).
- lists.zerezo.com archive
You can read ongoing threads without subscribing via GMane news (Usenet) gateway:
You can read (selected) threads using RSS feeds
- From GMane archive you can read all messages or all topics, with full or with excepted texts.
- From GIT Mailing List RSS Feeds you can read selected threads (ANNOUNCE, msysGit Herald, Notes from maintainer, What's in...).
[edit] IRC
For quick questions or just to hang out with fellow git enthusiasts, join the #git or #git-devel channels on irc.freenode.net.
[edit] Submitting Patches
[edit] GitTogether
These are events when git developers and users physically meet in the same place. See the GitTogether page for more information.
(Community)