Steffen Prohaska writes: > More lines of context sometimes help to better understand a diff. > This patch introduces a text field above the box displaying the > blobdiffs. You can type in the number of lines of context that > you wish to view. Nice idea! I suggest you use a spinbox instead of an entry though, since that has up and down buttons, and allows you to restrict the value to an integer. > * I don't know how to update the view after entering a new value. You can put a trace on the associated variable and specify a function to be called when the variable's value changes. Grep for "trace add variable" in gitk to see how it's done. Paul. - To unsubscribe from this list: 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