• S
    Provide more meaningful output from 'git init-db'. · ef0a89a6
    Shawn O. Pearce 提交于
    Back in the old days of Git when people messed around with their
    GIT_DIR environment variable more often it was nice to know whether
    or not git-init-db created a .git directory or used GIT_DIR.
    As most users at that time were rather technical UNIXy folk the
    message "defaulting to local storage area" made sense to some and
    seemed reasonable.
    
    But it doesn't really convey any meaning to the new Git user,
    as they don't know what a 'local storage area is' nor do they
    know enough about Git to care.  It also really doesn't tell the
    experienced Git user a whole lot about the command they just ran,
    especially if they might be reinitializing an existing repository
    (e.g. to update hooks).
    
    So now we print out what we did ("Initialized empty" or
    "Reinitialized existing"), what type of repository ("" or "shared"),
    and what location the repository will be in ("$GIT_DIR").
    
    Suggested in part by Andy Parkins in his Git 'niggles' list
    (<200612132237.10051.andyparkins@gmail.com>).
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    ef0a89a6
builtin-init-db.c 8.3 KB