| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 1 | -2/+1 |
|\ |
|
| * | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 1 | -2/+1 |
* | | use strbuf_addch for adding single characters | René Scharfe | 2014-07-10 | 1 | -1/+1 |
|/ |
|
* | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+1 |
* | Merge branch 'nd/negative-pathspec' | Junio C Hamano | 2014-01-10 | 1 | -11/+26 |
|\ |
|
| * | pathspec.c: support adding prefix magic to a pathspec with mnemonic magic | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -10/+18 |
| * | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -1/+8 |
* | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | | Merge branch 'mi/typofixes' | Junio C Hamano | 2013-12-03 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | typofixes: fix misspelt comments | Masanari Iida | 2013-11-12 | 1 | -2/+2 |
* | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecs | Nguyễn Thái Ngọc Duy | 2013-10-28 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-09-09 | 1 | -1/+3 |
|\ |
|
| * | pathspec: catch prepending :(prefix) on pathspec with short magic | Nguyễn Thái Ngọc Duy | 2013-09-05 | 1 | -1/+3 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -39/+410 |
|\ \
| |/ |
|
| * | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+8 |
| * | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -5/+42 |
| * | pathspec: make --literal-pathspecs disable pathspec magic | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
| * | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+8 |
| * | kill limit_pathspec_to_literal() as it's only used by parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+6 |
| * | parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -5/+36 |
| * | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+17 |
| * | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+3 |
| * | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+7 |
| * | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+6 |
| * | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -43/+0 |
| * | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+5 |
| * | parse_pathspec: support prefixing original patterns | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+11 |
| * | parse_pathspec: support stripping/checking submodule paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+26 |
| * | parse_pathspec: support stripping submodule trailing slashes | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+9 |
| * | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+6 |
| * | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+12 |
| * | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+2 |
| * | 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 |
* | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -2/+2 |
|/ |
|
* | 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 |