# HG changeset patch # User Meredith Howard # Date 1433203998 25200 # Node ID 4d168818b57326ab7370891cd6566c36b9e3ccdf # Parent 4e227517a5cd9792bdb8a137e3d958c65cfe2ede verbose git-up diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -28,11 +28,12 @@ [rebase] stat = true +# include.path is available in git 1.7.10 and later [include] path = ~/.gitconfig.local # https://github.com/aanand/git-up # $ gem install git-up [git-up "rebase"] - log-hook = "echo \"changes on $1:\"; git log --oneline --decorate $1..$2" + log-hook = "echo \"changes on $1 -> $2:\"; git log --oneline --decorate $1..$2"