Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+4 |
* | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+11 |
* | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+21 |
* | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+1 |
* | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+1 |
* | pathspec.c: rename newly public functions for clarity | Adam Spiers | 2013-01-06 | 1 | -2/+2 |
* | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+7 |