mach-composer-cli
mach-composer-cli copied to clipboard
When creating an initial version for a component we don't want to gather commits
Currently when we create the initial component version gathering the commits that lead to this version runs from the start of the git history. This becomes very slow in large code bases.
A solution would be to not add commit history on initial commit, as this contains very little information that is actually relevant. Instead we should just create the version empty. Later versions should still fetch git history