* Git pull on linux-next tree shows "Performing inexact rename detection"
@ 2012-03-09 18:28 Prasanna Kumar T S M
2012-03-10 11:08 ` Rares Aioanei
2012-03-10 18:46 ` Geert Uytterhoeven
0 siblings, 2 replies; 4+ messages in thread
From: Prasanna Kumar T S M @ 2012-03-09 18:28 UTC (permalink / raw)
To: linux-kernel
Doing "git pull" on linux-next tree always shows "Performing inexact
rename detection" for a very long time (more than a hour and going). It
also uses more than 1.5GB of RAM (out of 2GB RAM) in my system. Not able
to do any thing when this is happening - even maximising a window takes
2 minutes once such a situation is reached. I am killing the command
with a Ctrl + C as I am not able to do any work.
What is the reason for this? What it does internally? Is there any way
to circumvent this? I don't want to clone linux-next again (that seems
to be the worst case solution).
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git pull on linux-next tree shows "Performing inexact rename detection"
2012-03-09 18:28 Git pull on linux-next tree shows "Performing inexact rename detection" Prasanna Kumar T S M
@ 2012-03-10 11:08 ` Rares Aioanei
2012-03-10 16:21 ` Prasanna Kumar T S M
2012-03-10 18:46 ` Geert Uytterhoeven
1 sibling, 1 reply; 4+ messages in thread
From: Rares Aioanei @ 2012-03-10 11:08 UTC (permalink / raw)
To: Prasanna Kumar T S M; +Cc: linux-kernel
On 03/09/2012 08:28 PM, Prasanna Kumar T S M wrote:
> Doing "git pull" on linux-next tree always shows "Performing inexact
> rename detection" for a very long time (more than a hour and going). It
> also uses more than 1.5GB of RAM (out of 2GB RAM) in my system. Not able
> to do any thing when this is happening - even maximising a window takes
> 2 minutes once such a situation is reached. I am killing the command
> with a Ctrl + C as I am not able to do any work.
>
> What is the reason for this? What it does internally? Is there any way
> to circumvent this? I don't want to clone linux-next again (that seems
> to be the worst case solution).
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
The first Google search result gave me this:
http://git.661346.n2.nabble.com/Merging-limitations-after-directory-renames-interesting-test-repo-td6041103.html
While long and pretty technical, it will shed some light, I believe.
Good luck.
--
--
Rares Aioanei
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git pull on linux-next tree shows "Performing inexact rename detection"
2012-03-10 11:08 ` Rares Aioanei
@ 2012-03-10 16:21 ` Prasanna Kumar T S M
0 siblings, 0 replies; 4+ messages in thread
From: Prasanna Kumar T S M @ 2012-03-10 16:21 UTC (permalink / raw)
To: Rares Aioanei; +Cc: linux-kernel
On Saturday 10 March 2012 04:38 PM, Rares Aioanei wrote:
> On 03/09/2012 08:28 PM, Prasanna Kumar T S M wrote:
>> Doing "git pull" on linux-next tree always shows "Performing inexact
>> rename detection" for a very long time (more than a hour and going). It
>> also uses more than 1.5GB of RAM (out of 2GB RAM) in my system. Not able
>> to do any thing when this is happening - even maximising a window takes
>> 2 minutes once such a situation is reached. I am killing the command
>> with a Ctrl + C as I am not able to do any work.
>>
>> What is the reason for this? What it does internally? Is there any way
>> to circumvent this? I don't want to clone linux-next again (that seems
>> to be the worst case solution).
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
> The first Google search result gave me this:
> http://git.661346.n2.nabble.com/Merging-limitations-after-directory-renames-interesting-test-repo-td6041103.html
>
>
> While long and pretty technical, it will shed some light, I believe.
> Good luck.
>
As mentioned in the thread it uses up all my RAM and also does a lot of
paging. In such situations I am not able to use the system. The big
issue is that it takes a very long time (I have waited for 1 hour and
more yet it did not stop). Is there any short cut route to pull the code?
Thanks,
PrasannaKumar
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git pull on linux-next tree shows "Performing inexact rename detection"
2012-03-09 18:28 Git pull on linux-next tree shows "Performing inexact rename detection" Prasanna Kumar T S M
2012-03-10 11:08 ` Rares Aioanei
@ 2012-03-10 18:46 ` Geert Uytterhoeven
1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2012-03-10 18:46 UTC (permalink / raw)
To: Prasanna Kumar T S M; +Cc: linux-kernel
On Fri, Mar 9, 2012 at 19:28, Prasanna Kumar T S M
<prasannatsmkumar@gmail.com> wrote:
> Doing "git pull" on linux-next tree always shows "Performing inexact
> rename detection" for a very long time (more than a hour and going). It
> also uses more than 1.5GB of RAM (out of 2GB RAM) in my system. Not able
> to do any thing when this is happening - even maximising a window takes
> 2 minutes once such a situation is reached. I am killing the command
> with a Ctrl + C as I am not able to do any work.
>
> What is the reason for this? What it does internally? Is there any way
> to circumvent this? I don't want to clone linux-next again (that seems
> to be the worst case solution).
Don't use pull, follow the instructions from the FAQ:
http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ
I thought to remember the FAQ explicitly mentions not to use pull, but
that doesn't seem to be the case.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-10 18:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 18:28 Git pull on linux-next tree shows "Performing inexact rename detection" Prasanna Kumar T S M
2012-03-10 11:08 ` Rares Aioanei
2012-03-10 16:21 ` Prasanna Kumar T S M
2012-03-10 18:46 ` Geert Uytterhoeven
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).