Changes

Jump to navigation Jump to search
28 bytes added ,  18:31, 4 January 2019
→‎Make a patch: Fix git send-email example to use "criu-dev" instead of "master" branch
Line 58: Line 58:  
To create a patch, run
 
To create a patch, run
   −
     git format-patch
+
     git format-patch --signoff origin/criu-dev
    
You might need to read GIT documentation on how to prepare patches
 
You might need to read GIT documentation on how to prepare patches
Line 68: Line 68:  
      
 
      
 
   git send-email --cover-letter --no-chain-reply-to --annotate \
 
   git send-email --cover-letter --no-chain-reply-to --annotate \
                 --confirm=always --to=criu@openvz.org master
+
                 --confirm=always --to=criu@openvz.org criu-dev
    
Note that the <code>git send-email</code> subcommand may not be in
 
Note that the <code>git send-email</code> subcommand may not be in
277

edits

Navigation menu