• M
    build dashless "bin-wrappers" directory similar to installed bindir · ea925196
    Matthew Ogilvie 提交于
    The new bin-wrappers directory contains wrapper scripts
    for executables that will be installed into the standard
    bindir.  It explicitly does not contain most dashed-commands.
    The scripts automatically set environment variables to run out
    of the source tree, not the installed directory.
    
    This will allow running the test suite without dashed commands in
    the PATH.  It also provides a simplified way to test run custom
    built git executables without installing them first.
    
    bin-wrappers also contains wrappers for some test suite support
    executables, where the test suite will soon make use of them.
    Signed-off-by: NMatthew Ogilvie <mmogilvi_git@miniinfo.net>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    ea925196
.gitignore 2.7 KB