Re: Should 'git status' understand a .git containing "gitdir: dir"?

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

 



Eric Raible <raible@xxxxxxxxxxx> writes:

> The following sequence sets up a trivial repo that uses "gitdir:":
>
> $ git init gitdir-test
> $ cd gitdir-test
> $ mv .git real-git-dir
> $ echo "gitdir: real-git-dir" > .git
> $ git status
>
> Fine so far.  But git-status shows that "real-git-dir" is untracked:
>
> $ git status -sb
> ## Initial commit on master
> ?? real-git-dir/
>
> Which strikes one as a bit inconsistent (since other pars of git-status
> knows to look in real-git-dir to find the index).
>
> Sorry - no time to investigate.

You could even have a real git dir of some completely unrelated repository
in your working tree, it will get reported as untracked, and you would
probably not want to track its contents, either (or you might want to if
you are trying to be funny, I dunno).

So I do not see there is anything to investigate. What you observed looks
perfectly expected to me, except for the "mv .git real-git-dir" bit that
makes a situation that confuses yourself (but not git).
--
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]