index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
entry.c
Commit message (
Expand
)
Author
Age
*
entry.c: convert strcpy to xsnprintf
Jeff King
2015-09-25
*
read-cache: mark updated entries for split index
Nguyễn Thái Ngọc Duy
2014-06-13
*
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
2014-06-13
*
Merge branch 'mh/remove-subtree-long-pathname-fix'
Junio C Hamano
2014-03-25
|
\
|
*
entry.c: fix possible buffer overflow in remove_subtree()
Michael Haggerty
2014-03-13
|
*
checkout_entry(): use the strbuf throughout the function
Michael Haggerty
2014-03-13
*
|
checkout_entry(): clarify the use of topath[] parameter
Junio C Hamano
2013-10-24
|
/
*
entry.c: convert checkout_entry to use strbuf
Nguyễn Thái Ngọc Duy
2013-10-24
*
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
2013-07-22
|
\
|
*
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
*
|
apply, entry: speak of submodules instead of subprojects
Thomas Rast
2013-07-18
|
/
*
Merge branch 'jk/check-corrupt-objects-carefully'
Junio C Hamano
2013-04-03
|
\
|
*
streaming_write_entry: propagate streaming errors
Jeff King
2013-03-27
*
|
Merge branch 'jk/checkout-attribute-lookup'
Junio C Hamano
2013-03-28
|
\
\
|
|
/
|
/
|
|
*
entry: fix filter lookup
John Keeping
2013-03-14
*
|
streaming: make streaming-write-entry to be more reusable
Junio C Hamano
2012-03-07
|
/
*
Add streaming filter API
Junio C Hamano
2011-05-26
*
streaming_write_entry(): support files with holes
Junio C Hamano
2011-05-20
*
streaming_write_entry(): use streaming API in write_entry()
Junio C Hamano
2011-05-20
*
write_entry(): separate two helper functions out
Junio C Hamano
2011-05-20
*
entry.c: remove "checkout-index" from error messages
Nguyễn Thái Ngọc Duy
2010-11-29
*
Merge branch 'jc/symbol-static'
Junio C Hamano
2010-01-20
|
\
|
*
entry.c: mark file-local function static
Junio C Hamano
2010-01-12
*
|
Merge branch 'nd/sparse'
Junio C Hamano
2010-01-13
|
\
\
|
|
/
|
/
|
|
*
ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
Nguyễn Thái Ngọc Duy
2009-12-14
*
|
check_path(): allow symlinked directories to checkout-index --prefix
Junio C Hamano
2009-08-18
|
/
*
git-checkout: be careful about untracked symlinks
Linus Torvalds
2009-07-29
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
*
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-29
*
Windows: Skip fstat/lstat optimization in write_entry()
Johannes Sixt
2009-04-20
*
write_entry(): use fstat() instead of lstat() when file is open
Kjetil Barvik
2009-02-09
*
write_entry(): cleanup of some duplicated code
Kjetil Barvik
2009-02-09
*
create_directories(): remove some memcpy() and strchr() calls
Kjetil Barvik
2009-02-09
*
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-09
*
Merge branch 'kb/lstat-cache'
Junio C Hamano
2009-01-25
|
\
|
*
lstat_cache(): introduce has_dirs_only_path() function
Kjetil Barvik
2009-01-18
*
|
add is_dot_or_dotdot inline function
Alexander Potashev
2009-01-11
|
/
*
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
2008-08-31
*
Fix possible Solaris problem in 'checkout_entry()'
Linus Torvalds
2008-03-18
*
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
*
Merge branch 'jc/maint-add-sync-stat'
Junio C Hamano
2007-11-14
|
\
|
*
ce_match_stat, run_diff_files: use symbolic constants for readability
Junio C Hamano
2007-11-10
*
|
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
René Scharfe
2007-10-22
*
|
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
*
|
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
2007-09-16
|
/
*
attr.c: read .gitattributes from index as well.
Junio C Hamano
2007-08-14
*
Merge branch 'maint'
Junio C Hamano
2007-07-18
|
\
|
*
Do not expect unlink(2) to fail on a directory.
Junio C Hamano
2007-07-18
*
|
War on whitespace
Junio C Hamano
2007-06-07
[next]