Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Che git Interface addition - new Git commands

Hello Dror,

Checkout
    We already have command equals to checkout but it's called branchCheckout. I think we can rename branchCheckout to checkout.

Rebase
    +1 Why not. It is great command and it will be nice to implement it.

Status
    What does mean RepositoryState? Can you explain this please?

LogRequest
    Makes sense +1

Regards,
Sergii

On Thu, Oct 8, 2015 at 11:04 AM, Cohen, Dror <dror.cohen@xxxxxxx> wrote:

Hi All,

 

While developing our JGit implementation under Che 3.12.5 I've noticed some missing Git commands from the GitConnection interface:

·         Checkout

·         Rebase

 

Would you be interested in a contribution adding these commands to the interface?

 

Also, in some small additions to existing command interfaces (requests and responses)?

·         Status
add getRepositoryState() and setRepositoryState(RepositoryState repositoryState) methods

·         LogRequest
add set/getRevisionRangeSince() and set/getRevisionRangeUntil() methods to handle revision range

 

 

Regards,

Dror


_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top