diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-23 15:04:56 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-23 15:04:56 +0000 |
commit | 4566e6e51f4518e176d7dba54006b8693ee53993 (patch) | |
tree | 864b1d82e6cb0278a8eaf753661642833ea4c7a3 /interactive-fiction.txt | |
parent | 2020-12-23T14:30:01Z (diff) | |
download | repos-4566e6e51f4518e176d7dba54006b8693ee53993.tar.gz repos-4566e6e51f4518e176d7dba54006b8693ee53993.tar.bz2 repos-4566e6e51f4518e176d7dba54006b8693ee53993.zip |
2020-12-23T15:00:01Z
Diffstat (limited to 'interactive-fiction.txt')
-rw-r--r-- | interactive-fiction.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/interactive-fiction.txt b/interactive-fiction.txt index db179405af5f..57fb2f822b7a 100644 --- a/interactive-fiction.txt +++ b/interactive-fiction.txt @@ -7,9 +7,21 @@ 'source': [{'type': 'git', 'uri': 'git://repo.or.cz/gentoo-interactive-fiction.git'}], 'status': 'unofficial'} - * Adding new repository $ pmaint sync interactive-fiction -Cloning into '/var/lib/repo-mirror-ci/sync/interactive-fiction'... +warning: Pulling without specifying how to reconcile divergent branches is +discouraged. You can squelch this message by running one of the following +commands sometime before your next pull: + + git config pull.rebase false # merge (the default strategy) + git config pull.rebase true # rebase + git config pull.ff only # fast-forward only + +You can replace "git config" with "git config --global" to set a default +preference for all repositories. You can also pass --rebase, --no-rebase, +or --ff-only on the command line to override the configured default per +invocation. + +Already up to date. *** syncing interactive-fiction *** synced interactive-fiction * Sync succeeded |