| Summary: | Git aliases should be available in the Team menu | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Martin Gerhardy <martin.gerhardy> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | robin |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Martin Gerhardy
EGit does not use the command-line git client. It uses JGit, which is a pure Java implementation of Git. Supporting aliases is not something which would be easy to do (without calling out to a shell), so it's currently not planned. You could use the "External Tools" support provided by Eclipse and create a custom launcher to run the alias. |