Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |||||
| * | | | use strbuf_complete to conditionally append slash | Jeff King | 2015-10-05 | 1 | -4/+2 |
* | | | | Merge branch 'js/icase-wt-detection' | Junio C Hamano | 2015-10-15 | 1 | -1/+10 |
|\ \ \ \ | |||||
| * | | | | setup: fix "inside work tree" detection on case-insensitive filesystemsjs/icase-wt-detection | Johannes Schindelin | 2015-09-28 | 1 | -1/+10 |
| * | | | | Merge branch 'dt/untracked-subdir' into maint | Junio C Hamano | 2015-09-17 | 1 | -32/+67 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'cb/uname-in-untracked' into maint | Junio C Hamano | 2015-08-19 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'nd/ignore-then-not-ignore' | Junio C Hamano | 2015-10-07 | 1 | -6/+83 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | dir.c: don't exclude whole dir prematurely if neg pattern may matchnd/ignore-then-not-ignore | Nguyễn Thái Ngọc Duy | 2015-09-21 | 1 | -1/+73 |
| * | | | | | dir.c: make last_exclude_matching_from_list() run til the end | Nguyễn Thái Ngọc Duy | 2015-09-21 | 1 | -5/+10 |
| * | | | | | Merge branch 'jc/report-path-error-to-dir' into maint | Junio C Hamano | 2015-03-31 | 1 | -0/+43 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'dt/untracked-subdir' | Junio C Hamano | 2015-08-28 | 1 | -18/+64 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | untracked cache: fix entry invalidationdt/untracked-subdir | Nguyễn Thái Ngọc Duy | 2015-08-19 | 1 | -12/+56 |
| * | | | | | untracked-cache: fix subdirectory handling | David Turner | 2015-08-19 | 1 | -6/+8 |
* | | | | | | Merge branch 'jk/git-path' | Junio C Hamano | 2015-08-19 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -1/+3 |
* | | | | | | | Merge branch 'dt/untracked-sparse' | Junio C Hamano | 2015-08-17 | 1 | -14/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | |||||
| * | | | | | untracked-cache: support sparse checkout | David Turner | 2015-07-31 | 1 | -14/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'cb/uname-in-untracked' | Junio C Hamano | 2015-08-03 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | untracked: fix detection of uname(2) failurecb/uname-in-untracked | Charles Bailey | 2015-07-17 | 1 | -1/+1 |
* | | | | Merge branch 'rs/janitorial' | Junio C Hamano | 2015-06-01 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | dir: remove unused variable sbrs/janitorial | René Scharfe | 2015-05-20 | 1 | -2/+0 |
| * | | | | Merge branch 'cn/bom-in-gitignore' into maint | Junio C Hamano | 2015-05-13 | 1 | -0/+6 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -34/+956 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+54 |
| * | | | | | untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+1 |
| * | | | | | untracked cache: mark index dirty if untracked cache is updated | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+9 |
| * | | | | | untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+12 |
| * | | | | | untracked cache: avoid racy timestamps | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -2/+2 |