verbose git-up

Mon, 01 Jun 2015 17:13:18 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jun 2015 17:13:18 -0700
changeset 186
4d168818b573
parent 185
4e227517a5cd
child 187
84c6fa7ebc05

verbose git-up

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

mercurial