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