Your comments

Can the branches "attached" to a commit be displayed when hovering the commit node ? Or even the whole commit line ?

Each developper might have its context...

For me, the git client is here to help, the main work happens in my IDE. So I expect the diff tool in SmartGit to see quickly differences, not display the whole code...

Ok, exactly same syntax as the [giflow*] tags in .git/config :)

So for exemple :


[gitflow "branch"]
 master = master
 develop = develop
[gitflow "prefix"]
 feature = feature/
 release = release/
 hotfix = hotfix/
 versiontag = 
 support = support/


I would recommend updating the doc to reflect this !

Ha thanks ! But what is the syntax of this .gitflow file ?

What is the effect of this option ? Can't find it in the online documentation...

You can use the journal view to see what commit are pending on the remote repo...

Some options can be changed for Smartgit to update more frequently the view, the number of commits displayed, etc :

https://www.syntevo.com/doc/display/SG/System+Properties#SystemProperties-Backgroundoperations

https://www.syntevo.com/doc/display/SG/System+Properties#SystemProperties-Journal

Good solution for now, thanks ! I've never heard of this functionnality sadly, although I'm constantly watching changelogs and the "what's new" page... And it seems impossible to find for a new user...


And frankly, I still have the same request, cause almost everytime I want to see where are the commits in the log... It think the second proposal would be ideal ?

Seems like a valuable solution, combined with the "compare with local" option ! Thanks for the tip

I totally agree ! It's hard in SmartGit to clearly see what is staged... Plus it would be easier to work with file hunks.