Separate bindings to enter and leave mouse mode.
[profile.git] / .gitconfig
index 67eddc0..a1e7aaf 100644 (file)
@@ -5,11 +5,19 @@
        new = cyan
        meta = green
 [color "interactive"]
-       prompt = cyan
-       header = green
+       prompt = green
+       header = yellow
 [user]
+       name = Iain Patterson
        email = me@iain.cx
 [http]
        sslVerify = false
 [pager]
        diff = false
+[alias]
+       again = commit --amend -C HEAD
+       alias = config --global --get-regexp 'alias\\..*'
+       amend = commit --amend
+       graph = log --graph --pretty=oneline
+       reabse = rebase
+       submit = commit -vuno