1. 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 11 years ago
  2. d4a2024 entry.c: update cache_changed if refresh_cache is set in checkout_entry() by Nguyễn Thái Ngọc Duy · 11 years ago
  3. ec8cd4f Merge branch 'mh/remove-subtree-long-pathname-fix' by Junio C Hamano · 11 years ago
  4. 2f29e0c entry.c: fix possible buffer overflow in remove_subtree() by Michael Haggerty · 11 years ago
  5. f63272a checkout_entry(): use the strbuf throughout the function by Michael Haggerty · 11 years ago
  6. af2a651 checkout_entry(): clarify the use of topath[] parameter by Junio C Hamano · 11 years ago
  7. fd356f6 entry.c: convert checkout_entry to use strbuf by Nguyễn Thái Ngọc Duy · 11 years ago
  8. d3aeb31 Merge branch 'nd/const-struct-cache-entry' by Junio C Hamano · 12 years ago
  9. 42063f9 apply, entry: speak of submodules instead of subprojects by Thomas Rast · 12 years ago
  10. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  11. b9c78e9 Merge branch 'jk/check-corrupt-objects-carefully' by Junio C Hamano · 12 years ago
  12. 39c5835 Merge branch 'jk/checkout-attribute-lookup' by Junio C Hamano · 12 years ago
  13. d9c31e1 streaming_write_entry: propagate streaming errors by Jeff King · 12 years ago
  14. 7297a44 entry: fix filter lookup by John Keeping · 12 years ago
  15. 47a02ff streaming: make streaming-write-entry to be more reusable by Junio C Hamano · 13 years ago
  16. b669109 Add streaming filter API by Junio C Hamano · 14 years ago
  17. de6182d streaming_write_entry(): support files with holes by Junio C Hamano · 14 years ago
  18. dd8e912 streaming_write_entry(): use streaming API in write_entry() by Junio C Hamano · 14 years ago
  19. fd5db55 write_entry(): separate two helper functions out by Junio C Hamano · 14 years ago
  20. d43e907 entry.c: remove "checkout-index" from error messages by Nguyễn Thái Ngọc Duy · 14 years ago
  21. 56eb8b4 Merge branch 'jc/symbol-static' by Junio C Hamano · 15 years ago
  22. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
  23. 61b97df entry.c: mark file-local function static by Junio C Hamano · 15 years ago
  24. 56cac48 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID by Nguyễn Thái Ngọc Duy · 15 years ago
  25. da02ca5 check_path(): allow symlinked directories to checkout-index --prefix by Junio C Hamano · 16 years ago
  26. b6986d8 git-checkout: be careful about untracked symlinks by Linus Torvalds · 16 years ago
  27. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  28. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  29. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 16 years ago
  30. 34779c5 Windows: Skip fstat/lstat optimization in write_entry() by Johannes Sixt · 16 years ago
  31. e4c7292 write_entry(): use fstat() instead of lstat() when file is open by Kjetil Barvik · 16 years ago
  32. 4857c76 write_entry(): cleanup of some duplicated code by Kjetil Barvik · 16 years ago
  33. 81a9aa6 create_directories(): remove some memcpy() and strchr() calls by Kjetil Barvik · 16 years ago
  34. 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 16 years ago
  35. 0990e7a Merge branch 'kb/lstat-cache' by Junio C Hamano · 16 years ago
  36. bad4a54 lstat_cache(): introduce has_dirs_only_path() function by Kjetil Barvik · 16 years ago
  37. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 16 years ago
  38. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 16 years ago
  39. 971f229 Fix possible Solaris problem in 'checkout_entry()' by Linus Torvalds · 17 years ago
  40. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  41. c78a249 Merge branch 'jc/maint-add-sync-stat' by Junio C Hamano · 17 years ago
  42. 4bd5b7d ce_match_stat, run_diff_files: use symbolic constants for readability by Junio C Hamano · 17 years ago
  43. c32f749 Correct some sizeof(size_t) != sizeof(unsigned long) typing errors by René Scharfe · 17 years ago
  44. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  45. 5ecd293 Rewrite convert_to_{git,working_tree} to use strbuf's. by Pierre Habouzit · 17 years ago
  46. 1a9d7e9 attr.c: read .gitattributes from index as well. by Junio C Hamano · 18 years ago
  47. c1c10a3 Merge branch 'maint' by Junio C Hamano · 18 years ago
  48. fa2e71c Do not expect unlink(2) to fail on a directory. by Junio C Hamano · 18 years ago
  49. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  50. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  51. efbc583 entry.c: Use const qualifier for 'struct checkout' parameters by Luiz Fernando N. Capitulino · 18 years ago
  52. cc2903f remove_subtree(): Use strerror() when possible by Luiz Fernando N. Capitulino · 18 years ago
  53. a2d7c6c Merge branch 'jc/attr' by Junio C Hamano · 18 years ago
  54. ac78e54 Simplify calling of CR/LF conversion routines by Alex Riesen · 18 years ago
  55. f0807e6 Teach "git-read-tree -u" to check out submodules as a directory by Linus Torvalds · 18 years ago
  56. 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
  57. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  58. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago
  59. bd3a5b5 Mark places that need blob munging later for CRLF conversion. by Linus Torvalds · 18 years ago
  60. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  61. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  62. 095c424 Use PATH_MAX instead of MAXPATHLEN by Jonas Fonseca · 19 years ago
  63. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  64. de84f99 Add --temp and --stage=all options to checkout-index. by Shawn Pearce · 19 years ago
  65. 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
  66. 1ecc18e checkout: do not make a temporary copy of symlink target. by Junio C Hamano · 19 years ago
  67. 781411e trivial: O_EXCL makes O_TRUNC redundant by Alex Riesen · 19 years ago
  68. 4b12dae Return error when not checking out an entry due to dirtiness. by Junio C Hamano · 19 years ago
  69. 215a7ad Big tool rename. by Junio C Hamano · 19 years ago
  70. d48a72f Fix replacing of a directory with a file/symlink in git-checkout-cache by Linus Torvalds · 20 years ago
  71. 2408cff Make "git-checkout" create files with O_EXCL by Linus Torvalds · 20 years ago
  72. f312de0 [PATCH] Let umask do its work upon filesystem object creation. by Junio C Hamano · 20 years ago
  73. 6ee67f2 Fix entry.c dependency and compile problem by Linus Torvalds · 20 years ago
  74. 12dccc1 Make fiel checkout function available to the git library by Linus Torvalds · 20 years ago