This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
Releases: nicoespeon/gitgraph.js
Releases · nicoespeon/gitgraph.js
Fix fast-forward for horizontal graphs
v1.6.1 Merge develop into master
Add fast-forward option for merges
Now you can do feature.merge(develop, { fastForward: true });
to perform a fast-forward merge if possible.
If fast-forward is not possible, it will fallback to regular merge.