I get this kind of message when i am trying to pull from NetBeans 7.2:
==[IDE]== 05-nov-2012 14:52:04 Pulling...
git pull ssh://git@ip/home/git/project/ +refs/heads/Dev_Nov_1:refs/remotes/origin/Dev_Nov_1
Branch : origin/Dev_Nov_1
Old Id : xxxx
New Id : xxxy
Result : FAST_FORWARD
Merge Result: Fast-forward
Merge of HEAD with origin/Dev_Nov_1:
Commit Log
revision : xxxx
author : cesar
date : 05-nov-2012 14:51:13
summary : test commit
==[IDE]== 05-nov-2012 14:52:38 Pulling... finished.
And I would like to get also the list of modified files .
I know that using git log --stat
I can get it, but does anyone know how to do this using Netbeans?