All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Jonas Fonseca <fonseca@diku.dk>
Cc: Robin Rosenberg <robin.rosenberg@dewire.com>, git@vger.kernel.org
Subject: Re: [PATCH JGIT 5/5] Treat gitlink tree entries similar to symlink tree entries
Date: Wed, 12 Aug 2009 08:32:10 -0700	[thread overview]
Message-ID: <20090812153210.GF1033@spearce.org> (raw)
In-Reply-To: <1250089629-22547-1-git-send-email-fonseca@diku.dk>

Jonas Fonseca <fonseca@diku.dk> wrote:
> Adds minimal support for gitlinks, based on the existing code for
> handling symlinks. The goal is to avoid exceptions when reading trees
> with gitlinks.

Applied, but who calls GitlinkTreeEntry ?
 
>  .../jgit/errors/GitlinksNotSupportedException.java |   58 +++++++++++++
>  .../src/org/spearce/jgit/lib/ForceModified.java    |    4 +
>  .../src/org/spearce/jgit/lib/GitlinkTreeEntry.java |   85 ++++++++++++++++++++
>  .../src/org/spearce/jgit/lib/TreeVisitor.java      |    8 ++
>  .../src/org/spearce/jgit/lib/WriteTree.java        |    7 ++
>  5 files changed, 162 insertions(+), 0 deletions(-)
>  create mode 100644 org.spearce.jgit/src/org/spearce/jgit/errors/GitlinksNotSupportedException.java
>  create mode 100644 org.spearce.jgit/src/org/spearce/jgit/lib/GitlinkTreeEntry.java

-- 
Shawn.

  reply	other threads:[~2009-08-12 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12 15:07 [PATCH JGIT 5/5] Treat gitlink tree entries similar to symlink tree entries Jonas Fonseca
2009-08-12 15:32 ` Shawn O. Pearce [this message]
2009-08-12 17:30   ` [PATCH JGIT] Recognize gitlink tree entries when mapping a tree Jonas Fonseca

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=20090812153210.GF1033@spearce.org \
    --to=spearce@spearce.org \
    --cc=fonseca@diku.dk \
    --cc=git@vger.kernel.org \
    --cc=robin.rosenberg@dewire.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 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.