git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Bert Wesarg" <bert.wesarg@googlemail.com>
To: "martin f krafft" <madduck@debian.org>
Cc: git@vger.kernel.org, "petr baudis" <pasky@suse.cz>,
	501982@bugs.debian.org
Subject: Re: TopGit: ensure worktree (was: [TopGit PATCH] Check for help invocation before setup)
Date: Fri, 21 Nov 2008 13:15:19 +0100	[thread overview]
Message-ID: <36ca99e90811210415g7b50c5c1m3185bf19cab104aa@mail.gmail.com> (raw)
In-Reply-To: <20081121120609.GA10326@piper.oerlikon.madduck.net>

On Fri, Nov 21, 2008 at 13:06, martin f krafft <madduck@debian.org> wrote:
> I think you wanted to CC Petr, not Junio. It's also useful to CC
> Debian bugs if you know of them. :)
I CC'ed Junio, because I think this git rev-parse --git-dir is a bug.
For example you can try starting git gui inside a .git dir.

>
> also sprach Bert Wesarg <bert.wesarg@googlemail.com> [2008.11.21.1019 +0100]:
>> I really second this. Plus, I think its crucial to check that we are
>> not inside the .git directory before setting up topgit. Because git
>> rev-parse --git-dir only works in the top .git dir, not deeper (i.e.
>> inside .git/refs) and will always return ".".
>>
>>       $(git rev-parse --is-inside-work-tree) ||
>>               die "Not in a git working directory"
>
> Thanks, noted. I am still working on this patch, since
> evaluating $argv/checking for --help at this early stage basically
> requires a rewrite of the CLI parsing, ideally using POSIX getopt or
> something similar, which takes much of the load away.
>
> Anyway, Patch for your proposal forthcoming.
A patch would depent on your --help patch, Because help should work everywhere.
So either I wait for you or do do it.

Bert
>
> --
>  .''`.   martin f. krafft <madduck@debian.org>
> : :'  :  proud Debian developer, author, administrator, and user
> `. `'`   http://people.debian.org/~madduck - http://debiansystem.info
>  `-  Debian - when you have better things to do than fixing systems
>
> (a)bort, (r)etry, (p)retend this never happened
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkkmpDAACgkQIgvIgzMMSnUSKgCghXE+J9KegZ03tetnM3TIcyeM
> zn0AoJmYVzh/Kjxk7NFEpQw7USR0daXy
> =xl31
> -----END PGP SIGNATURE-----
>
>

  parent reply	other threads:[~2008-11-21 12:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19 16:03 [TopGit] Improve help output martin f. krafft
2008-11-19 16:03 ` [TopGit PATCH] Check for help invocation before setup martin f. krafft
2008-11-19 16:03   ` [TopGit PATCH] Change tg help exit code to 0 martin f. krafft
2008-11-19 16:03     ` [TopGit PATCH] Check for cmddir earlier martin f. krafft
2008-11-19 16:03       ` [TopGit PATCH] Print help output when no command is given martin f. krafft
2008-11-19 18:24   ` [TopGit PATCH] Check for help invocation before setup Petr Baudis
2008-11-19 18:32     ` martin f krafft
2008-11-19 18:39       ` Petr Baudis
2008-11-20 11:48         ` martin f krafft
2008-11-21  9:19   ` Bert Wesarg
2008-11-21 12:06     ` TopGit: ensure worktree (was: [TopGit PATCH] Check for help invocation before setup) martin f krafft
2008-11-21 12:09       ` [TopGit PATCH] Ensure we are inside a Git worktree martin f. krafft
2008-11-21 12:15       ` Bert Wesarg [this message]
2008-11-21 12:18         ` TopGit: ensure worktree (was: [TopGit PATCH] Check for help invocation before setup) Bert Wesarg
2008-11-21 12:31           ` martin f krafft
2008-11-21 12:23         ` martin f krafft

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=36ca99e90811210415g7b50c5c1m3185bf19cab104aa@mail.gmail.com \
    --to=bert.wesarg@googlemail.com \
    --cc=501982@bugs.debian.org \
    --cc=git@vger.kernel.org \
    --cc=madduck@debian.org \
    --cc=pasky@suse.cz \
    /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).