GNOME Bugzilla – Bug 737749
Please add an option like "--all" to open gitg showing Local Branches
Last modified: 2015-08-05 20:29:04 UTC
"gitg --all" will open gitg with the branches selector set to "All Branches". This is aweseome. It works just like the "gitk --all" option. Please also add a "--local" option to open gitg with the branches selector set to "Local Branches". I looked through the code and tried to find/add it myself, but I couldn't figure out how the gui works. :( Sorry!! Thanks.
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version. Added --branches/-b, --remotes/-r and --tags/-t command line arguments to select respectively all branches, all remotes and all tags.