🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.1.3
/
unpack-trees.c
tag
e5460210969c5ec18d7fbcdc0401fb31f13edece
tagger
Junio C Hamano <gitster@pobox.com>
Wed Oct 29 17:48:57 2014
object
49c3e926349e964b311b46251bb2b97d3d669855
Git 2.1.3
a28e876
Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maint
by Junio C Hamano
· 11 years ago
6a143aa
checkout -m: attempt merge when deletion of path was staged
by Jonathan Nieder
· 11 years ago
6c1db1b
unpack-trees: use 'cuddled' style for if-else cascade
by Jonathan Nieder
· 11 years ago
0ecd180
unpack-trees: simplify 'all other failures' case
by Stefan Beller
· 11 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
· 11 years ago
ccdd4a0
cleanup duplicate name_compare() functions
by Jeremiah Mahler
· 11 years ago
fa3f60b
use xstrfmt in favor of manual size calculations
by Jeff King
· 11 years ago
078a58e
read-cache: mark updated entries for split index
by Nguyễn Thái Ngọc Duy
· 12 years ago
5fc2fc8
read-cache: split-index mode
by Nguyễn Thái Ngọc Duy
· 12 years ago
e93021b
read-cache: save index SHA-1 after reading
by Nguyễn Thái Ngọc Duy
· 12 years ago
d4a2024
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
by Nguyễn Thái Ngọc Duy
· 12 years ago
a5400ef
cache-tree: mark istate->cache_changed on cache tree invalidation
by Nguyễn Thái Ngọc Duy
· 12 years ago
a5c446f
unpack-trees: be specific what part of the index has changed
by Nguyễn Thái Ngọc Duy
· 12 years ago
0963008
Merge branch 'nd/i18n-progress'
by Junio C Hamano
· 12 years ago
d637d1b
Merge branch 'kb/fast-hashmap'
by Junio C Hamano
· 12 years ago
754dbc4
i18n: mark all progress lines for translation
by Nguyễn Thái Ngọc Duy
· 12 years ago
4766036
Merge branch 'jk/two-way-merge-corner-case-fix' into maint
by Junio C Hamano
· 12 years ago
fc2b621
Prevent buffer overflows when path is too long
by Antoine Pelisse
· 12 years ago
3979580
Merge branch 'jk/two-way-merge-corner-case-fix'
by Junio C Hamano
· 12 years ago
419a597
name-hash.c: remove cache entries instead of marking them CE_UNHASHED
by Karsten Blees
· 12 years ago
8b01378
name-hash.c: use new hash map implementation for cache entries
by Karsten Blees
· 12 years ago
b018ff6
unpack-trees: fix "read-tree -u --reset A B" with conflicted index
by Jeff King
· 12 years ago
ebbd743
employ new explicit "exists in index?" API
by Eric Sunshine
· 12 years ago
e28f764
unpack-trees: plug a memory leak
by Felipe Contreras
· 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyễn Thái Ngọc Duy
· 12 years ago
bd21822
Merge branch 'rs/unpack-trees-tree-walk-conflict-field'
by Junio C Hamano
· 12 years ago
603d249
unpack-trees: don't shift conflicts left and right
by René Scharfe
· 12 years ago
5d80ef5
unpack-trees: free cache_entry array members for merges
by René Scharfe
· 13 years ago
5828e83
diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const
by René Scharfe
· 13 years ago
eb9ae4b
diff-lib, read-tree, unpack-trees: mark cache_entry pointers const
by René Scharfe
· 13 years ago
f2fa354
unpack-trees: create working copy of merge entry in merged_entry
by René Scharfe
· 13 years ago
a33bd4d
unpack-trees: factor out dup_entry
by René Scharfe
· 13 years ago
b07bc8c
dir.c: replace is_path_excluded with now equivalent is_excluded API
by Karsten Blees
· 13 years ago
a39b15b
Merge branch 'as/check-ignore'
by Junio C Hamano
· 13 years ago
d912b0e
Merge branch 'as/dir-c-cleanup'
by Junio C Hamano
· 13 years ago
c082df2
dir.c: use a single struct exclude_list per source of excludes
by Adam Spiers
· 13 years ago
f619881
dir.c: rename free_excludes() to clear_exclude_list()
by Adam Spiers
· 13 years ago
0795805
dir.c: rename excluded_from_list() to is_excluded_from_list()
by Adam Spiers
· 13 years ago
9013089
dir.c: rename path_excluded() to is_path_excluded()
by Adam Spiers
· 13 years ago
686b2de
oneway_merge(): only lstat() when told to update worktree
by Martin von Zweigbergk
· 13 years ago
30ea575
Merge branch 'tg/ce-namelen-field'
by Junio C Hamano
· 13 years ago
cd733f4
Merge branch 'jc/ls-files-i-dir' into maint
by Junio C Hamano
· 13 years ago
b60e188
Strip namelen out of ce_flags into a ce_namelen field
by Thomas Gummerer
· 13 years ago
68c4f6a
Replace strlen() with ce_namelen()
by Thomas Gummerer
· 13 years ago
1966bab
Merge branch 'jc/ls-files-i-dir'
by Junio C Hamano
· 13 years ago
589570d
unpack-trees.c: use path_excluded() in check_ok_to_remove()
by Junio C Hamano
· 14 years ago
adc7052
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
cb8ad28
Consistently use "superproject" instead of "supermodule"
by Jens Lehmann
· 14 years ago
2fa4fff
Merge branch 'pw/message-cleanup'
by Junio C Hamano
· 14 years ago
d4a5d87
Merge branch 'jc/index-v4'
by Junio C Hamano
· 14 years ago
82247e9
remove superfluous newlines in error messages
by Pete Wyckoff
· 14 years ago
9170c7a
unpack-trees: preserve the index file version of original
by Junio C Hamano
· 14 years ago
6ff264e
unpack-trees: plug minor memory leak
by René Scharfe
· 14 years ago
97e5954
unpack-trees: don't perform any index operation if we're not merging
by René Scharfe
· 14 years ago
0de1633
tree-walk.c: do not leak internal structure in tree_entry_len()
by Nguyễn Thái Ngọc Duy
· 14 years ago
08ec3b5
Merge branch 'nd/maint-sparse-errors'
by Junio C Hamano
· 14 years ago
5fbef46
Merge branch 'mg/maint-doc-sparse-checkout'
by Junio C Hamano
· 14 years ago
1b840a5
Merge branch 'jc/diff-index-unpack'
by Junio C Hamano
· 14 years ago
a7bc906
Add explanation why we do not allow to sparse checkout to empty working tree
by Nguyễn Thái Ngọc Duy
· 14 years ago
17d26a4
sparse checkout: show error messages when worktree shaping fails
by Nguyễn Thái Ngọc Duy
· 14 years ago
6f90969
unpack-trees: print "Aborting" to stderr
by Michael J Gruber
· 14 years ago
40e3725
unpack-trees: allow pruning with pathspec
by Junio C Hamano
· 14 years ago
b35acb5
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
d5b6629
Break down no-lstat() condition checks in verify_uptodate()
by Nguyễn Thái Ngọc Duy
· 14 years ago
57e4d61
Merge branch 'jc/diff-index-quick-exit-early'
by Junio C Hamano
· 14 years ago
b419482
diff-index --quiet: learn the "stop feeding the backend early" logic
by Junio C Hamano
· 15 years ago
2c9078d
unpack-trees: add the dry_run flag to unpack_trees_options
by Jens Lehmann
· 15 years ago
2891109
sparse checkout: do not eagerly decide the fate for whole directory
by Nguyễn Thái Ngọc Duy
· 15 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 15 years ago
4e363b1
Revert "unpack_trees(): skip trees that are the same in all input"
by Junio C Hamano
· 15 years ago
7551391
Merge branch 'jc/unpack-trees'
by Junio C Hamano
· 15 years ago
5bb20ec
Merge branch 'jn/unpack-lstat-failure-report'
by Junio C Hamano
· 15 years ago
a93e530
unpack-trees: handle lstat failure for existing file
by Jonathan Nieder
· 15 years ago
92fda79
unpack-trees: handle lstat failure for existing directory
by Jonathan Nieder
· 15 years ago
83c9031
unpack_trees(): skip trees that are the same in all input
by Junio C Hamano
· 15 years ago
e39212a
Merge branch 'nd/maint-fix-add-typo-detection'
by Junio C Hamano
· 15 years ago
84563a6
unpack-trees.c: cosmetic fix
by Junio C Hamano
· 15 years ago
3055d78
use persistent memory for rejected paths
by Clemens Buchacher
· 15 years ago
b1735b1
do not overwrite files in leading path
by Clemens Buchacher
· 15 years ago
6838d1a
add function check_ok_to_remove()
by Clemens Buchacher
· 15 years ago
9037026
unpack-trees: fix sparse checkout's "unable to match directories"
by Nguyễn Thái Ngọc Duy
· 15 years ago
2431afb
unpack-trees: move all skip-worktree checks back to unpack_trees()
by Nguyễn Thái Ngọc Duy
· 15 years ago
0fd0e24
dir.c: add free_excludes()
by Nguyễn Thái Ngọc Duy
· 15 years ago
7980872
use persistent memory for rejected paths
by Clemens Buchacher
· 15 years ago
f66caaf
do not overwrite files in leading path
by Clemens Buchacher
· 15 years ago
a9307f5
add function check_ok_to_remove()
by Clemens Buchacher
· 15 years ago
c208e05
Merge branch 'dg/local-mod-error-messages'
by Junio C Hamano
· 15 years ago
5e65ee3
Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
by Matthieu Moy
· 15 years ago
e294030
setup_unpack_trees_porcelain: take the whole options struct as parameter
by Matthieu Moy
· 15 years ago
dc1166e
Move set_porcelain_error_msgs to unpack-trees.c and rename it
by Matthieu Moy
· 15 years ago
c3b9325
Merge branch 'nd/fix-sparse-checkout'
by Junio C Hamano
· 15 years ago
2eb5469
Merge branch 'dg/local-mod-error-messages'
by Junio C Hamano
· 15 years ago
e6c111b
unpack_trees: group error messages by type
by Matthieu Moy
· 15 years ago
08402b0
merge-recursive: distinguish "removed" and "overwritten" messages
by Matthieu Moy
· 15 years ago
23cbf11
merge-recursive: porcelain messages for checkout
by Diane Gasselin
· 15 years ago
08353eb
Turn unpack_trees_options.msgs into an array + enum
by Matthieu Moy
· 15 years ago
1ce584b
read-tree: stop leaking tree objects
by Jonathan Nieder
· 15 years ago
74da98f
unpack-trees: mark new entries skip-worktree appropriately
by Nguyễn Thái Ngọc Duy
· 15 years ago
711f151
unpack-trees: do not check for conflict entries too early
by Nguyễn Thái Ngọc Duy
· 15 years ago
Next »