in reply to Re^2: Thoughts on Git, Mercurial, Github, and Bitbucket.
in thread Thoughts on Git, Mercurial, Github, and Bitbucket.

No need for any conspiracy theories; copying cool features from other programs and websites is an accepted development strategy. After all, why should should you only implement your own good ideas?

  • Comment on Re^3: Thoughts on Git, Mercurial, Github, and Bitbucket.

Replies are listed 'Best First'.
Re^4: Thoughts on Git, Mercurial, Github, and Bitbucket.
by bms (Monk) on Mar 26, 2012 at 07:03 UTC
    It was a joke, but good point. However I would feel silly imitating another open source prject so closely. But hey, why not? It happens all the time.

      git and hg were both started within a couple of weeks of each other, in response to the free (lower-case "f") licences of BitKeeper being withdrawn. Neither is really an imitation of the other; any similarity is probably mostly down to the system they were both designed to replace.

      perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'