Gitify the working tree.
authorIain Patterson <me@iain.cx>
Fri, 17 Apr 2009 22:16:29 +0000 (23:16 +0100)
committerIain Patterson <me@iain.cx>
Fri, 17 Apr 2009 22:16:29 +0000 (23:16 +0100)
Removed Subversion Id tags.
Moved scripts to opt/bin.
Moved source to src.

39 files changed:
.bash_profile
.bashrc
.inputrc
.profile.d/OS.bashrc
.profile.d/PATH.bashrc
.profile.d/TERM.bashrc
.profile.d/aliases.bashrc
.profile.d/bash3.bashrc
.profile.d/completion.bashrc
.profile.d/krb5.bashrc
.profile.d/locale.bashrc
.profile.d/man.bashrc
.profile.d/options.bashrc
.profile.d/p4.bashrc
.profile.d/prompt.bashrc
.profile.d/proxy.bashrc
.profile.d/ps1.bashrc
.profile.d/ssh.bashrc
.profile.d/variables.bashrc
.screenrc
.subversion/config
.tcshrc
.vim/colors/iain.vim
.vim/script/p4
.vim/script/svn
.vimrc
.xstroke/alphabet
opt/bin/bigscreen [moved from bigscreen with 97% similarity]
opt/bin/choice [moved from choice with 99% similarity]
opt/bin/has_term [moved from has_term with 100% similarity]
opt/bin/kill_known_host [moved from kill_known_host with 99% similarity]
opt/bin/lensort [moved from lensort with 93% similarity]
opt/bin/phier [moved from phier with 99% similarity]
opt/bin/sshcolourterm [moved from sshcolourterm with 97% similarity]
opt/bin/sshterm [moved from sshterm with 90% similarity]
opt/bin/terminal_colors [moved from terminal_colors with 100% similarity]
opt/bin/ufont [moved from ufont with 97% similarity]
opt/bin/usize [moved from usize with 97% similarity]
src/answerback.c [moved from answerback.c with 100% similarity]

index d0db134..5b49345 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 if $(tty -s) || [ "${0:0:1}" = "-" ]; then
   # Remember if nocaseglob was on.
   shopt -q nocaseglob
diff --git a/.bashrc b/.bashrc
index c844bd5..d56387e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,3 @@
-# $Id$
 if $(tty -s); then
   . /etc/profile
   . ~/.bash_profile
index 7cde4ba..27bb7c6 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -1,5 +1,3 @@
-# $Id$
-
 $include /etc/inputrc
 
 set editing-mode vi
index 84f0338..6fa63d2 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 SYSTEM=$(uname -s)
 KERNEL=$(uname -r)
 ARCHITECTURE=$(uname -m)
index 66cd709..fa7fa01 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Path information is stored on separate lines in XXXdirs.
 # We extract each directory exists and add it to the appropriate PATH.
 #
index a315c9f..1c92469 100644 (file)
@@ -1,2 +1 @@
-# $Id$
 export TERMINFO=~/.terminfo
index d8a72f3..4c424d4 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 grep -V 2>/dev/null | grep GNU >/dev/null && alias grep='grep --color=auto'
 alias knh='kill_known_host'
 alias l='ls'
index 800bb26..19d7f1c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #export HISTCONTROL=ignoredups
 export HISTTIMEFORMAT='[%Y-%m-%d %H:%M:%S] '
 export HISTFILESIZE=3000
index e18ec39..775c208 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 # Helper!
 export COMPLETION_DIR_SSH=~/.ssh/hosts
 export COMPLETION_DIR_TELNET=~/.telnet/hosts
index a0fdd52..586f80d 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 alias kssh='ssh -o preferredauthentications=gssapi-with-mic'
 alias pssh='ssh -o preferredauthentications=password,keyboard-interactive'
 
index fdf0fd1..d7eeb53 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 unset LANG LC_ALL
 
 for locale in en_GB.UTF-8 en_GB; do
index 229a5f2..605b9c6 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Use vim for manpages and infopages.
 # Requires vim 5+ and info.vim plugin.
 #
index 366cb84..8000115 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Bash variables and options.
 # Some of these are (now) the default but listed for completeness.
 #
index 53967d1..0422ee8 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 if [ ! -z "$SUDO_USER" ]; then
   export P4USER=$SUDO_USER
   export P4TICKETS=/tmp/.p4tickets.$SUDO_USER
index 07c9f9d..501163b 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Set the title of an xterm to the hostname.
 #
 
index ecf56ae..746a897 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 # Read proxy information from Subversion if possible.
 
 servers=~/.subversion/servers
index 5f023f8..1cffe4f 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Coloured prompts for bash.
 #
 # Prompt is user@host:/dir$ where host is highlighted in green if the last 
index 5f3c1a5..17cd4bb 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 SOCKET=~/.ssh/agent
 
 function get_agent_pid() {
index 1bf5215..a4fda1e 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 export SSHTERM=urxvtc
 export SSHTERM_TITLE=-title
 export SSHTERM_EXEC=-e
index bdce4b0..3644fdc 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,5 +1,3 @@
-# $Id$
-
 # Use Control-P instead of Control-A for stuff.
 escape ^pp
 
index 9d828f8..8e078b1 100644 (file)
@@ -1,4 +1,2 @@
-# $Id$
-
 [helpers]
 editor-cmd = vim -S $HOME/.vim/script/svn
diff --git a/.tcshrc b/.tcshrc
index 70543d3..bf80cfa 100644 (file)
--- a/.tcshrc
+++ b/.tcshrc
@@ -1,5 +1,3 @@
-# $Id$
-
 # Similar prompt to bash but with a % to distinguish between shells.
 set prompt='%n@%m:%~% '
 
index 60ed47f..fb32b07 100644 (file)
@@ -1,4 +1,3 @@
-" $Id$
 " Mangling for terminal code ripped from desert256.
 
 if version > 580
index f599b3f..f4f48dd 100644 (file)
@@ -1,4 +1,3 @@
-" $Id$ vim: se syntax=vim:
 " Define the function we'll use.  It's easier to do this than to faff about 
 " trying to run a sequence of normal mode commands.
 fun! P4submit()
index c927fe4..0eedff1 100644 (file)
@@ -1,4 +1,3 @@
-" $Id$ vim: se syntax=vim:
 " Define the function we'll use.  It's easier to do this than to faff about 
 " trying to run a sequence of normal mode commands.
 fun! SVNcommit()
diff --git a/.vimrc b/.vimrc
index 9fba99c..b2b4a63 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,6 +1,4 @@
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" $Id$
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " Multi-version vimrc compatible with version 4 and above.
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 
index 9c6619d..a2d556a 100644 (file)
@@ -1,6 +1,4 @@
-# $Id$
-#
-# 2006-01-18 iain: Added alph keyboard, all quadrants; no mode shifts.
+# 2006-01-18 iain: Added alpha keyboard, all quadrants; no mode shifts.
 # 2006-01-17 iain: Initial version.
 
 Engine grid {
similarity index 97%
rename from bigscreen
rename to opt/bin/bigscreen
index 1d32916..df235b8 100755 (executable)
--- a/bigscreen
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-#
 # bigscreen: Start screen, resizing the current window to allow a hardstatus 
 #            line in addition to an 80x24 display.
 # Usage: bigscreen [args]
similarity index 99%
rename from choice
rename to opt/bin/choice
index 882e39e..8f80781 100755 (executable)
--- a/choice
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-#
 # choice: Display an X dialogue to allow a choice.
 # Usage: choice [-t <timeout>] <description> <text>:<ret> [<text>:<ret> ...]
 # Example: choice "File exists" "Replace:1" "Back up:2" "No action:0"
similarity index 100%
rename from has_term
rename to opt/bin/has_term
similarity index 99%
rename from kill_known_host
rename to opt/bin/kill_known_host
index 46dbb83..b7c0d08 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl
 #
-# $Id$
-#
 # kill_known_host: Remove an entry from the ssh hosts file.
 # Usage: kill_known_host [options] <IP>|<hostname>
 # Options: -n   Only report key; don't delete it.
similarity index 93%
rename from lensort
rename to opt/bin/lensort
index cb1fd7a..3a26d05 100755 (executable)
--- a/lensort
@@ -1,7 +1,4 @@
 #!/bin/bash
-#
-# $Id$
-#
 
 if [ "$1" = "-r" ]; then
   shift
similarity index 99%
rename from phier
rename to opt/bin/phier
index cc6387f..8806835 100755 (executable)
--- a/phier
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-#
 # phier: Show process tree incorporating a process.
 # Notes: phier functions similarly (but not identically) to Solaris ptree.
 # Usage: phier [-s <search>] <pid>
similarity index 97%
rename from sshcolourterm
rename to opt/bin/sshcolourterm
index 02ae9e1..c144a3b 100755 (executable)
@@ -1,7 +1,4 @@
 #!/bin/bash
-#
-# $Id$
-#
 
 SSHCOLOURS=~/.ssh/colours
 
similarity index 90%
rename from sshterm
rename to opt/bin/sshterm
index 3e9f734..158b328 100755 (executable)
--- a/sshterm
@@ -1,7 +1,4 @@
 #!/bin/bash
-#
-# $Id$
-#
 
 ${SSHTERM:-xterm} ${SSHTERM_TITLE:--title} "$1" ${SSHTERM_EXEC:--e} \
 sshcolourterm ${1+"$@"}
similarity index 100%
rename from terminal_colors
rename to opt/bin/terminal_colors
similarity index 97%
rename from ufont
rename to opt/bin/ufont
index e0c8940..7d3e8b8 100755 (executable)
--- a/ufont
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-#
 # ufont: Change urxvt font.
 # Usage: ufont <size> [<font>]
 # Example: ufont 12
similarity index 97%
rename from usize
rename to opt/bin/usize
index 73b0346..7221e60 100755 (executable)
--- a/usize
@@ -1,7 +1,5 @@
 #!/bin/bash -i
 #
-# $Id$
-#
 # usize: Set urxvt (or terminal which understands the same escape sequences) 
 #        size.
 # Usage: usize <width> [<height>]
similarity index 100%
rename from answerback.c
rename to src/answerback.c