git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Duy Nguyen <pclouds@gmail.com>
To: SCHILZ MANFRED <manfred.schilz@bgl.lu>
Cc: Git Mailing List <git@vger.kernel.org>,
	msysGit <msysgit@googlegroups.com>
Subject: Re: problems with git --git-dir on windows 7
Date: Fri, 6 Dec 2013 08:07:27 +0700	[thread overview]
Message-ID: <CACsJy8DBYOwTOapOdLf=hTTWQB1U5U74FKSbUmqwXBAG++C=kg@mail.gmail.com> (raw)
In-Reply-To: <EF40980AA2C4C4449E2D87B419007B7F18E0FACB@SPMWB01L.luinternal.fortis.bank>

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

?

>
> 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



-- 
Duy

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "msysGit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

  reply	other threads:[~2013-12-06  1:08 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 [this message]
2013-12-06  1:35     ` Trần Ngọc Quân
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='CACsJy8DBYOwTOapOdLf=hTTWQB1U5U74FKSbUmqwXBAG++C=kg@mail.gmail.com' \
    --to=pclouds@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=manfred.schilz@bgl.lu \
    --cc=msysgit@googlegroups.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).