๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.4.4
/
entry.c
tag
0e67dadf9ddc04ecbc86a6b07bd041f31e43d98d
tagger
Junio C Hamano <gitster@pobox.com>
Tue Jun 16 21:38:08 2015
object
f09bd215cde5e30029fe08f309d0554eb9256778
Git 2.4.4
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
93822c2
short i/o: fix calls to write to use xwrite or write_in_full
by Andy Whitcroft
ยท 19 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
ยท 19 years ago
095c424
Use PATH_MAX instead of MAXPATHLEN
by Jonas Fonseca
ยท 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
ยท 20 years ago
de84f99
Add --temp and --stage=all options to checkout-index.
by Shawn Pearce
ยท 20 years ago
5f73076
"Assume unchanged" git
by Junio C Hamano
ยท 20 years ago
1ecc18e
checkout: do not make a temporary copy of symlink target.
by Junio C Hamano
ยท 20 years ago
781411e
trivial: O_EXCL makes O_TRUNC redundant
by Alex Riesen
ยท 20 years ago
4b12dae
Return error when not checking out an entry due to dirtiness.
by Junio C Hamano
ยท 20 years ago
215a7ad
Big tool rename.
by Junio C Hamano
ยท 20 years ago
d48a72f
Fix replacing of a directory with a file/symlink in git-checkout-cache
by Linus Torvalds
ยท 20 years ago
2408cff
Make "git-checkout" create files with O_EXCL
by Linus Torvalds
ยท 20 years ago
f312de0
[PATCH] Let umask do its work upon filesystem object creation.
by Junio C Hamano
ยท 20 years ago
6ee67f2
Fix entry.c dependency and compile problem
by Linus Torvalds
ยท 21 years ago
12dccc1
Make fiel checkout function available to the git library
by Linus Torvalds
ยท 21 years ago