[SAC] revision controlled configs and unix groups
    Sandro Santilli 
    strk at keybit.net
       
    Mon Apr  4 00:14:01 PDT 2016
    
    
  
On Mon, Apr 04, 2016 at 08:42:10AM +0200, Sandro Santilli wrote:
> I find it very useful as you can quickly see what's being changed,
> although right now it's not as easy to tell by _whom_, given it
> takes root privs to commit (this is something I'd like to fix).
FYI, this is a workaround:
 export GIT_AUTHOR_NAME="My Name"
 export GIT_AUTHOR_EMAIL="my at ema.il"
 sudo -E git commit # -E preserves environment
--strk;
    
    
More information about the Sac
mailing list