• [^] # Re: Qu'est-ce qu'utilisent les plus gros projets ?

    Posté par . En réponse à la dépêche Nouveautés autour de Git. Évalué à 10. Dernière modification le 30 octobre 2012 à 18:06.

    Github est accessible en mode texte pour l'essentiel depuis peu : https://gist.github.com/3342247

    Linus Torvalds a dit tout le mal qu'il pensait de la façon dont github pervertit la notion de pull request :
    https://github.com/torvalds/linux/pull/17#issuecomment-5654674

    I don't do github pull requests. github throws away all the relevant information,
    like having even a valid email address for the person asking me to pull.
    The diffstat is also deficient and useless. Git comes with a nice pull-request generation
    module, but github instead decided to replace it with their own totally inferior version.
    As a result, I consider github useless for these kinds of things. It's fine for hosting,
    but the pull requests and the online commit editing, are just pure garbage.
    I've told github people about my concerns, they didn't think they mattered, so I gave up.
    Feel free to make a bugreport to github.

    Linus