mergestat / mergestat-lite

Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊
https://mergestat.com/
MIT License
3.47k stars 105 forks source link

UPDATE functionality #95

Open pjebs opened 3 years ago

pjebs commented 3 years ago

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

patrickdevivo commented 3 years ago

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

patrickdevivo commented 3 years ago

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

pjebs commented 3 years ago

This is a feature request

pjebs commented 3 years ago

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

kpym commented 3 years ago

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.