comparison .gitconfig @ 301:2a1eeec1b4ea

add a git root command
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 14 May 2013 13:25:45 -0700
parents 498210b6e1a9
children d6587ced0f07
comparison
equal deleted inserted replaced
300:a1c72313b3df 301:2a1eeec1b4ea
2 excludesfile = /home/jhammel/.gitignore 2 excludesfile = /home/jhammel/.gitignore
3 [user] 3 [user]
4 name = Jeff Hammel 4 name = Jeff Hammel
5 email = jhammel@mozilla.com 5 email = jhammel@mozilla.com
6 [alias] 6 [alias]
7 branches = branch -a
8 root = rev-parse --show-toplevel
7 st = status 9 st = status
8 branches = branch -a