1. 690b61f double free in builtin-update-index.c by Pierre Habouzit · 17 years ago
  2. 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
  3. 39bd2eb Merge branch 'master' into ph/strbuf by Junio C Hamano · 17 years ago
  4. e6c019d Drop strbuf's 'eof' marker, and make read_line a first class citizen. by Pierre Habouzit · 17 years ago
  5. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  6. 09d5dc3 Simplify cache API by Junio C Hamano · 18 years ago
  7. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  8. 2263147 Fix "git commit directory/" performance anomaly by Linus Torvalds · 18 years ago
  9. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  10. afb5b6a Merge branch 'lt/gitlink' by Junio C Hamano · 18 years ago
  11. 2de00bf Merge branch 'maint' by Junio C Hamano · 18 years ago
  12. 6e6db39 fix up strtoul_ui error handling by Andy Whitcroft · 18 years ago
  13. 61d6ed1 sscanf/strtoul: parse integers robustly by Jim Meyering · 18 years ago
  14. e011054 Teach git-update-index about gitlinks by Linus Torvalds · 18 years ago
  15. 6aead43 sscanf/strtoul: parse integers robustly by Jim Meyering · 18 years ago
  16. ee9693e Merge branch 'jc/index-output' by Junio C Hamano · 18 years ago
  17. 81e1bc4 Rename internal function "add_file_to_cache" in builtin-update-index.c by Junio C Hamano · 18 years ago
  18. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  19. 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
  20. efdfd6c Evil Merge branch 'jc/status' (early part) into js/diff-ni by Junio C Hamano · 18 years ago
  21. 7b802b8 update-index: do not die too early in a read-only repository. by Junio C Hamano · 18 years ago
  22. 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
  23. 9ebe6cf Fix git-update-index to work with relative pathnames. by Alex Riesen · 18 years ago
  24. 2bbaaed trust-executable-bit: fix breakage for symlinks by Junio C Hamano · 18 years ago
  25. 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  26. fd28b34 Ignore executable bit when adding files if filemode=0. by Shawn Pearce · 18 years ago
  27. 913c983 Fix git-update-index --again by Johannes Schindelin · 18 years ago
  28. a7f0519 Merge branch 'gl/cleanup' by Junio C Hamano · 19 years ago
  29. 7099c9c update-index -g by Junio C Hamano · 19 years ago
  30. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  31. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  32. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  33. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  34. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  35. 6244b24 Close the index file between writing and committing by Johannes Schindelin · 19 years ago
  36. 928e47e Initialize lock_file struct to all zero. by Johannes Schindelin · 19 years ago
  37. fefe81c Make git-update-index a builtin by Lukas Sandström · 19 years ago[Renamed (97%) from update-index.c]
  38. 021b6e4 Make index file locking code reusable to others. by Junio C Hamano · 19 years ago
  39. 93872e0 Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
  40. 283c8ee Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
  41. 405e5b2 Libify the index refresh logic by Linus Torvalds · 19 years ago
  42. 8dcf39c Prevent bogus paths from being added to the index. by Linus Torvalds · 19 years ago
  43. 0cc9e70 Fix users of prefix_path() to free() only when necessary by Johannes Schindelin · 19 years ago
  44. 22293b9 update-index --again: take optional pathspecs by Junio C Hamano · 19 years ago
  45. 83e77a2 update-index --again by Junio C Hamano · 19 years ago
  46. fb69a76 update-index: plug memory leak from prefix_path() by Junio C Hamano · 19 years ago
  47. 09895c1 update-index --unresolve: work from a subdirectory. by Junio C Hamano · 19 years ago
  48. 060729d add documentation for update-index --unresolve by Matthias Kestenholz · 19 years ago
  49. 497c321 update-index: when --unresolve, smudge the relevant cache-tree entries. by Junio C Hamano · 19 years ago
  50. b8ed7f0 Merge branch 'master' into jc/cache-tree by Junio C Hamano · 19 years ago
  51. bad68ec index: make the index file format extensible. by Junio C Hamano · 19 years ago
  52. be02b3c Merge branch 'ar/chmod-series' by Junio C Hamano · 19 years ago
  53. a6e5642 Use cache-tree in update-index. by Junio C Hamano · 19 years ago
  54. 227bdb1 make update-index --chmod work with multiple files and --stdin by Alex Riesen · 19 years ago
  55. 2bd452d git-update-index --unresolve by Junio C Hamano · 19 years ago
  56. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
  57. a41c175 Prevent --index-info from ignoring -z. by Shawn Pearce · 19 years ago
  58. b92b2ce "Assume unchanged" git: --really-refresh fix. by Junio C Hamano · 19 years ago
  59. 8b9b0f3 "Assume unchanged" git: do not set CE_VALID with --refresh by Junio C Hamano · 19 years ago
  60. 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
  61. 2d49711 update-index --index-info: allow stage 0 entries. by Junio C Hamano · 19 years ago
  62. a94d994 update-index: work with c-quoted name by Junio C Hamano · 19 years ago
  63. d23748a update-index: allow --index-info to add higher stages. by Junio C Hamano · 19 years ago
  64. 9c20a47 Teach update-index to read from ls-tree. by Junio C Hamano · 19 years ago
  65. 14470c0 Add to documentation of git-update-index arguments and usage. by Chris Shoemaker · 19 years ago
  66. f6ab5bb Add usage string to git-update-index by Petr Baudis · 19 years ago
  67. 973d6a2 update-index --index-info: adjust for funny-path quoting. by Junio C Hamano · 19 years ago
  68. caf4f58 Improve "git add" again. by Junio C Hamano · 19 years ago
  69. 3e09cdf Use core.filemode. by Junio C Hamano · 19 years ago
  70. d4dbf36d update-index: read --show-index-info output from standard input. by Junio C Hamano · 19 years ago
  71. ec1fcc1 Show original and resulting blob object info in diff output. by Junio C Hamano · 19 years ago
  72. 5cd5ace [PATCH] Re-instate index file write optimization by Linus Torvalds · 19 years ago
  73. 5d1a5c0 [PATCH] Better error reporting for "git status" by Linus Torvalds · 19 years ago
  74. ee1bec3 update-index: --stdin and -z by Junio C Hamano · 19 years ago
  75. 6b5ee13 Diff clean-up. by Junio C Hamano · 19 years ago
  76. b039189 Show modified files in git-ls-files by Junio C Hamano · 19 years ago
  77. 1991b22 Fast-path 'update-index --refresh' a bit. by Junio C Hamano · 19 years ago
  78. 34143b2 [PATCH] Improve git-update-index error reporting by Petr Baudis · 19 years ago
  79. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (96%) from update-cache.c]
  80. 89bc8c7 [PATCH] Explain what went wrong on update-cache of new file by Amos Waterland · 20 years ago
  81. cfb0af1 [PATCH] Make git-update-cache take relative pathnames by Linus Torvalds · 20 years ago
  82. 69a97f1 [PATCH] Use SHA1 for git-update-cache --refresh by Bryan Larsen · 20 years ago
  83. df6e151 [PATCH] Add --info-only option to git-update-cache. by Bryan Larsen · 20 years ago
  84. 7672db2 [PATCH] Expose object ID computation functions. by Bryan Larsen · 20 years ago
  85. 0ed3715 Add "-q" flag to git-update-cache by Linus Torvalds · 20 years ago
  86. 9b63f50 [PATCH] Make git-update-cache --force-remove regular by Petr Baudis · 20 years ago
  87. 320d3a1 git-update-cache: allow dot-files by Linus Torvalds · 20 years ago
  88. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  89. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  90. 415e96c [PATCH] Implement git-checkout-cache -u to update stat information in the cache. by Junio C Hamano · 20 years ago
  91. 5d728c8 Rename cache_match_stat() to ce_match_stat() by Brad Roberts · 20 years ago
  92. 62d046a Stick a comment to update-cache.c:refresh_cache() that you can't by Petr Baudis · 20 years ago
  93. cb1da3a [patch] git: fix overflow in update-cache.c by Ingo Molnar · 20 years ago
  94. 071c41a Make update-cache be explicit about failed open() when doing by Petr Baudis · 20 years ago
  95. b3f94c4 Fix git-update-cache --cacheinfo error message. by Junio C Hamano · 20 years ago
  96. 4c5abf4 Allow removal of "path" when "path/file" exists. by Junio C Hamano · 20 years ago
  97. 192268c Add git-update-cache --replace option. by Junio C Hamano · 20 years ago
  98. ee26752 Revert bogus optimization that avoids index file writes by Linus Torvalds · 20 years ago
  99. 22b7810 update-cache: remove compiler warning by Linus Torvalds · 20 years ago
  100. ffbe1ad [PATCH] fix compare symlink against readlink not data by Kay Sievers · 20 years ago