Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-06 | 1 | -6/+0 |
|\ | |||||
| * | mingw: only test index entries for backslashes, not tree entries | Johannes Schindelin | 2020-01-02 | 1 | -6/+0 |
* | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-09 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| |\ | |||||
| | * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | |\ | |||||
| | | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | |\ | |||||
| | | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | mingw: disallow backslash characters in tree objects' file names | Johannes Schindelin | 2019-12-04 | 1 | -0/+6 |
* | | | | | | | | | | | Merge branch 'jk/lore-is-the-archive' | Junio C Hamano | 2019-12-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | doc: replace public-inbox links with lore.kernel.org | Jeff King | 2019-11-30 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jk/tree-walk-overflow' | Junio C Hamano | 2019-08-22 | 1 | -22/+42 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | tree-walk: harden make_traverse_path() length computations | Jeff King | 2019-08-01 | 1 | -8/+20 |
| * | | | | | | | | | tree-walk: add a strbuf wrapper for make_traverse_path() | Jeff King | 2019-08-01 | 1 | -6/+15 |
| * | | | | | | | | | tree-walk: use size_t consistently | Jeff King | 2019-08-01 | 1 | -2/+2 |
| * | | | | | | | | | tree-walk: drop oid from traverse_info | Jeff King | 2019-07-31 | 1 | -11/+12 |
| * | | | | | | | | | setup_traverse_info(): stop copying oid | Jeff King | 2019-07-31 | 1 | -3/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -4/+8 |
* | | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -6/+12 |
* | | | | | | | | | tree-walk.c: remove the_repo from fill_tree_descriptor() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -2/+4 |
* | | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -3/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | Use 'unsigned short' for mode, like diff_filespec does | Elijah Newren | 2019-04-08 | 1 | -3/+3 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'dt/cat-file-batch-ambiguous' | Junio C Hamano | 2019-02-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Do not print 'dangling' for cat-file in case of ambiguity | David Turner | 2019-01-18 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 2019-01-29 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -4/+7 |
| * | | | | | | | tree-walk: copy object ID before use | brian m. carlson | 2019-01-15 | 1 | -5/+5 |
| |/ / / / / / | |||||
* | | | | | | | tree-walk: support :(attr) matching | Nguyễn Thái Ngọc Duy | 2018-11-19 | 1 | -14/+53 |
* | | | | | | | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 2018-11-19 | 1 | -8/+14 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'nd/tree-walk-path-exclusion' | Junio C Hamano | 2018-11-13 | 1 | -3/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | tree-walk.c: fix overoptimistic inclusion in :(exclude) matching | Nguyễn Thái Ngọc Duy | 2018-11-05 | 1 | -3/+8 |
| |/ / / / | |||||
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-08-02 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | tree-walk: replace hard-coded constants with the_hash_algo | brian m. carlson | 2018-07-16 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | | | | tree-walk: convert get_tree_entry_follow_symlinks to object_id | brian m. carlson | 2018-05-02 | 1 | -8/+8 |
* | | | | | tree-walk: avoid hard-coded 20 constant | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
* | | | | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 2018-03-14 | 1 | -5/+4 |
* | | | | tree-walk: convert tree entry functions to object_id | brian m. carlson | 2018-03-14 | 1 | -10/+10 |
* | | | | tree-walk: convert get_tree_entry_follow_symlinks internals to object_id | brian m. carlson | 2018-03-14 | 1 | -11/+11 |
|/ / / | |||||
* | | | Merge branch 'bw/pathspec-match-submodule-boundary' | Junio C Hamano | 2017-12-19 | 1 | -2/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | pathspec: only match across submodule boundaries when requestedbw/pathspec-match-submodule-boundary | Brandon Williams | 2017-12-05 | 1 | -2/+3 |
* | | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -2/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compare | Ramsay Jones | 2017-09-22 | 1 | -2/+1 |
| |/ | |||||
* | | tree-walk: convert fill_tree_descriptor() to object_idrs/object-id | René Scharfe | 2017-08-14 | 1 | -4/+5 |
|/ |