← Back to team overview

openerp-community team mailing list archive

Re: "Merge pull request" considered harmful

 

[offtopic]:

don't forget this excellent reference learning material for git:
http://git-man-page-generator.lokaltog.net/

Out of curiosity, in case you're wondering how these generators work, they're based on Markov chains (https://en.wikipedia.org/wiki/Markov_chain): - based on the original docs you build a statistical matrix for probability of "x" word to be followed by "y" word. - you then use it for a random walk jumping from a word to the next, building the fake docs in the process.

It can be a very fun programming experiment.

/DR



References