Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Status of CLI?

On Tue, Jan 12, 2016 at 11:29 AM, Sam Halliday <sam.halliday@xxxxxxxxx> wrote:

Dear all,

I've recently started a contract in a large corporate who use Windows 7 64bit desktop environments for development, with all admin rights locked down. This means that I suffer from extremely bad performance using the Windows git binaries:

  https://github.com/git-for-windows/git/issues/596

I'm interested in the possibility of using the jGit CLI to be a like-for-like replacement for git for the commands that I commonly use.

I typically interact with git using magit, which I understand uses the "porcelain" interface (I don't even know what that is), and my typical workflow involves:

- git status

- git checkout / branch

- git pull (with rebase)

pull is missing in the jgit command line 

- git push (with force)

- git rebase -i

missing in the jgit command line 

and the auto-squash feature.

missing  

How far from this goal is jGit?

I may prioritise helping over the coming months and assist. I'd also be willing to fund some efforts on this if its a case of "it'll take you a week, but it'll take me a year".

looking forward to your contributions 

BTW, is there an alternative way to communicate on this project? Ideally I'd prefer to use the github issue tracker with a corresponding gitter room. Email is just a bit too oldschool for me.

we use Bugzilla for tracking bugs and feature requests

-Matthias

Back to the top