Shorter outgoing log with glog

Wed, 21 Oct 2015 18:29:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 21 Oct 2015 18:29:14 -0400
changeset 212
36642e1d867a
parent 211
4428a36a556d
child 213
859dd4b440d8

Shorter outgoing log with glog

.gitconfig file | annotate | diff | comparison | revisions
--- 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