80 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
Stefan Beller 6d14eac3ec entry.c: create submodules when interesting 8 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Nguyễn Thái Ngọc Duy e1ebb3c25b entry.c: use error_errno() 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King 330c8e2670 entry.c: convert strcpy to xsnprintf 9 years ago
Nguyễn Thái Ngọc Duy 078a58e825 read-cache: mark updated entries for split index 11 years ago
Nguyễn Thái Ngọc Duy d4a2024aef entry.c: update cache_changed if refresh_cache is set in checkout_entry() 11 years ago
Michael Haggerty 2f29e0c6fa entry.c: fix possible buffer overflow in remove_subtree() 11 years ago
Michael Haggerty f63272a35e checkout_entry(): use the strbuf throughout the function 11 years ago
Junio C Hamano af2a651d2e checkout_entry(): clarify the use of topath[] parameter 11 years ago
Nguyễn Thái Ngọc Duy fd356f6aa8 entry.c: convert checkout_entry to use strbuf 11 years ago
Thomas Rast 42063f95a0 apply, entry: speak of submodules instead of subprojects 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Jeff King d9c31e14d0 streaming_write_entry: propagate streaming errors 12 years ago
John Keeping 7297a44012 entry: fix filter lookup 12 years ago
Junio C Hamano 47a02ff2ca streaming: make streaming-write-entry to be more reusable 13 years ago
Junio C Hamano b6691092d7 Add streaming filter API 14 years ago
Junio C Hamano de6182db67 streaming_write_entry(): support files with holes 14 years ago
Junio C Hamano dd8e912190 streaming_write_entry(): use streaming API in write_entry() 14 years ago
Junio C Hamano fd5db55d8b write_entry(): separate two helper functions out 14 years ago
Nguyễn Thái Ngọc Duy d43e90732b entry.c: remove "checkout-index" from error messages 14 years ago
Junio C Hamano 61b97df7d9 entry.c: mark file-local function static 15 years ago
Nguyễn Thái Ngọc Duy 56cac48c35 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID 15 years ago
Junio C Hamano da02ca508b check_path(): allow symlinked directories to checkout-index --prefix 16 years ago
Linus Torvalds b6986d8a75 git-checkout: be careful about untracked symlinks 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Johannes Sixt 34779c535c Windows: Skip fstat/lstat optimization in write_entry() 16 years ago
Kjetil Barvik e4c7292353 write_entry(): use fstat() instead of lstat() when file is open 16 years ago
Kjetil Barvik 4857c761e3 write_entry(): cleanup of some duplicated code 16 years ago
Kjetil Barvik 81a9aa60a1 create_directories(): remove some memcpy() and strchr() calls 16 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
Kjetil Barvik bad4a54fa6 lstat_cache(): introduce has_dirs_only_path() function 16 years ago
Alexander Potashev 8ca12c0d62 add is_dot_or_dotdot inline function 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Linus Torvalds 971f229c50 Fix possible Solaris problem in 'checkout_entry()' 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Junio C Hamano 4bd5b7dacc ce_match_stat, run_diff_files: use symbolic constants for readability 17 years ago
René Scharfe c32f749fec Correct some sizeof(size_t) != sizeof(unsigned long) typing errors 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 18 years ago
Junio C Hamano 1a9d7e9b48 attr.c: read .gitattributes from index as well. 18 years ago
Junio C Hamano fa2e71c9e7 Do not expect unlink(2) to fail on a directory. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Luiz Fernando N. Capitulino efbc583126 entry.c: Use const qualifier for 'struct checkout' parameters 18 years ago
Luiz Fernando N. Capitulino cc2903fc70 remove_subtree(): Use strerror() when possible 18 years ago
Alex Riesen ac78e54804 Simplify calling of CR/LF conversion routines 18 years ago