Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342520 - Git aliases should be available in the Team menu
Summary: Git aliases should be available in the Team menu
Status: CLOSED WONTFIX
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 04:58 EDT by Martin Gerhardy CLA
Modified: 2013-05-18 16:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.