summaryrefslogtreecommitdiff
path: root/tree-walk.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+6
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+6
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+6
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+6
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+6
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+6
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+6
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+6
| | | | | | | |\
| | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+6
| | | | | | | | |\
| | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+6
| | | | | | | | | |\
| | | | | | | | | | * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-041-0/+6
* | | | | | | | | | | Merge branch 'jk/lore-is-the-archive'Junio C Hamano2019-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | doc: replace public-inbox links with lore.kernel.orgJeff King2019-11-301-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/tree-walk-overflow'Junio C Hamano2019-08-221-22/+42
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | tree-walk: harden make_traverse_path() length computationsJeff King2019-08-011-8/+20
| * | | | | | | | | tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King2019-08-011-6/+15
| * | | | | | | | | tree-walk: use size_t consistentlyJeff King2019-08-011-2/+2
| * | | | | | | | | tree-walk: drop oid from traverse_infoJeff King2019-07-311-11/+12
| * | | | | | | | | setup_traverse_info(): stop copying oidJeff King2019-07-311-3/+1
| |/ / / / / / / /
* | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy2019-06-271-4/+8
* | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-6/+12
* | | | | | | | | tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy2019-06-271-2/+4
* | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-3/+4
|/ / / / / / / /
* | | | | | | | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-3/+3
|/ / / / / / /
* | | | | | | Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano2019-02-061-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Do not print 'dangling' for cat-file in case of ambiguityDavid Turner2019-01-181-2/+2
* | | | | | | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-9/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-4/+7
| * | | | | | | tree-walk: copy object ID before usebrian m. carlson2019-01-151-5/+5
| |/ / / / / /
* | | | | | | tree-walk: support :(attr) matchingNguyễn Thái Ngọc Duy2018-11-191-14/+53
* | | | | | | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-191-8/+14
|/ / / / / /
* | | | | | Merge branch 'nd/tree-walk-path-exclusion'Junio C Hamano2018-11-131-3/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy2018-11-051-3/+8
| |/ / / /
* | | | | Merge branch 'bc/object-id'Junio C Hamano2018-08-021-1/+2
|\ \ \ \ \
| * | | | | tree-walk: replace hard-coded constants with the_hash_algobrian m. carlson2018-07-161-1/+2
| |/ / / /
* | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | | tree-walk: convert get_tree_entry_follow_symlinks to object_idbrian m. carlson2018-05-021-8/+8
* | | | | tree-walk: avoid hard-coded 20 constantbrian m. carlson2018-05-021-1/+1
|/ / / /
* | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
* | | | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-5/+4
* | | | tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-10/+10
* | | | tree-walk: convert get_tree_entry_follow_symlinks internals to object_idbrian m. carlson2018-03-141-11/+11
|/ / /
* | | Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano2017-12-191-2/+3
|\ \ \ | |/ / |/| |
| * | pathspec: only match across submodule boundaries when requestedbw/pathspec-match-submodule-boundaryBrandon Williams2017-12-051-2/+3
* | | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-2/+1
|\ \ \ | | |/ | |/|
| * | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compareRamsay Jones2017-09-221-2/+1
| |/
* | tree-walk: convert fill_tree_descriptor() to object_idrs/object-idRené Scharfe2017-08-141-4/+5
|/
* Merge branch 'jk/diff-blob'Junio C Hamano2017-06-021-1/+0
|\
| * get_sha1_with_context: always initialize oc->symlink_pathJeff King2017-05-241-1/+0