.gitconfig

changeset 212
36642e1d867a
parent 207
af14b7f5bc42
child 228
bf3429214b78
--- a/.gitconfig
+++ b/.gitconfig
@@ -19,7 +19,7 @@
 	unstage = reset HEAD --
 	update  = "!git remote update -p && git merge --ff-only --stat @{u}"
 	in      = "!git remote update -p; git log ..@{u}"
-	out     = log @{u}..
+	out     = "!git glog @{u}.."
 	new     = !sh -c 'git log $1@{1}..$1@{0}' "$@"
 	cleanup = "!git branch --merged | grep  -v '\\*\\|master\\|develop' | xargs -n 1 echo git branch -d"
 	ctags   = "!~/.git_helpers/ctags"

mercurial