mergestat-lite icon indicating copy to clipboard operation
mergestat-lite copied to clipboard

UPDATE functionality

Open pjebs opened this issue 4 years ago • 5 comments

Is there someway to update for example to committer email address etc or a commit message using SQL.

pjebs avatar Dec 28 '20 23:12 pjebs

@pjebs I'm not sure if I understand - are you asking for an example query that includes the committer_email and message columns?

patrickdevivo avatar Dec 28 '20 23:12 patrickdevivo

Oh - are you saying is it possible to update/modify a git repository using a SQL UPDATE statement? If so - unfortunately that's not supported, only read only queries are currently implemented

patrickdevivo avatar Dec 28 '20 23:12 patrickdevivo

This is a feature request

pjebs avatar Dec 31 '20 19:12 pjebs

Many people want to be able to do that. That would be a cool feature

pjebs avatar Dec 31 '20 19:12 pjebs

I would like to advocate for this feature too. Using the standard git tool chain is not easy to modify commit metadata of multiple old commits.

kpym avatar Apr 17 '21 14:04 kpym