summaryrefslogtreecommitdiffstats
path: root/computer/linus-on-github.rst
blob: 9f34643b96ab6fc0d9b3008a0ad8f1f17cbd47f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Linus on github
###############

:date: 2012-06-14T06:35:10
:category: computer
:tags: git, github

Just to record for myself link to `the awesome discussion about
deficiencies of github`_. I have been tempted lately to the sweet
proprietary arms of github lately (yes, their cheap commenting threads
are a killer feature and as awesome as cheap branches in git itself). It
also leads to `the very nice blogpost on git commit messages`_.

It is unfortunately very rare to get a good comparison between GitHub
and gitweb+git based on their technical merit, so the proprietary nature
of github then stands as the only problem of github.

I should also take a longer look at ``git request-pull (1)``. Apparently
its documentation is its weakest part (see `example result`_ and
`Linus’s comment on what consitutes a good pull request`_).

.. _`the awesome discussion about deficiencies of github`:
    https://github.com/torvalds/linux/pull/17#issuecomment-5654674
.. _`the very nice blogpost on git commit messages`:
    http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
.. _`example result`:
    https://groups.google.com/group/linux.kernel/browse_thread/thread/c3de7bbe9bb73cf5/1d61f01ea9ec3c67?show_docid=1d61f01ea9ec3c67&pli=1
.. _`Linus’s comment on what consitutes a good pull request`:
    https://github.com/torvalds/linux/pull/17#issuecomment-5663780