๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Wooops.  I tagged a wrong version.  This is the 0.99.2
  1. c0fd1f5 Make "ce_match_path()" a generic helper function by Linus Torvalds ยท 20 years ago
  2. b155725 [PATCH] Fix oversimplified optimization for add_cache_entry(). by Junio C Hamano ยท 20 years ago
  3. 2160a02 read-cache.c: remove stray debugging printf by Linus Torvalds ยท 20 years ago
  4. 1267660 Re-implement "check_file_directory_conflict()" by Linus Torvalds ยท 20 years ago
  5. 025a070 [PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries. by Junio C Hamano ยท 21 years ago
  6. aa16021 git-read-tree: remove deleted files in the working directory by Linus Torvalds ยท 21 years ago
  7. 972d1bb [PATCH] Use ntohs instead of htons to convert ce_flags to host byte order by Timo Hirvonen ยท 21 years ago
  8. 8310c2c [PATCH] check_file_directory_conflict path fix by David Meybohm ยท 21 years ago
  9. 2cb45e9 Don't care about st_dev in the index file by Linus Torvalds ยท 21 years ago
  10. 6b0c312 Include file cleanups.. by Linus Torvalds ยท 21 years ago
  11. 958ba6c Introduce "base_name_compare()" helper function by Linus Torvalds ยท 21 years ago
  12. 415e96c [PATCH] Implement git-checkout-cache -u to update stat information in the cache. by Junio C Hamano ยท 21 years ago
  13. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst ยท 21 years ago
  14. dbbce55 Rename some more cache-related functions by Brad Roberts ยท 21 years ago
  15. 5d728c8 Rename cache_match_stat() to ce_match_stat() by Brad Roberts ยท 21 years ago
  16. aa575f8 A stylistic fix to read-cache.c by Junio C Hamano ยท 21 years ago
  17. 192268c Add git-update-cache --replace option. by Junio C Hamano ยท 21 years ago
  18. 0f1e4f0 git-update-cache refuses to add a file where a directory is registed. by Junio C Hamano ยท 21 years ago
  19. 3d0291c [PATCH] Do not initialize sha1_file_directory by hand. by Junio C Hamano ยท 21 years ago
  20. ee26752 Revert bogus optimization that avoids index file writes by Linus Torvalds ยท 21 years ago
  21. ffbe1ad [PATCH] fix compare symlink against readlink not data by Kay Sievers ยท 21 years ago
  22. 8ae0a8c [PATCH] git and symlinks as tracked content by Kay Sievers ยท 21 years ago
  23. 520fc24 Allow writing to the private index file mapping. by Linus Torvalds ยท 21 years ago
  24. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  25. b5af910 New "diff-cache" implementation. by Linus Torvalds ยท 21 years ago
  26. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds ยท 21 years ago
  27. 94dfb7f Fix NSEC compile problem, and properly parse the rev-tree cmd line. by Linus Torvalds ยท 21 years ago
  28. ca9be05 Make the sha1 of the index file go at the very end of the file. by Linus Torvalds ยท 21 years ago
  29. 4990aad Speed up index file writing by chunking it nicely. by Linus Torvalds ยท 21 years ago
  30. 0fcfd16 Split up read-cache.c into more logical clumps. by Linus Torvalds ยท 21 years ago
  31. a4b7dbe [PATCH] fix bug in read-cache.c which loses files when merging a tree by James Bottomley ยท 21 years ago
  32. e8871e8 [PATCH] Fix +x-related show-diff false positives by Petr Baudis ยท 21 years ago
  33. c4e3cca [PATCH] update-cache --remove marks the path merged. by Junio C Hamano ยท 21 years ago
  34. e447947 Be much more liberal about the file mode bits. by Linus Torvalds ยท 21 years ago
  35. 7b937ca When inserting a index entry of stage 0, remove all old unmerged entries. by Linus Torvalds ยท 21 years ago
  36. 95fd5bf Make cache entry comparison take the new "state" flag into account. by Linus Torvalds ยท 21 years ago
  37. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds ยท 21 years ago
  38. f864ba7 Fix read-cache.c collission check logic. by Linus Torvalds ยท 21 years ago
  39. aebb267 [PATCH] Whitespace Fixes by Ingo Molnar ยท 21 years ago
  40. 2de381f [PATCH] Consolidate the error handling by Petr Baudis ยท 21 years ago
  41. bdd4da5 [PATCH] Make nsec checking optional by Petr Baudis ยท 21 years ago
  42. 5c2a7fb [PATCH] SHA1 naive collision checking by Petr Baudis ยท 21 years ago
  43. 4bb04f2 Rename ".dircache" directory to ".git" by Linus Torvalds ยท 21 years ago
  44. 0dcad32 Fix "usage()" to do the missing line termination. by Linus Torvalds ยท 21 years ago
  45. 76e7f4e Fix off-by-one error in removal of cache entry. by Linus Torvalds ยท 21 years ago
  46. 73134b6 Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees by Linus Torvalds ยท 21 years ago
  47. 121481a Make "update-cache" a bit friendlier to use (and harder to mis-use). by Linus Torvalds ยท 21 years ago
  48. d6d3f9d This implements the new "recursive tree" write-tree. by Linus Torvalds ยท 21 years ago
  49. 79517a0 Export "cache_name_compare()" helper function. by Linus Torvalds ยท 21 years ago
  50. 197ee8c Make "write_cache()" and friends available as generic routines. by Linus Torvalds ยท 21 years ago
  51. 734aab7 Make the cache stat information comparator public. by Linus Torvalds ยท 21 years ago
  52. eb38c22 Make "cache_name_pos()" available to others. by Linus Torvalds ยท 21 years ago
  53. 59c1e24 Fix missing return values and some error tests for empty index files by Linus Torvalds ยท 21 years ago
  54. 2ade934 Add "check_sha1_signature()" helper function by Linus Torvalds ยท 21 years ago
  55. 24778e3 Factor out "read_sha1_file" into mapping/inflating/unmapping. by Linus Torvalds ยท 21 years ago
  56. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds ยท 21 years ago
  57. 8bc9a0c Add copyright notices. by Linus Torvalds ยท 21 years ago
  58. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds ยท 21 years ago