Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] jgit.sh doesn't support rebase

Have a look at Bug 365439: Leverage CLI commands from jgit.pgm with
JGit API, https://bugs.eclipse.org/bugs/show_bug.cgi?id=365439

Feel free to add me as a reviewer.

Cheers,
Tomasz

On Thu, Mar 14, 2013 at 1:14 AM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
> On Thu, Mar 14, 2013 at 1:07 AM, Mingyu Kim <mkim@xxxxxxxxxxxx> wrote:
>>
>> Hi,
>>
>> I'm trying to use the self-contained command line executable as posted on
>> http://www.eclipse.org/jgit/download/, but it doesn't support rebase command
>> yet. Does JGit team have a plan for supporting rebase command in jgit.sh
>> sometime soon? RebaseCommand is already supported in the JGit library.
>>
>> Also, please let me know if anyone knows a way to bundle up the command
>> line executable myself with rebase command enabled!
>
>
> implement the corresponding command in org.eclipse.jgit.pgm by using class
> RebaseCommand,
> you are welcome to contribute this ;-)
>
> --
> Matthias
>
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev
>


Back to the top