Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -38/+130 |
* | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+8 |
* | pathspec: i18n-ize error strings in pathspec parsing code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+3 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+150 |
* | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+12 |
* | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+31 |
* | pathspec.c: rename newly public functions for clarity | Adam Spiers | 2013-01-06 | 1 | -8/+9 |
* | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+57 |