Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Feature request: menu option for "git status"
Feature request: menu option for "git status" [message #1185002] Wed, 13 November 2013 20:57 Go to next message
Andrew Pennebaker is currently offline Andrew PennebakerFriend
Messages: 7
Registered: August 2013
Junior Member
In addition to Commit and Fetch, could we please add a Status option? Viewing the git status is a very useful option for git repositories, and one that should be accordingly easy to get to.

For now, I'm using "git status" from the command line, but it would be nice if EGit offered this ability in the same menu options it lists for other git commands.
Re: Feature request: menu option for "git status" [message #1185647 is a reply to message #1185002] Thu, 14 November 2013 07:11 Go to previous messageGo to next message
na na is currently offline na naFriend
Messages: 11
Registered: November 2013
Junior Member
What's the difference between the CLI "git status" and the EGit:Git-Staging-View?
Re: Feature request: menu option for "git status" [message #1185692 is a reply to message #1185647] Thu, 14 November 2013 07:48 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
EGit automatically shows the status both in the staging view and the team provider decoration of all
navigation views like project or package explorer. And it automatically updates the shown status
since it listens on resource change events.

See http://wiki.eclipse.org/EGit/User_Guide#Inspecting_the_state_of_the_Repository
Re: Feature request: menu option for "git status" [message #1186194 is a reply to message #1185647] Thu, 14 November 2013 14:44 Go to previous messageGo to next message
Andrew Pennebaker is currently offline Andrew PennebakerFriend
Messages: 7
Registered: August 2013
Junior Member
Git staging view is very different from git status. I want to see exactly the output of `git status` in a graphical window.
Re: Feature request: menu option for "git status" [message #1186392 is a reply to message #1186194] Thu, 14 November 2013 17:31 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Why do you need it in the same format in a graphical window ?
Re: Feature request: menu option for "git status" [message #1188685 is a reply to message #1185002] Fri, 15 November 2013 19:24 Go to previous message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
If all you want is to see the results of 'git status' displayed in your Eclipse console, that's very easy - just write an external launcher to execute the command. The working directory can be accessed via the Eclipse variable {git_work_tree}. The value is the root of the working tree of the currently selected repository
Previous Topic:maven multi module error: Unable to ignore resources Attempted to beginRule: xxx does not match oute
Next Topic:How to change "Location" for "User Settings"
Goto Forum:
  


Current Time: Fri Apr 19 08:12:31 GMT 2024

Powered by FUDForum. Page generated in 0.02786 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top