This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232130 - provide a persistent window showing the (git) commit log
Summary: provide a persistent window showing the (git) commit log
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 10:27 UTC by brezel
Modified: 2013-09-07 13:31 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
netbeans with (manually opened) git log (115.26 KB, image/png)
2013-07-02 10:27 UTC, brezel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brezel 2013-07-02 10:27:55 UTC
Created attachment 136582 [details]
netbeans with (manually opened) git log

in netbeans we have the wonderful possibility to view the commit history by selecting projects -> right click -> git -> show history.


i have simulated what i would like to have in the attached screenshot. i did it by selecting all my projects and choosing the "show history" command from the context menu.

i would like a persistent window/tab, that i could have always visible in the lower middle pane, which would always show the git log of all repositories whose projects are currently open in the IDE. the window should re-open and refresh itself upon restarting the IDE.

it would be the best, if the log window could autorefresh itself when opened for the first time, or a small refresh button could be provided somewhere at the top of this window (the search button is a bit unergonomic for the use-case i am proposing).



the reason for this wish is that before i commit, i like to browse through the last few commits to check, if i want to amend or squash anything befor pushing, so this would be a great help.
Comment 1 markiewb 2013-09-05 18:34:53 UTC
>  show the git log of all repositories
ALL? How could the history of multiple repos be displayed?
Comment 2 brezel 2013-09-07 13:31:55 UTC
(In reply to markiewb from comment #1)
> >  show the git log of all repositories
> ALL? How could the history of multiple repos be displayed?

it's not visible on the screenshot, but the visible projects are actually distributed over 4 repositories. i don't know exactly how the 'selecting projects -> right click -> git -> show history' method handles multiple repos, but if i could choose, i would like all changes of all repos to be combined; like an activity stream. 

for me personally it wouldn't be really necessary to know which change belongs to which repository.