https://github.com/etcwilde/mergetree-js
MergeTree Bitbucket Plugin/Integration in Javascript
https://github.com/etcwilde/mergetree-js
Last synced: 11 months ago
JSON representation
MergeTree Bitbucket Plugin/Integration in Javascript
- Host: GitHub
- URL: https://github.com/etcwilde/mergetree-js
- Owner: etcwilde
- Created: 2016-12-08T21:04:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T07:52:02.000Z (over 9 years ago)
- Last Synced: 2025-01-11T12:47:27.378Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MergeTree
Evan Wilde | University of Victoria | 2016
## MergeTrees
MergeTrees are a way of organizing commits in git repositories.
Git uses a directed-acyclic-graph to store the commit and merges.
This isn't useful for seeing how commits flow from being authored into the master
branch of the repository.
This plugin implements the Mergetree as a plugin for Bitbucket. The MergeTree has
been implemented to work with the [Linux Kernel](http://li.turingmachine.org) and is now
going to be generalized to work with other repositories as well.