Menu

Patch submission assistance

Coldfirex
2021-07-17
2021-07-17
  • Coldfirex

    Coldfirex - 2021-07-17

    Howdy!
    I am wanting to submit a very small patch to get cppcheck running for Haiku.
    I have created the patch, but I am not sure how to upload the pull request. I am used to following a process like this:

    git clone "ssh://username@git.haiku-os.org/haiku"
    scp -p username@git.haiku-os.org:hooks/commit-msg "haiku/.git/hooks/"
    git remote set-url origin ssh://username@git.haiku-os.org/haiku
    git pull --rebase
    
    MAKE DESIRED SOURCE CODE CHANGES
    
    git commit -a -m "WebPositive: Style cleanup, no functional change"
    git push origin HEAD:refs/for/master
    

    What is the process for cppcheck?
    Thanks!

     
  • Coldfirex

    Coldfirex - 2021-07-17

    Thanks!
    Looks like it submitted at least. :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.