Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fix | Johannes Schindelin | 2017-03-08 | 1 | -2/+2 |
* | dir: avoid allocation in fill_directory()rs/fill-directory-optim | René Scharfe | 2017-02-08 | 1 | -4/+3 |
* | Merge branch 'bw/realpath-wo-chdir' | Junio C Hamano | 2017-01-18 | 1 | -2/+2 |
|\ | |||||
* \ | Merge branch 'bw/pathspec-cleanup' | Junio C Hamano | 2017-01-18 | 1 | -107/+84 |
|\ \ | |||||
| * | | dir: convert fill_directory to use the pathspec struct interface | Brandon Williams | 2017-01-08 | 1 | -4/+8 |
| * | | dir: remove struct path_simplify | Brandon Williams | 2017-01-08 | 1 | -103/+76 |
| |/ | |||||
* | | submodule: add absorb-git-dir function | Stefan Beller | 2016-12-12 | 1 | -0/+12 |
* | | move connect_work_tree_and_git_dir to dir.h | Stefan Beller | 2016-12-12 | 1 | -0/+25 |
|/ | |||||
* | read info/{attributes,exclude} only when in repository | Jeff King | 2016-10-26 | 1 | -6/+6 |
* | Merge branch 'bw/ls-files-recurse-submodules' | Junio C Hamano | 2016-10-26 | 1 | -2/+44 |
|\ | |||||
| * | ls-files: add pathspec matching for submodulesbw/ls-files-recurse-submodules | Brandon Williams | 2016-10-10 | 1 | -2/+44 |
* | | use QSORT | René Scharfe | 2016-09-29 | 1 | -2/+2 |
* | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -3/+4 |
|/ | |||||
* | Merge branch 'rs/use-strbuf-addbuf' | Junio C Hamano | 2016-07-25 | 1 | -1/+1 |
|\ | |||||
| * | use strbuf_addbuf() for appending a strbuf to another | René Scharfe | 2016-07-19 | 1 | -1/+1 |
| * | Merge branch 'dt/name-hash-dir-entry-fix' into maint | Junio C Hamano | 2015-11-03 | 1 | -18/+4 |
| |\ | |||||
| * \ | Merge branch 'js/icase-wt-detection' into maint | Junio C Hamano | 2015-10-16 | 1 | -1/+10 |
| |\ \ | |||||
* | \ \ | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 | 1 | -7/+6 |
|\ \ \ \ | |||||
| * | | | | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -7/+6 |
| * | | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' | Junio C Hamano | 2016-04-06 | 1 | -4/+4 |
| |\ \ \ \ | |||||
* | | | | | | dir.c: remove dead function fnmatch_icase() | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -7/+0 |
* | | | | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint | Junio C Hamano | 2016-04-14 | 1 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | dir: store EXC_FLAG_* values in unsigned integersss/exc-flag-is-a-collection-of-bits | Saurav Sachidanand | 2016-03-01 | 1 | -4/+4 |
| * | | | | Merge branch 'rs/janitorial' into maint | Junio C Hamano | 2015-06-16 | 1 | -2/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/gitignore-precedence' into maint | Junio C Hamano | 2015-06-05 | 1 | -3/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 2015-06-05 | 1 | -5/+2 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Revert "Merge branch 'nd/exclusion-regression-fix'" | Junio C Hamano | 2016-03-18 | 1 | -201/+3 |
* | | | | | | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -24/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | write_untracked_extension: use FLEX_ALLOC helper | Jeff King | 2016-02-22 | 1 | -5/+4 |
| * | | | | | | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -2/+2 |
| * | | | | | | | | convert trivial cases to FLEX_ARRAY macros | Jeff King | 2016-02-22 | 1 | -13/+3 |
| * | | | | | | | | use xmallocz to avoid size arithmetic | Jeff King | 2016-02-22 | 1 | -1/+1 |
| * | | | | | | | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -3/+3 |
| * | | | | | | | | Merge branch 'nd/exclusion-regression-fix' into maint | Junio C Hamano | 2016-02-05 | 1 | -74/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'nd/dir-exclude-cleanup' into maint | Junio C Hamano | 2016-02-05 | 1 | -3/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | dir.c: don't exclude whole dir prematurely | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -1/+108 |
* | | | | | | | | | | | dir.c: support marking some patterns already matched | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -3/+74 |
* | | | | | | | | | | | dir.c: support tracing exclude | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -0/+20 |
* | | | | | | | | | | | dir.c: fix match_pathname() | Nguyễn Thái Ngọc Duy | 2016-02-15 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -13/+49 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | dir: simplify untracked cache "ident" field | Christian Couder | 2016-01-25 | 1 | -15/+24 |
| * | | | | | | | | | | | dir: add remove_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -0/+9 |
| * | | | | | | | | | | | dir: add {new,add}_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -0/+18 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'nd/exclusion-regression-fix' | Junio C Hamano | 2016-01-20 | 1 | -74/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match" | Nguyễn Thái Ngọc Duy | 2016-01-08 | 1 | -73/+1 |
* | | | | | | | | | | | Merge branch 'nd/dir-exclude-cleanup' | Junio C Hamano | 2016-01-20 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | dir.c: clean the entire struct in clear_exclude_list()nd/dir-exclude-cleanup | Nguyễn Thái Ngọc Duy | 2015-12-28 | 1 | -3/+1 |
* | | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix' | Junio C Hamano | 2015-10-29 | 1 | -18/+4 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | name-hash: don't reuse cache_entry in dir_entrydt/name-hash-dir-entry-fix | David Turner | 2015-10-21 | 1 | -18/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -4/+2 |
|\ \ \ \ \ \ \ \ \ |