index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
entry.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
check_path(): allow symlinked directories to checkout-index --prefix
Junio C Hamano
2009-08-18
1
-4
/
+8
*
git-checkout: be careful about untracked symlinks
Linus Torvalds
2009-07-30
1
-1
/
+14
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-1
/
+1
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-4
/
+4
*
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-30
1
-1
/
+1
*
Windows: Skip fstat/lstat optimization in write_entry()
Johannes Sixt
2009-04-20
1
-1
/
+2
*
write_entry(): use fstat() instead of lstat() when file is open
Kjetil Barvik
2009-02-10
1
-3
/
+9
*
write_entry(): cleanup of some duplicated code
Kjetil Barvik
2009-02-10
1
-45
/
+30
*
create_directories(): remove some memcpy() and strchr() calls
Kjetil Barvik
2009-02-10
1
-9
/
+14
*
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-10
1
-1
/
+1
*
Merge branch 'kb/lstat-cache'
Junio C Hamano
2009-01-26
1
-22
/
+12
|
\
|
*
lstat_cache(): introduce has_dirs_only_path() function
Kjetil Barvik
2009-01-18
1
-22
/
+12
*
|
add is_dot_or_dotdot inline function
Alexander Potashev
2009-01-11
1
-3
/
+2
|
/
*
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
2008-08-31
1
-10
/
+10
*
Fix possible Solaris problem in 'checkout_entry()'
Linus Torvalds
2008-03-19
1
-2
/
+2
*
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-3
/
+3
*
Merge branch 'jc/maint-add-sync-stat'
Junio C Hamano
2007-11-14
1
-1
/
+1
|
\
|
*
ce_match_stat, run_diff_files: use symbolic constants for readability
Junio C Hamano
2007-11-10
1
-1
/
+1
*
|
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
René Scharfe
2007-10-22
1
-1
/
+3
*
|
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
1
-2
/
+1
*
|
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
2007-09-17
1
-4
/
+6
|
/
*
attr.c: read .gitattributes from index as well.
Junio C Hamano
2007-08-15
1
-9
/
+10
*
Merge branch 'maint'
Junio C Hamano
2007-07-19
1
-7
/
+30
|
\
|
*
Do not expect unlink(2) to fail on a directory.
Junio C Hamano
2007-07-18
1
-7
/
+30
*
|
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+1
*
|
rename dirlink to gitlink.
Martin Waitz
2007-05-22
1
-2
/
+2
|
/
*
entry.c: Use const qualifier for 'struct checkout' parameters
Luiz Fernando N. Capitulino
2007-04-25
1
-3
/
+3
*
remove_subtree(): Use strerror() when possible
Luiz Fernando N. Capitulino
2007-04-25
1
-4
/
+4
*
Merge branch 'jc/attr'
Junio C Hamano
2007-04-22
1
-5
/
+3
|
\
|
*
Simplify calling of CR/LF conversion routines
Alex Riesen
2007-04-21
1
-5
/
+2
*
|
Teach "git-read-tree -u" to check out submodules as a directory
Linus Torvalds
2007-04-14
1
-13
/
+32
|
/
*
Add core.symlinks to mark filesystems that do not support symbolic links.
Johannes Sixt
2007-03-03
1
-3
/
+6
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-3
/
+3
*
Lazy man's auto-CRLF
Linus Torvalds
2007-02-14
1
-1
/
+15
*
Mark places that need blob munging later for CRLF conversion.
Linus Torvalds
2007-02-13
1
-0
/
+1
*
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
2007-01-09
1
-2
/
+2
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-2
/
+0
*
Use PATH_MAX instead of MAXPATHLEN
Jonas Fonseca
2006-08-27
1
-3
/
+1
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-1
/
+2
*
Add --temp and --stage=all options to checkout-index.
Shawn Pearce
2006-03-05
1
-10
/
+32
*
"Assume unchanged" git
Junio C Hamano
2006-02-09
1
-1
/
+1
*
checkout: do not make a temporary copy of symlink target.
Junio C Hamano
2006-01-27
1
-6
/
+3
*
trivial: O_EXCL makes O_TRUNC redundant
Alex Riesen
2006-01-06
1
-1
/
+1
*
Return error when not checking out an entry due to dirtiness.
Junio C Hamano
2005-10-05
1
-1
/
+1
*
Big tool rename.
Junio C Hamano
2005-09-08
1
-6
/
+6
*
Fix replacing of a directory with a file/symlink in git-checkout-cache
Linus Torvalds
2005-07-14
1
-12
/
+8
*
Make "git-checkout" create files with O_EXCL
Linus Torvalds
2005-07-14
1
-2
/
+2
*
[PATCH] Let umask do its work upon filesystem object creation.
Junio C Hamano
2005-07-06
1
-2
/
+2
*
Fix entry.c dependency and compile problem
Linus Torvalds
2005-06-06
1
-1
/
+1
*
Make fiel checkout function available to the git library
Linus Torvalds
2005-06-06
1
-0
/
+160