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

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

Back to the top