Re: [TopGit] aborting tg create leafs deleted .top* files in index

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

 



On Fri, Feb 27, 2009 at 09:32, Uwe Kleine-König
<u.kleine-koenig@xxxxxxxxxxxxxx> wrote:
> I have git version 1.5.6.5 and for me your recipe[1] ends in
>
>        $ git status
>        # On branch t/test1
>        nothing to commit (working directory clean)
>
> With git 1.6.1.3 I can reproduce it though.
>
> Here comes a git only test case:
>
>        git init
>        touch file
>        git add file
>        git commit -m 'initial commit'
>        git checkout -b next
>        echo next > file
>        git add file
>        git rm -f file
>        git checkout master
>        git status
>
> What about the patch below?  It seems git-checkout from 1.6.x merges the
> changes done to the newly checked out branch.
Thank you very much. It works here as expected.

Bert
>
> Best regards
> Uwe
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[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