Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Determining symlink target

On Fri, Nov 30, 2012 at 2:31 PM,  <james.moger@xxxxxxxxxxx> wrote:
> I should have clarified.  I meant the target path.  Not the target
> content.
>
> my/path/a.txt (FileMode.SYMLINK) somehow points to my/path/b.txt
> my/path/b.txt (FileMode.REGULAR)
>
> I want to know the target path for my/path/a.txt.

The target path is stored in the blob.


Back to the top