From: "Trần Ngọc Quân" <vnwildman@gmail.com>
To: SCHILZ MANFRED <manfred.schilz@bgl.lu>
Cc: Duy Nguyen <pclouds@gmail.com>,
Git Mailing List <git@vger.kernel.org>,
msysGit <msysgit@googlegroups.com>
Subject: Re: problems with git --git-dir on windows 7
Date: Fri, 06 Dec 2013 08:35:17 +0700 [thread overview]
Message-ID: <52A129D5.3050109@gmail.com> (raw)
In-Reply-To: <CACsJy8DBYOwTOapOdLf=hTTWQB1U5U74FKSbUmqwXBAG++C=kg@mail.gmail.com>
On 06/12/2013 08:07, Duy Nguyen wrote:
> On Wed, Dec 4, 2013 at 11:11 PM, SCHILZ MANFRED <manfred.schilz@bgl.lu> wrote:
>> Hello,
>> We are using git on windows7(git-version 1.8.1; see below) and we get the following problem in using the command 'git --git-dir='
>>
>>
>> C:\UserTemp\git\appli3>git --git-dir=C:\UserTemp\git\appli3 tag
>> fatal: Not a git repository: 'C:\UserTemp\git\appli3'
>>
>>
>> but the repository is well defined,as we can run the following command:
>>
>> C:\UserTemp\git\appli3>git log -1 --oneline
>> 37cdbe0 Merge branch 'master' of L:/_ApplicationData/FBLU_IT-FLIT/se-DevelopSupp
> I have no clue. The --git-dir calls
> is_git_directory("C:\\UserTemp\\git\\appli3") while the "git log"
> calls is_git_directory("."). The former fails and the latter suceeds..
> Copying msysgit@ maybe they know something. Btw what if you try
>
> git --git-dir=. tag
in linux:
$ git --git-dir=. tag
fatal: Not a git repository: '.'
>
> ?
You have to specify git dir instead of the dir contain .git
This option use when your are not in git repo or git dir isn't .git as
by default
$ git --git-dir=.git tag
$ git --git-dir=/mnt/E/MyProjects/git/.git tag
$ git --version
git version 1.8.5-rc1
>
>> When running the equivalent command on Linux, we don't have any problems:
>> On Linux:
>>> git --git-dir="/tmp/GITPOC/appli3" tag
>> V1.0
>> V1.1
>> V2.0
>> V3.0
>>
>> Could you help me please ?
>>
>> Best regards
>>
>> Manfred Schilz
>>
>> ---------------------------------------------------------------------------------------
>> C:\UserTemp\git\appli3>git --version
>> git version 1.8.1.msysgit.1
>>
>> ============================================
>> Internet communications are not secure and therefore BGL BNP Paribas does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Nothing in the message is capable or intended to create any legally binding obligations on either party and it is not intended to provide legal advice.
>> ============================================
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe git" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Trần Ngọc Quân.
next prev parent reply other threads:[~2013-12-06 1:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <EF40980AA2C4C4449E2D87B419007B7F18E0FACA@SPMWB01L.luinternal.fortis.bank>
2013-12-04 16:11 ` problems with git --git-dir on windows 7 SCHILZ MANFRED
2013-12-06 1:07 ` Duy Nguyen
2013-12-06 1:35 ` Trần Ngọc Quân [this message]
2013-12-06 8:17 ` SCHILZ MANFRED
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=52A129D5.3050109@gmail.com \
--to=vnwildman@gmail.com \
--cc=git@vger.kernel.org \
--cc=manfred.schilz@bgl.lu \
--cc=msysgit@googlegroups.com \
--cc=pclouds@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).