GNOME Bugzilla – Bug 702642
Refresh is ambiguous
Last modified: 2014-12-14 19:24:27 UTC
Does refresh mean "pull --rebase"? As a rule, it is good to have simple, familiar names for UI. At the same time, it is important to reflect the context of use. In this case, I would try to be roughly consistent with the git command line interface. Maybe "Pull" would be better. Also, since pull is one of the most common (if not *the* most common) actions you will want to do, I'd maybe add a button for this to the toolbar.
Refresh, mainly reloads the commit list since it may have changed or something. I guess we could also do this from the focus event
Can this bug be closed since it was filed about the term 'Refresh' not being understood in context of Gitg and now that, that is clear?
(In reply to comment #1) > Refresh, mainly reloads the commit list since it may have changed or something. > I guess we could also do this from the focus event In that case I would expect the refresh button to be part of the commit header rather than being in the toolbar. I would also possibly rename it to "Reload Commit" or something.
Allan, see that it does not reloads one commit, but the whole repository
I think refresh is pretty much what it does. It refreshes gitg with potentially changed state as on disk. Ideally this wouldn't happen, but it's easy to go to the command line and change something for which we can't get a notification.