summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-08 18:03:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-08 18:03:03 +0000
commit2ddcb51df3316d55aa1859f357998be7808aa1a4 (patch)
tree3fcd5dc2454b66cb7c99ffbdccc92e8a679e1ce3
parent9875be3327f8d97a23a515679b9b09f698138af4 (diff)
Fix $Id$.
-rw-r--r--cmd-new-session.c2
-rw-r--r--cmd-new-window.c2
-rw-r--r--cmd-set-option.c2
-rw-r--r--cmd-set-window-option.c2
-rw-r--r--cmd-show-options.c2
-rw-r--r--cmd-show-window-options.c2
-rw-r--r--cmd-split-window.c2
-rw-r--r--cmd.c2
-rw-r--r--screen.c2
-rw-r--r--server-fn.c2
-rw-r--r--server-msg.c2
-rw-r--r--server.c2
-rw-r--r--session.c2
-rw-r--r--tmux.12
-rw-r--r--tmux.c2
-rw-r--r--tmux.h2
-rw-r--r--tty.c2
-rw-r--r--window.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/cmd-new-session.c b/cmd-new-session.c
index 18ea73cd..c0b0d3be 100644
--- a/cmd-new-session.c
+++ b/cmd-new-session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-new-session.c,v 1.2 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: cmd-new-session.c,v 1.43 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-new-window.c b/cmd-new-window.c
index fe0729f7..ed13fbdc 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-new-window.c,v 1.2 2009/07/07 06:58:49 nicm Exp $ */
+/* $Id: cmd-new-window.c,v 1.33 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 41d52012..f68fd47c 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-set-option.c,v 1.3 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: cmd-set-option.c,v 1.64 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-set-window-option.c b/cmd-set-window-option.c
index ddd364fa..02f7fc56 100644
--- a/cmd-set-window-option.c
+++ b/cmd-set-window-option.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-set-window-option.c,v 1.3 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: cmd-set-window-option.c,v 1.30 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-show-options.c b/cmd-show-options.c
index 654f27fa..0cbb6cd1 100644
--- a/cmd-show-options.c
+++ b/cmd-show-options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-show-options.c,v 1.2 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: cmd-show-options.c,v 1.13 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-show-window-options.c b/cmd-show-window-options.c
index 52cfa25f..33906841 100644
--- a/cmd-show-window-options.c
+++ b/cmd-show-window-options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-show-window-options.c,v 1.2 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: cmd-show-window-options.c,v 1.9 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd-split-window.c b/cmd-split-window.c
index 0063668e..80964783 100644
--- a/cmd-split-window.c
+++ b/cmd-split-window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-split-window.c,v 1.3 2009/07/07 07:01:10 nicm Exp $ */
+/* $Id: cmd-split-window.c,v 1.17 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/cmd.c b/cmd.c
index 26c6770d..e7fc9eac 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.3 2009/07/07 21:23:22 nicm Exp $ */
+/* $Id: cmd.c,v 1.99 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/screen.c b/screen.c
index 463c0848..40274cdd 100644
--- a/screen.c
+++ b/screen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: screen.c,v 1.6 2009/07/08 05:56:11 nicm Exp $ */
+/* $Id: screen.c,v 1.90 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/server-fn.c b/server-fn.c
index 0b0876e3..ad3154c8 100644
--- a/server-fn.c
+++ b/server-fn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server-fn.c,v 1.3 2009/06/30 13:40:30 nicm Exp $ */
+/* $Id: server-fn.c,v 1.67 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/server-msg.c b/server-msg.c
index d8983102..cee2ec68 100644
--- a/server-msg.c
+++ b/server-msg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server-msg.c,v 1.5 2009/07/07 17:24:32 nicm Exp $ */
+/* $Id: server-msg.c,v 1.72 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/server.c b/server.c
index 6a4930b0..e441f3cf 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.6 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: server.c,v 1.155 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/session.c b/session.c
index 0ce96dac..04811759 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.2 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: session.c,v 1.59 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/tmux.1 b/tmux.1
index e93f8e4e..bacea6f8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.18 2009/07/06 19:50:04 nicm Exp $
+.\" $Id: tmux.1,v 1.106 2009-07-08 18:03:03 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
diff --git a/tmux.c b/tmux.c
index e0bab103..3ab24fb4 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.c,v 1.12 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: tmux.c,v 1.140 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/tmux.h b/tmux.h
index 086afc5a..15f27018 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.16 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: tmux.h,v 1.351 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/tty.c b/tty.c
index c65b47d5..be94b4a4 100644
--- a/tty.c
+++ b/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.9 2009/07/07 17:24:32 nicm Exp $ */
+/* $Id: tty.c,v 1.112 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/window.c b/window.c
index 65f59fc8..05abeede 100644
--- a/window.c
+++ b/window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window.c,v 1.7 2009/07/07 19:49:19 nicm Exp $ */
+/* $Id: window.c,v 1.89 2009-07-08 18:03:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>