Add commit to verbose output.
authorTom Adams <tom@holizz.com>
Sun, 19 Jul 2009 16:37:08 +0000 (17:37 +0100)
committerTom Adams <tom@holizz.com>
Sun, 19 Jul 2009 18:23:10 +0000 (19:23 +0100)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index ff1093d..64bdf15 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -2711,6 +2711,7 @@ main (int argc, char* argv[]) {
             printf("window_id %i\n",(int) uzbl.xwin);
         printf("pid %i\n", getpid ());
         printf("name: %s\n", uzbl.state.instance_name);
+        printf("commit: %s\n", uzbl.info.commit);
     }
 
     uzbl.gui.scbar_v = (GtkScrollbar*) gtk_vscrollbar_new (NULL);