summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-15 10:19:13 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-15 10:19:13 -0700
commit5d515e6360213948907e36fcb03b43309f192254 (patch)
tree171461fe9f1360cdea91e3cc0e2c1db7df173a7a /gitconfig
parent[emacs] get back to a smaller font size (diff)
downloademacs.d-5d515e6360213948907e36fcb03b43309f192254.tar.gz
[git] don't use colors and remove a couple aliases
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig
index 18e97ac..ce75d1d 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,5 @@
 [color]
-	ui = true
+	ui = false
 
 [push]
 	default = simple
@@ -9,8 +9,6 @@
 	br = branch
 	ci = commit
 	co = checkout
-	g = "grep --heading --break"
-	pending = !GIT_CURRENT_BRANCH=$(git name-rev --name-only HEAD) && git log origin/$GIT_CURRENT_BRANCH..$GIT_CURRENT_BRANCH --oneline
 	pr = pull --rebase
 	st = status -sb
 	lg = log --graph --oneline --decorate