summaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.21.1Johannes Schindelin2019-12-061-1/+2
|\
| * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+2
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+2
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+2
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+2
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+2
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+2
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+2
| | | | | | | |\
| | | | | | | | * unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin2019-12-051-1/+2
| | | | | | | | * Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-261-0/+2
| | | | | | | | |\
* | | | | | | | | \ Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano2019-04-251-8/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan2019-04-011-8/+9
* | | | | | | | | | | Merge branch 'nd/checkout-m'Junio C Hamano2019-04-251-14/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | unpack-trees: rename "gently" flag to "quiet"Nguyễn Thái Ngọc Duy2019-03-241-3/+3
| * | | | | | | | | | | unpack-trees: keep gently check inside add_rejected_pathNguyễn Thái Ngọc Duy2019-03-241-12/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jk/unused-params-even-more'Junio C Hamano2019-04-251-6/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | unpack-trees: drop unused error_type parametersJeff King2019-03-201-4/+2
| * | | | | | | | | | | unpack-trees: drop name_entry from traverse_by_cache_tree()Jeff King2019-03-201-2/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bp/post-index-change-hook'Junio C Hamano2019-04-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | read-cache: add post-index-change hookBen Peart2019-02-151-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | unpack-trees: fix oneway_merge accidentally carry over stage indexNguyễn Thái Ngọc Duy2019-03-211-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-071-20/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | read-cache: add invalidate parameter to remove_marked_cache_entriesThomas Gummerer2019-01-021-1/+1
| * | | | | | | | | entry: factor out unlink_entry functionThomas Gummerer2019-01-021-19/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
* | | | | | | | | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-3/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-141-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-191-3/+3
| |/ / / / / / / /
* | | | | | | | | cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
|/ / / / / / / /
* | | | | | | | unpack-trees: avoid dead store for struct progressCarlo Marcelo Arenas Belón2018-10-191-1/+1
* | | | | | | | Merge branch 'jt/lazy-object-fetch-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | fetch-object: unify fetch_object[s] functionsJonathan Tan2018-09-131-1/+1
* | | | | | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-09-171-2/+152
|\ \ \ \ \ \ \ \
| * | | | | | | | Document update for nd/unpack-trees-with-cache-treeNguyễn Thái Ngọc Duy2018-08-271-2/+2
| * | | | | | | | cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy2018-08-181-0/+2
| * | | | | | | | unpack-trees: add missing cache invalidationNguyễn Thái Ngọc Duy2018-08-181-0/+3
| * | | | | | | | unpack-trees: reuse (still valid) cache-tree from src_indexNguyễn Thái Ngọc Duy2018-08-181-1/+1
| * | | | | | | | unpack-trees: reduce malloc in cache-tree walkNguyễn Thái Ngọc Duy2018-08-181-9/+20
| * | | | | | | | unpack-trees: optimize walking same trees with cache-treeNguyễn Thái Ngọc Duy2018-08-181-0/+127
| * | | | | | | | unpack-trees: add performance tracingNguyễn Thái Ngọc Duy2018-08-181-1/+8
* | | | | | | | | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-09-171-0/+47
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen2018-08-171-0/+47
* | | | | | | | | attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-2/+2
* | | | | | | | | unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy2018-08-131-2/+2