Re: [PATCH 2/2] repo-config: learn the flag "--no-local"

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: 2006-06-09 01:32:37
On Thu, Jun 08, 2006 at 01:31:46PM +0200, Johannes Schindelin wrote:
> 
> Since there is a global config now, we need a way to access it
> conveniently. Now you can say
> 
> 	git repo-config --no-local alias.l "log --stat -M ORIG_HEAD.."
> 
> to set the alias globally (it will be stored in ~/.gitconfig).
> 

how about  making the above 

   git config --repo alias.l "log --stat -M ORIG_HEAD.."

-aneesh
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Jun 09 01:33:27 2006

This archive was generated by hypermail 2.1.8 : 2006-06-09 01:33:47 EST