summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-07-16 21:02:37 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2009-07-16 21:02:37 +0000
commit33b0018457db0bd965b906d6fc2963a1f7facedc (patch)
tree66579617a2500a626f0ec96cb7f0ad15b4daaf94
parentab8c169a9a13cafd39570531c86f0cd1f8ee6bc5 (diff)
update gitconfig and add to link-them
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@404 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xLink-Them2
-rw-r--r--gitconfig5
2 files changed, 6 insertions, 1 deletions
diff --git a/Link-Them b/Link-Them
index 7cd10a8..8fdfac7 100755
--- a/Link-Them
+++ b/Link-Them
@@ -12,7 +12,7 @@ else
relpath="${dir##$HOME/}/"
fi
-for file in bash_profile bashrc screenrc vimrc zshrc zshfunc; do
+for file in bash_profile bashrc gitconfig screenrc vimrc zshrc zshfunc; do
if [ -L "$HOME/.$file" ]; then
if [ "$(readlink "$HOME/.$file")" = "$dir/$file" ]; then # old style symlink, remove
rm -v -f "$HOME/.$file"
diff --git a/gitconfig b/gitconfig
index b7d11d3..10f6efc 100644
--- a/gitconfig
+++ b/gitconfig
@@ -4,6 +4,7 @@
[alias]
st = status
ci = commit
+ co = checkout
[color]
diff = auto
status = auto
@@ -12,3 +13,7 @@
sslCAPath = /etc/ssl/certs
[merge]
summary = true
+[branch "debian-merge"]
+ mergeoptions = --no-ff --no-commit
+[branch "debian"]
+ mergeoptions = --no-ff --no-commit