What is the difference between bzr and git?

Asked by Samuel Bronson

I'm wondering how the bzr repository model differs from that of git. (Shouldn't this be in http://bazaar-vcs.org/FAQ ?)

I know that the git repository model boils down to a DAG (directed acyclic graph) of commits (each consisting of a file tree coupled with a description, author, committer, date, etc.), where all out-edges (parents) of a commit are determined at commit creation time.

Is there a similar description of the bzr model, and if not, what makes bzr's model more complicated? (Note: I am a darcs fan, and therefore do not mean to imply that having a more complicated model is necessarily bad.)

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marius Kruger (amanica) said :
#1

there is some content on the wiki.
it might not answer all your questions, but you may still find it
interesting:
http://bazaar-vcs.org/BzrVsGit
http://bazaar-vcs.org/BzrForGITUsers
http://bazaar-vcs.org/BazToBazaar
http://bazaar-vcs.org/HistoryOfBazaar

Can you help with this problem?

Provide an answer of your own, or ask Samuel Bronson for more information if necessary.

To post a message you must log in.