Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] listener for porcelain/plumbing commands?

Christian Trutz wrote:
> Hi Shawn,

>> If there are no conversions to be applied (typical default behavior is
>> no conversions) than the obvious fix is to have
>> getEntryContentLength() just return java.io.File.length() result here.
>> Unfortunately that is not how this is implemented right now. *sigh*
>
> should I contribute this minimal fix

That would be welcome.  If you plan to contribute more patches later,
the smoothest way to push a patch for review works like this:

 1. Make your patch as a git commit

 2. Log in on eclipse.org:
    https://dev.eclipse.org/site_login/createaccount.php

 3. Click on "Contributor License Agreement" and complete the
    form if you agree with it ("You understand and agree that Eclipse
    projects and your contributions are public", etc)

 4. Log on to http://git.eclipse.org/r/, go to Settings, HTTP
    Password, and get the password there.

 5. git push https://<username>@git.eclipse.org/r/jgit/jgit HEAD:refs/for/master

See http://wiki.eclipse.org/EGit/Contributor_Guide#Using_Gerrit_at_https:.2F.2Fgit.eclipse.org.2Fr
for more details.

Thanks,
Jonathan


Back to the top