All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: Johannes Sixt <J.Sixt@eudaptics.com>
Cc: git@vger.kernel.org
Subject: Re: MinGW port updated to GIT 1.5.0
Date: Thu, 15 Feb 2007 09:43:11 -0800	[thread overview]
Message-ID: <7vire3co5s.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <45D44FD5.72299A3A@eudaptics.com> (Johannes Sixt's message of "Thu, 15 Feb 2007 13:19:33 +0100")

Johannes Sixt <J.Sixt@eudaptics.com> writes:

> .... The general idea is to extend the meaning of
> `core.filemode = false` to check out symbolic links as plain files. Any
> hints about where the source code needs changes are welcome.

grep for "if (S_ISLNK(mode))", see if it talks about the mode we
put (either in tree object or index) and if so they are the
places you want them to pretend that you got a regular file.

For example, builtin-apply.c::try_create_file() is one.  This
writes out "git apply" result (so "am" and "rebase" are affected
with this).  entry.c::write_entry() is another.  This writes
things out of the index and used by "checkout-index" and
"read-tree -u".

  parent reply	other threads:[~2007-02-15 17:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 12:19 MinGW port updated to GIT 1.5.0 Johannes Sixt
2007-02-15 16:53 ` GIT 1.5.0 binary installer available Han-Wen Nienhuys
2007-02-15 19:11   ` Johannes Schindelin
2007-02-15 19:52     ` Johannes Schindelin
2007-02-15 20:12     ` Shawn O. Pearce
2007-02-16  4:23       ` Johannes Schindelin
2007-02-16  5:06         ` Shawn O. Pearce
2007-02-16 19:10           ` Marco Costalba
2007-02-15 17:43 ` Junio C Hamano [this message]
2007-02-15 18:59   ` MinGW port updated to GIT 1.5.0 Junio C Hamano
2007-02-15 19:14     ` Johannes Schindelin
2007-02-15 19:41     ` Robin Rosenberg

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=7vire3co5s.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=J.Sixt@eudaptics.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.