Re: [PATCH 0/2] git rebase: Make sure upstream branch is left alone.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ben

On 18/08/2019 10:53, Ben Wijen wrote:
I found an issue with git rebase --autostash <upstream> <branch> with an dirty worktree/index.
It seems the currently active branch is moved, which is not correct.

I'm not sure I understand what you mean by "the currently active branch is moved". 'git rebase --autostash <upstream> <branch>' should checkout <branch> (presumably stashing any unstaged and uncommitted changes first) and then do rebase <upstream> - what's it doing instead?

Best Wishes

Phillip

The following patches contain both a test and a fix.

Ben Wijen (2):
   t3420: never change upstream branch
   rebase.c: make sure current branch isn't moved when autostashing

  builtin/rebase.c            | 18 ++++++------------
  t/t3420-rebase-autostash.sh | 13 +++++++++----
  2 files changed, 15 insertions(+), 16 deletions(-)




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux