From: Phillip Wood <phillip.wood123@gmail.com>
To: Mark Kharitonov <mark.kharitonov@gmail.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: git pull with configured rebase is incorrectly rebasing
Date: Fri, 27 Feb 2026 09:11:50 +0000 [thread overview]
Message-ID: <9e8005bf-8429-41ef-8904-885e44470cb4@gmail.com> (raw)
In-Reply-To: <CAG2YSPzNUWpj4H15pvMuO0JraauWVQfoMU4TtzTVunZuPxAG=g@mail.gmail.com>
Hi Mark
On 26/02/2026 23:13, Mark Kharitonov wrote:
> Thank you for filling out a Git bug report!
> Please answer the following questions to help us understand your issue.
>
> What did you do before the bug happened?
> git pull
>
> What did you expect to happen?
> Nothing, because there are no new changes.
>
> What happened instead?
> git started rebasing my changes onto master
Assuming the upstream branch is origin/master then looking at the output
of "git log" below that seems to be expected as you have commits in your
local branch that are not in the upstream branch. I can see that you've
merged origin/master into your branch which means you have the changes
from upstream, however your branch is not based on top of the commits
that introduce those changes and so "git pull --rebase" it will still
see local commits that are not upstream and try to rebase.
Thanks
Phillip
> What's different between what you expected and what actually happened?
> Rebase should not have happened
>
> Anything else you want to add:
> ---
> C:\xyz\tip2 [feature/dotnetupgrade ↑875 +2 ~0 -0 !]> git lg -6 --first-parent
> 7d5c88a7305c | (HEAD -> feature/dotnetupgrade, wip) Remove explicit
> version spec from the package references (76 minutes ago) [Mark
> Kharitonov] (2026-02-26 07:55:11 -0500)
> fda62f506c75 | Merge remote-tracking branch 'origin/master' into
> feature/dotnetupgrade (79 minutes ago) [Mark Kharitonov] (2026-02-26
> 07:52:04 -0500)
> c6bf5481ad79 | Adjust binding redirects (80 minutes ago) [Mark
> Kharitonov] (2026-02-26 07:51:12 -0500)
> 5ce2cdc4d4b9 | Adjust the HR.Modules build (81 minutes ago) [Mark
> Kharitonov] (2026-02-26 07:50:48 -0500)
> 68331ac06b93 | Merge remote-tracking branch 'origin/master' into
> feature/dotnetupgrade (13 hours ago) [Mark Kharitonov] (2026-02-25
> 20:22:03 -0500)
> 254eaee2eb36 | (origin/feature/dotnetupgrade) Merge pull request
> #96519 from DFTypedescriptorModelBinder (17 hours ago)
> [prvalidation[bot]] (2026-02-25 16:40:39 -0500)
> C:\xyz\tip2 [feature/dotnetupgrade ↑875 +2 ~0 -0 !]> git fetch origin
> feature/dotnetupgrade
> From *** REPO URL ***
> * branch feature/dotnetupgrade -> FETCH_HEAD
> C:\xyz\tip2 [feature/dotnetupgrade ↑875 +2 ~0 -0 !]> git lg -1 FETCH_HEAD
> 254eaee2eb36 | (origin/feature/dotnetupgrade) Merge pull request
> #96519 from DFTypedescriptorModelBinder (17 hours ago)
> [prvalidation[bot]] (2026-02-25 16:40:39 -0500)
> C:\xyz\tip2 [feature/dotnetupgrade ↑875 +2 ~0 -0 !]>
> ```
> ```
> C:\xyz\tip2 [feature/dotnetupgrade ↑875]> git config rebase.forkPoint
> 08:55:01.960045 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/bin
> 08:55:01.962048 git.c:502 trace: built-in: git config
> rebase.forkPoint
> false
> C:\xyz\tip2 [feature/dotnetupgrade ↑875]> git pull
> 08:55:09.493632 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/bin
> 08:55:09.513454 git.c:502 trace: built-in: git pull
> 08:55:09.571114 run-command.c:674 trace: run_command: git
> merge-base --fork-point refs/remotes/origin/feature/dotnetupgrade
> feature/dotnetupgrade
> 08:55:09.571114 run-command.c:935 trace: start_command: git
> merge-base --fork-point refs/remotes/origin/feature/dotnetupgrade
> feature/dotnetupgrade
> 08:55:09.705292 run-command.c:674 trace: run_command: git fetch
> --update-head-ok
> 08:55:09.705292 run-command.c:935 trace: start_command: git
> fetch --update-head-ok
> 08:55:09.753363 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:09.774963 git.c:502 trace: built-in: git fetch
> --update-head-ok
> 08:55:09.784675 run-command.c:674 trace: run_command:
> GIT_DIR=.git git remote-https origin *** REPO URL ***
> 08:55:09.784675 run-command.c:935 trace: start_command: git
> remote-https origin *** REPO URL ***
> 08:55:09.832505 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:09.853334 git.c:807 trace: exec: git-remote-https
> origin *** REPO URL ***
> 08:55:09.853334 run-command.c:674 trace: run_command:
> git-remote-https origin *** REPO URL ***
> 08:55:09.854340 run-command.c:935 trace: start_command:
> git-remote-https origin *** REPO URL ***
> 08:55:09.894203 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:10.166061 run-command.c:674 trace: run_command: 'git
> credential-manager get'
> 08:55:10.166061 run-command.c:935 trace: start_command:
> 'C:/Program Files/Git/usr/bin/sh.exe' -c 'git credential-manager get'
> 'git credential-manager get'
> 08:55:10.300457 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:10.321300 git.c:807 trace: exec: git-credential-manager get
> 08:55:10.321300 run-command.c:674 trace: run_command:
> git-credential-manager get
> 08:55:10.321300 run-command.c:935 trace: start_command:
> git-credential-manager get
> 08:55:10.500967 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:10.518302 git.c:502 trace: built-in: git config
> --null --list
> 08:55:10.764217 run-command.c:674 trace: run_command: 'git
> credential-manager store'
> 08:55:10.779970 run-command.c:935 trace: start_command:
> 'C:/Program Files/Git/usr/bin/sh.exe' -c 'git credential-manager
> store' 'git credential-manager store'
> 08:55:10.907451 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:10.936422 git.c:807 trace: exec:
> git-credential-manager store
> 08:55:10.936422 run-command.c:674 trace: run_command:
> git-credential-manager store
> 08:55:10.936422 run-command.c:935 trace: start_command:
> git-credential-manager store
> 08:55:11.119491 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:11.141470 git.c:502 trace: built-in: git config
> --null --list
> 08:55:11.301265 run-command.c:674 trace: run_command: 'git
> credential-manager store'
> 08:55:11.301265 run-command.c:935 trace: start_command:
> 'C:/Program Files/Git/usr/bin/sh.exe' -c 'git credential-manager
> store' 'git credential-manager store'
> 08:55:11.540731 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:11.594252 git.c:807 trace: exec:
> git-credential-manager store
> 08:55:11.595252 run-command.c:674 trace: run_command:
> git-credential-manager store
> 08:55:11.595252 run-command.c:935 trace: start_command:
> git-credential-manager store
> 08:55:11.956275 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:12.008964 git.c:502 trace: built-in: git config
> --null --list
> 08:55:12.947796 run-command.c:674 trace: run_command: git
> rev-list --objects --stdin --not --exclude-hidden=fetch --all --quiet
> --alternate-refs
> 08:55:12.947796 run-command.c:935 trace: start_command: git
> rev-list --objects --stdin --not --exclude-hidden=fetch --all --quiet
> --alternate-refs
> 08:55:13.782656 run-command.c:1541 run_processes_parallel:
> preparing to run up to 1 tasks
> 08:55:13.785656 run-command.c:1569 run_processes_parallel: done
> 08:55:13.785656 run-command.c:674 trace: run_command: git
> maintenance run --auto --no-quiet --detach
> 08:55:13.788083 run-command.c:935 trace: start_command: git
> maintenance run --auto --no-quiet --detach
> 08:55:13.835482 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:13.860648 git.c:502 trace: built-in: git
> maintenance run --auto --no-quiet --detach
> 08:55:13.927319 run-command.c:674 trace: run_command: git rebase
> --autostash --onto 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 08:55:13.927319 run-command.c:935 trace: start_command: git
> rebase --autostash --onto 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 08:55:13.975412 exec-cmd.c:266 trace: resolved executable
> dir: C:/Program Files/Git/mingw64/libexec/git-core
> 08:55:14.006868 git.c:502 trace: built-in: git rebase
> --autostash --onto 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 254eaee2eb363e2771517fd41e5ac8149b93c8ef
> 08:55:17.002819 run-command.c:674 trace: run_command: 'git-lfs
> filter-process'
> 08:55:17.009494 run-command.c:935 trace: start_command:
> 'C:/Program Files/Git/usr/bin/sh.exe' -c 'git-lfs filter-process'
> 'git-lfs filter-process'
> 08:55:17.473743 trace git-lfs: exec: git '-c' 'filter.lfs.smudge='
> '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c'
> 'filter.lfs.required=false' 'rev-parse' '--git-dir' '--show-toplevel'
> 08:55:17.548287 trace git-lfs: exec: git 'rev-parse' '--is-bare-repository'
> 08:55:17.617373 trace git-lfs: exec: git 'config' '--includes'
> '--local' 'lfs.repositoryformatversion'
> 08:55:17.690074 trace git-lfs: exec: git 'config' '--includes' '-l'
> 08:55:17.767180 trace git-lfs: exec: git 'rev-parse' '--is-bare-repository'
> 08:55:17.836677 trace git-lfs: exec: git 'config' '--includes' '-l'
> '--blob' ':.lfsconfig'
> 08:55:17.956280 trace git-lfs: exec: git 'config' '--includes' '-l'
> '--blob' 'HEAD:.lfsconfig'
> 08:55:18.037584 trace git-lfs: Install hook: pre-push, force=false,
> path=C:\xyz\tip2\.git\hooks\pre-push, upgrading...
> 08:55:18.038605 trace git-lfs: Install hook: post-checkout,
> force=false, path=C:\xyz\tip2\.git\hooks\post-checkout, upgrading...
> 08:55:18.039123 trace git-lfs: Install hook: post-commit, force=false,
> path=C:\xyz\tip2\.git\hooks\post-commit, upgrading...
> 08:55:18.039638 trace git-lfs: Install hook: post-merge, force=false,
> path=C:\xyz\tip2\.git\hooks\post-merge, upgrading...
> 08:55:18.040215 trace git-lfs: Initialize filter-process
> 08:55:18.040734 trace git-lfs: exec: git '-c' 'filter.lfs.smudge='
> '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c'
> 'filter.lfs.required=false' 'rev-parse' 'HEAD' '--symbolic-full-name'
> 'HEAD'
> 08:55:18.117987 trace git-lfs: exec: git '-c' 'filter.lfs.smudge='
> '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c'
> 'filter.lfs.required=false' 'rev-parse' '--git-dir'
> 08:55:18.189954 trace git-lfs: exec: git '-c' 'filter.lfs.smudge='
> '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c'
> 'filter.lfs.required=false' 'remote'
> 08:55:18.261413 trace git-lfs: tq: running as batched queue, batch size of 100
> 08:55:18.261924 trace git-lfs: filepathfilter: accepting
> "ImportExportSpecifications/Imports/HRImport/xyz HR Import
> Specification.docx"
> 08:55:18.269411 trace git-lfs: filepathfilter: accepting
> "ImportExportSpecifications/Imports/HRImport/xyz HR Import
> Specification.pdf"
> 08:55:21.914397 trace git-lfs: filepathfilter: creating pattern ".git"
> of type gitignore
> 08:55:21.914397 trace git-lfs: filepathfilter: creating pattern
> "**/.git" of type gitignore
> 08:55:21.914921 trace git-lfs: filepathfilter: accepting "tmp"
>
> Exiting because of "interrupt" signal.
> C:\xyz\tip2 [feature/dotnetupgrade|REBASE-i ↑875 +98 ~964 -395 !]>
> ---
>
> Please review the rest of the bug report below.
> You can delete any lines you don't wish to share.
>
>
> [System Info]
> git version:
> git version 2.51.1.windows.1
> cpu: x86_64
> built from commit: 1454f0a9c4a3a22fb3fd7cc33f76f88cd65ced41
> sizeof-long: 4
> sizeof-size_t: 8
> shell-path: D:/git-sdk-64-build-installers/usr/bin/sh
> feature: fsmonitor--daemon
> libcurl: 8.16.0
> OpenSSL: OpenSSL 3.5.4 30 Sep 2025
> zlib: 1.3.1
> SHA-1: SHA1_DC
> SHA-256: SHA256_BLK
> default-ref-format: files
> default-hash: sha1
> uname: Windows 10.0 26200
> compiler info: gnuc: 15.2
> libc info: no libc information available
> $SHELL (typically, interactive shell): <unset>
>
>
> [Enabled Hooks]
> post-checkout
> post-commit
> post-merge
> pre-push
>
prev parent reply other threads:[~2026-02-27 9:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-26 23:13 git pull with configured rebase is incorrectly rebasing Mark Kharitonov
2026-02-27 9:11 ` Phillip Wood [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9e8005bf-8429-41ef-8904-885e44470cb4@gmail.com \
--to=phillip.wood123@gmail.com \
--cc=git@vger.kernel.org \
--cc=mark.kharitonov@gmail.com \
--cc=phillip.wood@dunelm.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox