From ef10cbdae097ab6e94efce16103e97587b36852c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 1 Aug 2020 14:38:05 +0200 Subject: make pre merge instructions consistent again commit 7ff84293b012b6787888d9551c7a092492568e6f broke that --- README.Mageia.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Mageia.md b/README.Mageia.md index f9dd9b0b..99bf35b6 100644 --- a/README.Mageia.md +++ b/README.Mageia.md @@ -99,7 +99,7 @@ You can then push this to us quite happily: #### Merging -Before doing a merge, it's good to minimize the changes with upstream. For example, if the fork is based upon 9.78, first check for the changes. Use: +Before doing a merge, it's good to minimize the changes with upstream. For example, if the fork is based upon 10.04, first check for the changes. Use: $ git diff 10.04...mga/distro/mga ':!man/' ':!mageia' ':!po-mageia' ':!man-mageia' @@ -108,7 +108,7 @@ In above command git is instructed to hide certain directories. Make sure to run We try to stick to merging only upstream tags. To do this we would simply do: $ git checkout distro/mga - $ git merge 9.78 + $ git merge 10.04 You then have the fun job of fixing the (no doubt) numerous conflicts! @@ -121,7 +121,7 @@ If you have decided to revert a file to the upstream version in your commit, ple #### Super patch Periodically, we will generate a **super patch** containing all our changes. This patch is generated from the upstream tag of the tarball we are using and our current HEAD. It is generated via a command similar to: - $ git diff 9.78..mga/distro/mga | xz >initscripts-mgaconf.patch.xz + $ git diff 10.04..mga/distro/mga | xz >initscripts-mgaconf.patch.xz * Note that the *upstream* branch for *distro/mga* is used (as it's prefixed with the remote name *mga/*). This is because you should be careful to only generate the super patch from changes you **have already pushed**. If you do not do this other contributors may not be able to verify your patch and some commits may even be lost. You have been warned! -- cgit v1.2.1