mach-composer-cli icon indicating copy to clipboard operation
mach-composer-cli copied to clipboard

When creating an initial version for a component we don't want to gather commits

Open demeyerthom opened this issue 1 year ago • 0 comments

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

demeyerthom avatar Sep 25 '24 09:09 demeyerthom