Gitlab raw commit adder

Replace the mangled commit message with the full patch, which is in general more useful to the experienced git user than the web UI, where you have to change views multiple time to see the contents of a commit and it's impossible to get the raw patch (other than appending .patch to the URL).

लेखक
Marcus_
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
4
रेटिंग
0 0 0
आवृत्ती
1.2
बनवली
2022-03-15
अपडेट केली
2022-03-15
आकार
1.51 KB
License
GPL-2.0
यांवर लागू होते:

Gitlab has a very mangled view of git commit messages and omits crucial information – like the actual commiter line, if the user has been found as gitlab user). This makes reviewing MRs a nightmare.

This script simply replaces the mangled commit message with the full patch, which is in general more useful to the experienced git user than the web UI, where you have to change views multiple time to see the contents of a commit and it's impossible to get the raw patch (other than appending .patch to the URL).