Developer Documentation - Proxmox VE
pve.proxmox.com › wiki › Developer_Documentation# git send-email --to=pve-devel@lists.proxmox.com my-patches/00*.patch # rm -rf my-patches/ # to clean left-overs If you wish to write comments for individual patches, you can do that either in the cover-letter, or in the patch's commit summary section (between the line consisting of 3 consecutive dashes ending your commit message and before ...
GitHub - proxmox/pve-kernel
https://github.com/proxmox/pve-kernelFrom a git point-of-view, the copied directory remains clean even with extra patches applied since it does not contain a .git directory, but a reference to the (still pristine) submodule: $ cat build/ubuntu-impish/.git If you mistakenly cloned the upstream repo as "normal" clone (not via the submodule mechanics) this means that you have a real .git directory with its independent …
GitHub - proxmox/pve-kernel
github.com › proxmox › pve-kernelFrom a git point-of-view, the copied directory remains clean even with extra patches applied since it does not contain a .git directory, but a reference to the (still pristine) submodule: $ cat build/ubuntu-impish/.git If you mistakenly cloned the upstream repo as "normal" clone (not via the submodule mechanics) this means that you have a real ...
Developer Documentation - Proxmox VE
https://pve.proxmox.com/wiki/Developer_Documentation# git send-email --to=pve-devel@lists.proxmox.com my-patches/00*.patch # rm -rf my-patches/ # to clean left-overs If you wish to write comments for individual patches, you can do that either in the cover-letter, or in the patch's commit summary section (between the line consisting of 3 consecutive dashes ending your commit message and before the list of files with their change …
git | Proxmox Support Forum
forum.proxmox.com › tags › gitDec 12, 2019 · The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get your own in 60 seconds. Buy now!
git | Proxmox Support Forum
https://forum.proxmox.com/tags/git23.07.2021 · git; Replies: 1; Forum: Proxmox VE: Installation and configuration [SOLVED] Troubles creating Git/Quilt patches for PVE. Hi there, I am trying to test an idea for a minor change to the behaviour of a function in the vma-reader.c file in the pve-qemu-kvm repository, but I'm having a very hard time getting my change into the source and ...