Git development
 help / color / mirror / Atom feed
From: Johannes Sixt <johannes.sixt@telecom.at>
To: git@vger.kernel.org
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH] Add core.symlinks to mark filesystems that do not support symbolic links.
Date: Fri, 2 Mar 2007 23:05:13 +0100	[thread overview]
Message-ID: <200703022305.14058.johannes.sixt@telecom.at> (raw)
In-Reply-To: <Pine.LNX.4.63.0703022219360.22628@wbgn013.biozentrum.uni-wuerzburg.de>

On Friday 02 March 2007 22:35, Johannes Schindelin wrote:
> On Fri, 2 Mar 2007, Johannes Sixt wrote:
> > diff --git a/cache.h b/cache.h
> > index 04f8e63..6f932fe 100644
> > --- a/cache.h
> > +++ b/cache.h
> > @@ -108,7 +108,10 @@ static inline unsigned int create_ce_mode(unsigned
> > int mode) }
> >  static inline unsigned int ce_mode_from_stat(struct cache_entry *ce,
> > unsigned int mode) {
> > -	extern int trust_executable_bit;
> > +	extern int trust_executable_bit, has_symlinks;
>
> Would it not be better to move the global variables before this function?

I'd move the whole function out-of-line, I just wouldn't know whereto...

-- Hannes

  reply	other threads:[~2007-03-02 22:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-02 21:11 [PATCH] Add core.symlinks to mark filesystems that do not support symbolic links Johannes Sixt
2007-03-02 21:35 ` Johannes Schindelin
2007-03-02 22:05   ` Johannes Sixt [this message]
2007-03-03  0:05 ` Junio C Hamano
2007-03-03  0:12   ` Junio C Hamano
2007-03-03 12:20     ` Johannes Sixt
2007-03-03 12:44       ` Junio C Hamano
2007-03-03  0:14   ` Narrow checkouts, was " Johannes Schindelin

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=200703022305.14058.johannes.sixt@telecom.at \
    --to=johannes.sixt@telecom.at \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    /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