From: Iain Patterson Date: Fri, 17 Apr 2009 22:16:29 +0000 (+0100) Subject: Gitify the working tree. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=819bb88d5a014a23150b8fd609d194e883958674 Gitify the working tree. Removed Subversion Id tags. Moved scripts to opt/bin. Moved source to src. --- diff --git a/.bash_profile b/.bash_profile index d0db134..5b49345 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,3 @@ -# $Id$ if $(tty -s); then . /etc/profile . ~/.bash_profile diff --git a/.inputrc b/.inputrc index 7cde4ba..27bb7c6 100644 --- a/.inputrc +++ b/.inputrc @@ -1,5 +1,3 @@ -# $Id$ - $include /etc/inputrc set editing-mode vi diff --git a/.profile.d/OS.bashrc b/.profile.d/OS.bashrc index 84f0338..6fa63d2 100644 --- a/.profile.d/OS.bashrc +++ b/.profile.d/OS.bashrc @@ -1,4 +1,3 @@ -# $Id$ SYSTEM=$(uname -s) KERNEL=$(uname -r) ARCHITECTURE=$(uname -m) diff --git a/.profile.d/PATH.bashrc b/.profile.d/PATH.bashrc index 66cd709..fa7fa01 100644 --- a/.profile.d/PATH.bashrc +++ b/.profile.d/PATH.bashrc @@ -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. # diff --git a/.profile.d/TERM.bashrc b/.profile.d/TERM.bashrc index a315c9f..1c92469 100644 --- a/.profile.d/TERM.bashrc +++ b/.profile.d/TERM.bashrc @@ -1,2 +1 @@ -# $Id$ export TERMINFO=~/.terminfo diff --git a/.profile.d/aliases.bashrc b/.profile.d/aliases.bashrc index d8a72f3..4c424d4 100644 --- a/.profile.d/aliases.bashrc +++ b/.profile.d/aliases.bashrc @@ -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' diff --git a/.profile.d/bash3.bashrc b/.profile.d/bash3.bashrc index 800bb26..19d7f1c 100644 --- a/.profile.d/bash3.bashrc +++ b/.profile.d/bash3.bashrc @@ -1,4 +1,3 @@ -# $Id$ #export HISTCONTROL=ignoredups export HISTTIMEFORMAT='[%Y-%m-%d %H:%M:%S] ' export HISTFILESIZE=3000 diff --git a/.profile.d/completion.bashrc b/.profile.d/completion.bashrc index e18ec39..775c208 100644 --- a/.profile.d/completion.bashrc +++ b/.profile.d/completion.bashrc @@ -1,4 +1,3 @@ -# $Id$ # Helper! export COMPLETION_DIR_SSH=~/.ssh/hosts export COMPLETION_DIR_TELNET=~/.telnet/hosts diff --git a/.profile.d/krb5.bashrc b/.profile.d/krb5.bashrc index a0fdd52..586f80d 100644 --- a/.profile.d/krb5.bashrc +++ b/.profile.d/krb5.bashrc @@ -1,4 +1,3 @@ -# $Id$ alias kssh='ssh -o preferredauthentications=gssapi-with-mic' alias pssh='ssh -o preferredauthentications=password,keyboard-interactive' diff --git a/.profile.d/locale.bashrc b/.profile.d/locale.bashrc index fdf0fd1..d7eeb53 100644 --- a/.profile.d/locale.bashrc +++ b/.profile.d/locale.bashrc @@ -1,5 +1,3 @@ -# $Id$ - unset LANG LC_ALL for locale in en_GB.UTF-8 en_GB; do diff --git a/.profile.d/man.bashrc b/.profile.d/man.bashrc index 229a5f2..605b9c6 100644 --- a/.profile.d/man.bashrc +++ b/.profile.d/man.bashrc @@ -1,5 +1,3 @@ -# $Id$ -# # Use vim for manpages and infopages. # Requires vim 5+ and info.vim plugin. # diff --git a/.profile.d/options.bashrc b/.profile.d/options.bashrc index 366cb84..8000115 100644 --- a/.profile.d/options.bashrc +++ b/.profile.d/options.bashrc @@ -1,5 +1,3 @@ -# $Id$ -# # Bash variables and options. # Some of these are (now) the default but listed for completeness. # diff --git a/.profile.d/p4.bashrc b/.profile.d/p4.bashrc index 53967d1..0422ee8 100644 --- a/.profile.d/p4.bashrc +++ b/.profile.d/p4.bashrc @@ -1,4 +1,3 @@ -# $Id$ if [ ! -z "$SUDO_USER" ]; then export P4USER=$SUDO_USER export P4TICKETS=/tmp/.p4tickets.$SUDO_USER diff --git a/.profile.d/prompt.bashrc b/.profile.d/prompt.bashrc index 07c9f9d..501163b 100644 --- a/.profile.d/prompt.bashrc +++ b/.profile.d/prompt.bashrc @@ -1,5 +1,3 @@ -# $Id$ -# # Set the title of an xterm to the hostname. # diff --git a/.profile.d/proxy.bashrc b/.profile.d/proxy.bashrc index ecf56ae..746a897 100644 --- a/.profile.d/proxy.bashrc +++ b/.profile.d/proxy.bashrc @@ -1,4 +1,3 @@ -# $Id$ # Read proxy information from Subversion if possible. servers=~/.subversion/servers diff --git a/.profile.d/ps1.bashrc b/.profile.d/ps1.bashrc index 5f023f8..1cffe4f 100644 --- a/.profile.d/ps1.bashrc +++ b/.profile.d/ps1.bashrc @@ -1,5 +1,3 @@ -# $Id$ -# # Coloured prompts for bash. # # Prompt is user@host:/dir$ where host is highlighted in green if the last diff --git a/.profile.d/ssh.bashrc b/.profile.d/ssh.bashrc index 5f3c1a5..17cd4bb 100644 --- a/.profile.d/ssh.bashrc +++ b/.profile.d/ssh.bashrc @@ -1,5 +1,3 @@ -# $Id$ - SOCKET=~/.ssh/agent function get_agent_pid() { diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 1bf5215..a4fda1e 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -1,4 +1,3 @@ -# $Id$ export SSHTERM=urxvtc export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e diff --git a/.screenrc b/.screenrc index bdce4b0..3644fdc 100644 --- a/.screenrc +++ b/.screenrc @@ -1,5 +1,3 @@ -# $Id$ - # Use Control-P instead of Control-A for stuff. escape ^pp diff --git a/.subversion/config b/.subversion/config index 9d828f8..8e078b1 100644 --- a/.subversion/config +++ b/.subversion/config @@ -1,4 +1,2 @@ -# $Id$ - [helpers] editor-cmd = vim -S $HOME/.vim/script/svn diff --git a/.tcshrc b/.tcshrc index 70543d3..bf80cfa 100644 --- a/.tcshrc +++ b/.tcshrc @@ -1,5 +1,3 @@ -# $Id$ - # Similar prompt to bash but with a % to distinguish between shells. set prompt='%n@%m:%~% ' diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 60ed47f..fb32b07 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -1,4 +1,3 @@ -" $Id$ " Mangling for terminal code ripped from desert256. if version > 580 diff --git a/.vim/script/p4 b/.vim/script/p4 index f599b3f..f4f48dd 100644 --- a/.vim/script/p4 +++ b/.vim/script/p4 @@ -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() diff --git a/.vim/script/svn b/.vim/script/svn index c927fe4..0eedff1 100644 --- a/.vim/script/svn +++ b/.vim/script/svn @@ -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 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,4 @@ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" $Id$ -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Multi-version vimrc compatible with version 4 and above. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" diff --git a/.xstroke/alphabet b/.xstroke/alphabet index 9c6619d..a2d556a 100644 --- a/.xstroke/alphabet +++ b/.xstroke/alphabet @@ -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 { diff --git a/bigscreen b/opt/bin/bigscreen similarity index 97% rename from bigscreen rename to opt/bin/bigscreen index 1d32916..df235b8 100755 --- a/bigscreen +++ b/opt/bin/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] diff --git a/choice b/opt/bin/choice similarity index 99% rename from choice rename to opt/bin/choice index 882e39e..8f80781 100755 --- a/choice +++ b/opt/bin/choice @@ -1,7 +1,5 @@ #!/bin/bash # -# $Id$ -# # choice: Display an X dialogue to allow a choice. # Usage: choice [-t ] : [: ...] # Example: choice "File exists" "Replace:1" "Back up:2" "No action:0" diff --git a/has_term b/opt/bin/has_term similarity index 100% rename from has_term rename to opt/bin/has_term diff --git a/kill_known_host b/opt/bin/kill_known_host similarity index 99% rename from kill_known_host rename to opt/bin/kill_known_host index 46dbb83..b7c0d08 100755 --- a/kill_known_host +++ b/opt/bin/kill_known_host @@ -1,7 +1,5 @@ #!/usr/bin/perl # -# $Id$ -# # kill_known_host: Remove an entry from the ssh hosts file. # Usage: kill_known_host [options] | # Options: -n Only report key; don't delete it. diff --git a/lensort b/opt/bin/lensort similarity index 93% rename from lensort rename to opt/bin/lensort index cb1fd7a..3a26d05 100755 --- a/lensort +++ b/opt/bin/lensort @@ -1,7 +1,4 @@ #!/bin/bash -# -# $Id$ -# if [ "$1" = "-r" ]; then shift diff --git a/phier b/opt/bin/phier similarity index 99% rename from phier rename to opt/bin/phier index cc6387f..8806835 100755 --- a/phier +++ b/opt/bin/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 ] diff --git a/sshcolourterm b/opt/bin/sshcolourterm similarity index 97% rename from sshcolourterm rename to opt/bin/sshcolourterm index 02ae9e1..c144a3b 100755 --- a/sshcolourterm +++ b/opt/bin/sshcolourterm @@ -1,7 +1,4 @@ #!/bin/bash -# -# $Id$ -# SSHCOLOURS=~/.ssh/colours diff --git a/sshterm b/opt/bin/sshterm similarity index 90% rename from sshterm rename to opt/bin/sshterm index 3e9f734..158b328 100755 --- a/sshterm +++ b/opt/bin/sshterm @@ -1,7 +1,4 @@ #!/bin/bash -# -# $Id$ -# ${SSHTERM:-xterm} ${SSHTERM_TITLE:--title} "$1" ${SSHTERM_EXEC:--e} \ sshcolourterm ${1+"$@"} diff --git a/terminal_colors b/opt/bin/terminal_colors similarity index 100% rename from terminal_colors rename to opt/bin/terminal_colors diff --git a/ufont b/opt/bin/ufont similarity index 97% rename from ufont rename to opt/bin/ufont index e0c8940..7d3e8b8 100755 --- a/ufont +++ b/opt/bin/ufont @@ -1,7 +1,5 @@ #!/bin/bash # -# $Id$ -# # ufont: Change urxvt font. # Usage: ufont [] # Example: ufont 12 diff --git a/usize b/opt/bin/usize similarity index 97% rename from usize rename to opt/bin/usize index 73b0346..7221e60 100755 --- a/usize +++ b/opt/bin/usize @@ -1,7 +1,5 @@ #!/bin/bash -i # -# $Id$ -# # usize: Set urxvt (or terminal which understands the same escape sequences) # size. # Usage: usize [] diff --git a/answerback.c b/src/answerback.c similarity index 100% rename from answerback.c rename to src/answerback.c