๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.29.0
/
entry.c
tag
0c6ff04c974f0aab239e9ba46307e1d1a4904d66
tagger
Junio C Hamano <gitster@pobox.com>
Mon Oct 19 16:59:02 2020
object
69986e19ffcfb9af674ae5180689ab7bbf92ed28
Git 2.29
748f733
checkout_entry(): remove unreachable error() call
by Matheus Tavares
ยท 5 years ago
d341042
Merge branch 'mt/entry-fstat-fallback-fix' into master
by Junio C Hamano
ยท 5 years ago
35e6e21
entry: check for fstat() errors after checkout
by Matheus Tavares
ยท 5 years ago
c397aac
convert: provide additional metadata to filters
by brian m. carlson
ยท 6 years ago
ab90eca
convert: permit passing additional metadata to filter processes
by brian m. carlson
ยท 6 years ago
d4c0a3a
fill_stat_cache_info(): prepare for an fsmonitor fix
by Johannes Schindelin
ยท 7 years ago
7d0c1f4
Merge branch 'tg/checkout-no-overlay'
by Junio C Hamano
ยท 7 years ago
4084df4
Merge branch 'nd/checkout-noisy'
by Junio C Hamano
ยท 7 years ago
536ec18
entry: support CE_WT_REMOVE flag in checkout_entry
by Thomas Gummerer
ยท 7 years ago
b702dd1
entry: factor out unlink_entry function
by Thomas Gummerer
ยท 7 years ago
9da9fff
Merge branch 'nd/clone-case-smashing-warning'
by Junio C Hamano
ยท 7 years ago
e66ceca
clone: fix colliding file detection on APFS
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
0f086e6
checkout: print something when checking out paths
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
c240732
Merge branch 'nd/clone-case-smashing-warning'
by Junio C Hamano
ยท 7 years ago
b878579
clone: report duplicate entries on case-insensitive filesystems
by Duy Nguyen
ยท 7 years ago
74cfc0e
entry.c: use the right index instead of the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
7f944e2
convert.c: remove an implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
ยท 8 years ago
1a75044
convert: convert to struct object_id
by brian m. carlson
ยท 8 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
ยท 8 years ago
d8f7180
entry: rename 'new' variables
by Brandon Williams
ยท 8 years ago
e05336b
Merge branch 'bp/fsmonitor'
by Junio C Hamano
ยท 8 years ago
6909bf6
Merge branch 'ls/filter-process-delayed'
by Junio C Hamano
ยท 8 years ago
7cbbf9d
write_entry: untangle symlink and regular-file cases
by Jeff King
ยท 8 years ago
c602d3a
write_entry: avoid reading blobs in CE_RETRY case
by Jeff King
ยท 8 years ago
b240158
write_entry: fix leak when retrying delayed filter
by Jeff King
ยท 8 years ago
11179eb
entry.c: check if file exists after checkout
by Lars Schneider
ยท 8 years ago
03b9533
entry.c: update cache entry only for existing files
by Lars Schneider
ยท 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
c50424a
Merge branch 'jk/write-in-full-fix'
by Junio C Hamano
ยท 8 years ago
564bde9
convert less-trivial versions of "write_in_full() != len"
by Jeff King
ยท 8 years ago
7fbbd3e
Merge branch 'ls/convert-filter-progress'
by Junio C Hamano
ยท 8 years ago
52f1d62
convert: display progress for filtered objects that have been delayed
by Lars Schneider
ยท 8 years ago
2841e8f
convert: add "status=delayed" to filter process protocol
by Lars Schneider
ยท 8 years ago
cd279e2
entry.c: submodule recursing: respect force flag correctly
by Stefan Beller
ยท 9 years ago
6d14eac
entry.c: create submodules when interesting
by Stefan Beller
ยท 9 years ago
7eda0e4
streaming: make stream_blob_to_fd take struct object_id
by brian m. carlson
ยท 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
ยท 9 years ago
e1ebb3c
entry.c: use error_errno()
by Nguyแป n Thรกi Ngแปc Duy
ยท 10 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
ยท 10 years ago
330c8e2
entry.c: convert strcpy to xsnprintf
by Jeff King
ยท 10 years ago
078a58e
read-cache: mark updated entries for split index
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
ec8cd4f
Merge branch 'mh/remove-subtree-long-pathname-fix'
by Junio C Hamano
ยท 12 years ago
2f29e0c
entry.c: fix possible buffer overflow in remove_subtree()
by Michael Haggerty
ยท 12 years ago
f63272a
checkout_entry(): use the strbuf throughout the function
by Michael Haggerty
ยท 12 years ago
af2a651
checkout_entry(): clarify the use of topath[] parameter
by Junio C Hamano
ยท 12 years ago
fd356f6
entry.c: convert checkout_entry to use strbuf
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
d3aeb31
Merge branch 'nd/const-struct-cache-entry'
by Junio C Hamano
ยท 12 years ago
42063f9
apply, entry: speak of submodules instead of subprojects
by Thomas Rast
ยท 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
b9c78e9
Merge branch 'jk/check-corrupt-objects-carefully'
by Junio C Hamano
ยท 13 years ago
39c5835
Merge branch 'jk/checkout-attribute-lookup'
by Junio C Hamano
ยท 13 years ago
d9c31e1
streaming_write_entry: propagate streaming errors
by Jeff King
ยท 13 years ago
7297a44
entry: fix filter lookup
by John Keeping
ยท 13 years ago
47a02ff
streaming: make streaming-write-entry to be more reusable
by Junio C Hamano
ยท 14 years ago
b669109
Add streaming filter API
by Junio C Hamano
ยท 15 years ago
de6182d
streaming_write_entry(): support files with holes
by Junio C Hamano
ยท 15 years ago
dd8e912
streaming_write_entry(): use streaming API in write_entry()
by Junio C Hamano
ยท 15 years ago
fd5db55
write_entry(): separate two helper functions out
by Junio C Hamano
ยท 15 years ago
d43e907
entry.c: remove "checkout-index" from error messages
by Nguyแป n Thรกi Ngแปc Duy
ยท 15 years ago
56eb8b4
Merge branch 'jc/symbol-static'
by Junio C Hamano
ยท 16 years ago
73d6632
Merge branch 'nd/sparse'
by Junio C Hamano
ยท 16 years ago
61b97df
entry.c: mark file-local function static
by Junio C Hamano
ยท 16 years ago
56cac48
ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
by Nguyแป n Thรกi Ngแปc Duy
ยท 16 years ago
da02ca5
check_path(): allow symlinked directories to checkout-index --prefix
by Junio C Hamano
ยท 16 years ago
b6986d8
git-checkout: be careful about untracked symlinks
by Linus Torvalds
ยท 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
ยท 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
ยท 16 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
ยท 17 years ago
34779c5
Windows: Skip fstat/lstat optimization in write_entry()
by Johannes Sixt
ยท 17 years ago
e4c7292
write_entry(): use fstat() instead of lstat() when file is open
by Kjetil Barvik
ยท 17 years ago
4857c76
write_entry(): cleanup of some duplicated code
by Kjetil Barvik
ยท 17 years ago
81a9aa6
create_directories(): remove some memcpy() and strchr() calls
by Kjetil Barvik
ยท 17 years ago
5719989
lstat_cache(): swap func(length, string) into func(string, length)
by Kjetil Barvik
ยท 17 years ago
0990e7a
Merge branch 'kb/lstat-cache'
by Junio C Hamano
ยท 17 years ago
bad4a54
lstat_cache(): introduce has_dirs_only_path() function
by Kjetil Barvik
ยท 17 years ago
8ca12c0
add is_dot_or_dotdot inline function
by Alexander Potashev
ยท 17 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
ยท 17 years ago
971f229
Fix possible Solaris problem in 'checkout_entry()'
by Linus Torvalds
ยท 18 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
ยท 18 years ago
c78a249
Merge branch 'jc/maint-add-sync-stat'
by Junio C Hamano
ยท 18 years ago
4bd5b7d
ce_match_stat, run_diff_files: use symbolic constants for readability
by Junio C Hamano
ยท 18 years ago
c32f749
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
by Renรฉ Scharfe
ยท 18 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
ยท 18 years ago
5ecd293
Rewrite convert_to_{git,working_tree} to use strbuf's.
by Pierre Habouzit
ยท 18 years ago
1a9d7e9
attr.c: read .gitattributes from index as well.
by Junio C Hamano
ยท 18 years ago
c1c10a3
Merge branch 'maint'
by Junio C Hamano
ยท 18 years ago
fa2e71c
Do not expect unlink(2) to fail on a directory.
by Junio C Hamano
ยท 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
ยท 19 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
ยท 19 years ago
efbc583
entry.c: Use const qualifier for 'struct checkout' parameters
by Luiz Fernando N. Capitulino
ยท 19 years ago
cc2903f
remove_subtree(): Use strerror() when possible
by Luiz Fernando N. Capitulino
ยท 19 years ago
a2d7c6c
Merge branch 'jc/attr'
by Junio C Hamano
ยท 19 years ago
ac78e54
Simplify calling of CR/LF conversion routines
by Alex Riesen
ยท 19 years ago
f0807e6
Teach "git-read-tree -u" to check out submodules as a directory
by Linus Torvalds
ยท 19 years ago
78a8d64
Add core.symlinks to mark filesystems that do not support symbolic links.
by Johannes Sixt
ยท 19 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
ยท 19 years ago
6c510be
Lazy man's auto-CRLF
by Linus Torvalds
ยท 19 years ago
bd3a5b5
Mark places that need blob munging later for CRLF conversion.
by Linus Torvalds
ยท 19 years ago
Next »