Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342520

Summary: Git aliases should be available in the Team menu
Product: [Technology] EGit Reporter: Martin Gerhardy <martin.gerhardy>
Component: UIAssignee: 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 CLA 2011-04-12 04:58:16 EDT
Build Identifier: 20110218-0911

It would be nice if one could add specific git aliases to the team menu. i have several aliases defined that i have to execute on the commandline in order to fulfill our workflow - it would be nice if i could add them to the team menu.

Reproducible: Always
Comment 1 Robin Stocker CLA 2013-05-18 16:53:56 EDT
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.