xetdata / xet-tools

XetHub Issue Tracker
6 stars 1 forks source link

Commit message editing through UI #28

Open erinys opened 1 year ago

erinys commented 1 year ago

Discord request: I wish we could edit the commit message on the browser directly from prior commits. It is possible to do it via git but the process is not very easy (rebase, edit log from pick to reword, then push..). Direct browser based edit would make it much easier.

Describe the solution you'd like Edit the commit message on the browser directly from prior commits.

Describe alternatives you've considered It is possible to do it via git but the process is not very easy (rebase, edit log from pick to reword, then push..)

ylow commented 1 year ago

This will be cool. Its tricky to do inside of git actually as the commit message is part of the commit hash log and cannot be easily modified without rewriting history. It is possible to address it in the server perhaps?