🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.20.4
/
unpack-trees.c
tag
16c573854a23903f29c3e478fcd0fcc28723ee31
tagger
Junio C Hamano <gitster@pobox.com>
Mon Apr 20 05:02:03 2020
object
041bc65923e13313ca1b77681c3b2950b5e0a163
Git 2.20.4
d851d94
Sync with 2.19.3
by Johannes Schindelin
· 6 years ago
7c9fbda
Sync with 2.18.2
by Johannes Schindelin
· 6 years ago
14af7ed
Sync with 2.17.3
by Johannes Schindelin
· 6 years ago
bdfef04
Sync with 2.16.6
by Johannes Schindelin
· 6 years ago
9ac92fe
Sync with 2.15.4
by Johannes Schindelin
· 6 years ago
d3ac8c3
Sync with 2.14.6
by Johannes Schindelin
· 6 years ago
cc756ed
unpack-trees: let merged_entry() pass through do_add_entry()'s errors
by Johannes Schindelin
· 6 years ago
07f967a
unpack-trees: avoid dead store for struct progress
by Carlo Marcelo Arenas Belón
· 7 years ago
ee99ba7
Merge branch 'jt/lazy-object-fetch-fix'
by Junio C Hamano
· 7 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 7 years ago
7e794d0
Merge branch 'nd/unpack-trees-with-cache-tree'
by Junio C Hamano
· 7 years ago
c240732
Merge branch 'nd/clone-case-smashing-warning'
by Junio C Hamano
· 7 years ago
8708ca0
fetch-object: unify fetch_object[s] functions
by Jonathan Tan
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
5f4436a
Document update for nd/unpack-trees-with-cache-tree
by Nguyễn Thái Ngọc Duy
· 7 years ago
4592e60
cache-tree: verify valid cache-tree in the test suite
by Nguyễn Thái Ngọc Duy
· 7 years ago
5697ca9
unpack-trees: add missing cache invalidation
by Nguyễn Thái Ngọc Duy
· 7 years ago
836ef2b
unpack-trees: reuse (still valid) cache-tree from src_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
f1e11c6
unpack-trees: reduce malloc in cache-tree walk
by Nguyễn Thái Ngọc Duy
· 7 years ago
b4da373
unpack-trees: optimize walking same trees with cache-tree
by Nguyễn Thái Ngọc Duy
· 7 years ago
0d1ed59
unpack-trees: add performance tracing
by Nguyễn Thái Ngọc Duy
· 7 years ago
b878579
clone: report duplicate entries on case-insensitive filesystems
by Duy Nguyen
· 7 years ago
c4500e2
attr: remove index from git_attr_set_direction()
by Nguyễn Thái Ngọc Duy
· 7 years ago
c7f3259
unpack-trees: avoid the_index in verify_absent()
by Nguyễn Thái Ngọc Duy
· 7 years ago
27c82fb
unpack-trees: convert clear_ce_flags* to avoid the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
86016ec
unpack-trees: don't shadow global var the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
383480b
unpack-trees: add a note about path invalidation
by Nguyễn Thái Ngọc Duy
· 7 years ago
ae533c4
Merge branch 'jm/cache-entry-from-mem-pool'
by Junio C Hamano
· 7 years ago
284b444
Merge branch 'mk/merge-in-sparse-checkout'
by Junio C Hamano
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
b33fdfc
unpack-trees: do not fail reset because of unmerged skipped entry
by Max Kirillov
· 7 years ago
8e72d67
block alloc: allocate cache entries from mem_pool
by Jameson Miller
· 7 years ago
a849735
block alloc: add lifecycle APIs for cache_entry structs
by Jameson Miller
· 7 years ago
e47dbec
Merge branch 'ma/unpack-trees-free-msgs'
by Junio C Hamano
· 8 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 8 years ago
d658196
Merge branch 'en/unpack-trees-split-index-fix'
by Junio C Hamano
· 8 years ago
c67de74
Merge branch 'en/rename-directory-detection-reboot'
by Junio C Hamano
· 8 years ago
1c41d28
unpack_trees_options: free messages when done
by Martin Ågren
· 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 8 years ago
64b1abe
merge-recursive: fix overwriting dirty files involved in renames
by Elijah Newren
· 8 years ago
0c7ecb7
Merge branch 'sb/submodule-move-nested'
by Junio C Hamano
· 8 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 8 years ago
75691ea
Update struct index_state to use struct object_id
by brian m. carlson
· 8 years ago
7db1183
unpack_trees: fix breakage when o->src_index != o->dst_index
by Elijah Newren
· 8 years ago
8b026ed
Revert "Merge branch 'en/rename-directory-detection'"
by Junio C Hamano
· 8 years ago
e4bb62f
Merge branch 'en/rename-directory-detection'
by Junio C Hamano
· 8 years ago
c2a499e
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 8 years ago
f793b89
submodule-config: allow submodule_free to handle arbitrary repositories
by Stefan Beller
· 8 years ago
9f242a1
unpack-trees: release oid_array after use in check_updates()
by René Scharfe
· 8 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 8 years ago
e0052f4
merge-recursive: fix overwriting dirty files involved in renames
by Elijah Newren
· 8 years ago
cf44c1e
Merge branch 'nd/fix-untracked-cache-invalidation'
by Junio C Hamano
· 8 years ago
69caed5
unpack-trees: rename 'new' variables
by Brandon Williams
· 8 years ago
6bed209
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 8 years ago
0cacebf
dir.c: ignore paths containing .git when invalidating untracked cache
by Nguyễn Thái Ngọc Duy
· 8 years ago
ad17312
unpack-trees: oneway_merge to update submodules
by Stefan Beller
· 8 years ago
c0c578b
unpack-trees: batch fetching of missing blobs
by Jonathan Tan
· 8 years ago
e05336b
Merge branch 'bp/fsmonitor'
by Junio C Hamano
· 8 years ago
a98e610
refs: convert resolve_gitlink_ref to struct object_id
by brian m. carlson
· 8 years ago
1053fe8
Convert remaining callers of resolve_gitlink_ref to object_id
by brian m. carlson
· 8 years ago
883e248
fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
by Ben Peart
· 8 years ago
7fbbd3e
Merge branch 'ls/convert-filter-progress'
by Junio C Hamano
· 8 years ago
8e36002
Merge branch 'ma/up-to-date'
by Junio C Hamano
· 8 years ago
614ea03
Merge branch 'bw/submodule-config-cleanup'
by Junio C Hamano
· 8 years ago
52f1d62
convert: display progress for filtered objects that have been delayed
by Lars Schneider
· 8 years ago
d33a433
Merge branch 'jc/simplify-progress'
by Junio C Hamano
· 8 years ago
11bd956
Merge branch 'rs/object-id'
by Junio C Hamano
· 8 years ago
7560f54
treewide: correct several "up-to-date" to "up to date"
by Martin Ågren
· 8 years ago
5aa0b6c
Merge branch 'bw/grep-recurse-submodules'
by Junio C Hamano
· 8 years ago
8aade10
progress: simplify "delayed" progress API
by Junio C Hamano
· 8 years ago
5c377d3
tree-walk: convert fill_tree_descriptor() to object_id
by René Scharfe
· 8 years ago
51b8aec
Merge branch 'ls/filter-process-delayed'
by Junio C Hamano
· 8 years ago
3302871
unpack-trees: improve loading of .gitmodules
by Brandon Williams
· 8 years ago
7463e2e
unpack-trees: don't respect submodule.update
by Brandon Williams
· 8 years ago
4c0eeaf
cache.h: add GITMODULES_FILE macro
by Brandon Williams
· 8 years ago
487fe1f
Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake
by Junio C Hamano
· 8 years ago
2841e8f
convert: add "status=delayed" to filter process protocol
by Lars Schneider
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 9 years ago
fa0624f
Merge branch 'dt/unpack-save-untracked-cache-extension'
by Junio C Hamano
· 9 years ago
4eeed27
Merge branch 'bw/dir-c-stops-relying-on-the-index'
by Junio C Hamano
· 9 years ago
5f074ca
Merge branch 'sb/reset-recurse-submodules'
by Junio C Hamano
· 9 years ago
edf3b90
unpack-trees: preserve index extensions
by David Turner
· 9 years ago
2c1eb10
dir: convert read_directory to take an index
by Brandon Williams
· 9 years ago
a0bba65
dir: convert is_excluded to take an index
by Brandon Williams
· 9 years ago
473e393
dir: convert add_excludes to take an index
by Brandon Williams
· 9 years ago
fba92be
dir: convert is_excluded_from_list to take an index
by Brandon Williams
· 9 years ago
8868ba1
Merge branch 'jh/unpack-trees-micro-optim'
by Junio C Hamano
· 9 years ago
cd279e2
entry.c: submodule recursing: respect force flag correctly
by Stefan Beller
· 9 years ago
d12a8cf
unpack-trees: avoid duplicate ODB lookups during checkout
by Jeff Hostetler
· 9 years ago
6362ed0
unpack-trees.c: align submodule error message to the other error messages
by Stefan Beller
· 9 years ago
a7bc845
unpack-trees: check if we can perform the operation for submodules
by Stefan Beller
· 9 years ago
d6b1230
unpack-trees: pass old oid to verify_clean_submodule
by Stefan Beller
· 9 years ago
2243d22
Merge branch 'sb/unpack-trees-super-prefix'
by Junio C Hamano
· 9 years ago
3d41542
unpack-trees: support super-prefix option
by Stefan Beller
· 9 years ago
0c0e0fd
Merge branch 'sb/unpack-trees-cleanup'
by Junio C Hamano
· 9 years ago
384f1a1
unpack-trees: factor progress setup out of check_updates
by Stefan Beller
· 9 years ago
c4bfc77
unpack-trees: remove unneeded continue
by Stefan Beller
· 9 years ago
30ac275
unpack-trees: move checkout state into check_updates
by Stefan Beller
· 9 years ago
Next »