From e5de98d7bc70d8b1e09fcf616ce129d2e4eddd6b Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sun, 16 Aug 2020 06:35:42 +0000 Subject: 2020-08-16T06:30:01Z --- qemu-init.html | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) (limited to 'qemu-init.html') diff --git a/qemu-init.html b/qemu-init.html index dbee1b2826c7..28451f2cabbc 100644 --- a/qemu-init.html +++ b/qemu-init.html @@ -42,21 +42,47 @@ 16
$ pmaint sync qemu-init
 
- 17
Already up to date.
+            17
warning: Pulling without specifying how to reconcile divergent branches is
 
- 18
*** syncing qemu-init
+            18
discouraged. You can squelch this message by running one of the following
 
- 19
*** synced qemu-init
+            19
commands sometime before your next pull:
 
- 20
 * Sync succeeded
+            20
 
- 21
$ git log --format=%ci -1
+            21
  git config pull.rebase false  # merge (the default strategy)
 
- 22
$ git show -q --pretty=format:%G? HEAD
+            22
  git config pull.rebase true   # rebase
 
- 23
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 qemu-init
+            23
  git config pull.ff only       # fast-forward only
 
- 24
 * Cache regenerated successfully
+            24
+
+ 25
You can replace "git config" with "git config --global" to set a default
+
+ 26
preference for all repositories. You can also pass --rebase, --no-rebase,
+
+ 27
or --ff-only on the command line to override the configured default per
+
+ 28
invocation.
+
+ 29
+
+ 30
Already up to date.
+
+ 31
*** syncing qemu-init
+
+ 32
*** synced qemu-init
+
+ 33
 * Sync succeeded
+
+ 34
$ git log --format=%ci -1
+
+ 35
$ git show -q --pretty=format:%G? HEAD
+
+ 36
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 qemu-init
+
+ 37
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad