
Originally Posted by
agd5f
Cool! 
If I do
Code:
git log --pretty=oneline
I get
Code:
93c8f01b09327d3b7de20a69d8a080fbc925977d R3xx: remove dead code
6b5823a9076903353a15a044626cdd95483a797f R3/4/5: init pipe setup in drm
d9efb8a763617a473aa7ef0a9400e76b9d487dfc RS6xx: fix performance regression
f976af959fc9abe8a8b47b6ddbf3920ec25997ae fix warning
60a478d85df9434c6620afcab0f4728b3c9155f9 RADEON: cleanup radeon_do_engine_reset()
e2ea0ba9d442ad48d29bd3c7003a1079e9e9e4b4 R300+: fixup pixcache flush
8a6127b25b676cd96d709db63836cad90f9a1b14 RS4xx: fix MCIND index mask
849d4c3354674e4c72ac495628cc0c9dfb597471 RADEON: write AGP_BASE_2 on chips that support it
f6dfe8ad84df7d172abbbb933378dcb126c75ba1 R300+: fixup PURGE/FLUSH macros
...
which doesn't look like your recent changes.
If I want to see your commit in --stat format, where I e.g. say something like
Code:
git diff v1.6.1.1 v1.6.1.2 --stat
How do I figure out the version numbers or the hashes that I want to generate the --stat from?