Hi Pavel,
Sure, but I often want to see what changed in a particular file. And of course I only mean the subwindow dislaying the files affected by the patch. The file tree should still have file annotation bound to the double click.
I understand your reasons, but I have some doubts about this change: 1) The context menu is currently shared between the tree and the file list, splitting in two subcases adds some crap to the code (ok, this is not the real doubt ;-) ) 2) The context menu is currently shared between the file list in main view and the file list in patch view. The file list in patch view, of course, does not need a double click, a single click is enough to select corresponding file's diff. In main view you currently need a single click _plus_ a 'p' key press to change the view. So we should add another subcase here. 3) It is true that double clicking on a revision switch to the patch view at top position (if no file is selected), but it's also true that you can select the file's related diff directly in patch view with a single click on the right column file list. 4) Once a file is selected, as example with a single click, you can browse through rev list and the selection is preserved, it means that anytime you switch to patch view page the content will be _already_ centered on the correct diff. 5) Double clicking on a file name is currently the only way (without opening the menu) to show the file content tab, with your suggested change we will have two ways to switch to patch view and no one to switch to file view. 6) Selecting from the tree view is very slow if you have to search for the correct file, it is fast only if the file is already selected, but in this case is faster to press 'p' key ;-) Marco - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html