Skip to main content

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

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


Back to the top