• J
    git-ls-files: --exclude mechanism updates. · f87f9497
    Junio C Hamano 提交于
    Add --exclude-per-directory=<name> option that specifies a file
    to contain exclude patterns local to that directory and its
    subdirectories.  Update the exclusion logic to be able to say
    "include files that match this more specific pattern, even
    though later exclude patterns may match them".  Also enhances
    that a pattern can contain '/' in which case fnmatch is called
    with FNM_PATHNAME flag to match the entire path. 
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    f87f9497
t3001-ls-files-others-exclude.sh 776 字节