From: Alex Riesen <raa.lkml@gmail.com>
To: Mark Desnoyer <mdesnoyer@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Files not deleted when merging after a rename
Date: Mon, 21 Jan 2008 22:20:15 +0100 [thread overview]
Message-ID: <20080121212015.GB5263@steel.home> (raw)
In-Reply-To: <d997e2110801211145o5fe0a1bbpb1e32dd71b70568e@mail.gmail.com>
Mark Desnoyer, Mon, Jan 21, 2008 20:45:07 +0100:
> Hi,
>
> I've run across a small problem and I was wondering if I could get
> some help. I have two users A and B. They are both git-cloned from a
> common repository on a different server.
>
> User A moves a directory:
> foo/bar/ ==> bar
> using:
> git mv foo/bar bar
> git commit
> git push
>
> Meanwhile, user B is doing some other changes that are completely
> unrelated and has a few local commits. Now, when user B pulls from the
> repository (git pull), and returns no errors merging, the directory
> "bar" is created, but "foo/bar" is not deleted, although, it becomes
> untracked.
Directories are never tracked. It should have been deleted though.
Did it have (or still has) some untracked files in it?
next prev parent reply other threads:[~2008-01-21 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 19:45 Files not deleted when merging after a rename Mark Desnoyer
2008-01-21 21:20 ` Alex Riesen [this message]
2008-01-21 21:45 ` Mark Desnoyer
2008-01-22 7:28 ` Alex Riesen
2008-01-23 2:08 ` Mark Desnoyer
2008-01-24 7:52 ` Alex Riesen
2008-01-23 8:19 ` Dmitry Potapov
2008-01-24 7:56 ` Alex Riesen
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=20080121212015.GB5263@steel.home \
--to=raa.lkml@gmail.com \
--cc=git@vger.kernel.org \
--cc=mdesnoyer@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).