commit | ae2b0f15180d4b044828c836bcab6a990efa5c8e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Nov 24 00:12:11 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Nov 25 13:49:17 2005 -0800 |
tree | f316bfd81eaa2064c1d9e01a336eaed8d7a5bd4f | |
parent | e8cc80d03934cc607e3a4d89a05350c238dbf9c5 [diff] |
git-sh-setup: die if outside git repository. Now all the users of this script detect its exit status and die, complaining that it is outside git repository. So move the code that dies from all callers to git-sh-setup script. Signed-off-by: Junio C Hamano <junkio@cox.net>