๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT 0.99.9e
  1. 340e4f8 Remove empty directories after read-tree -u. by Junio C Hamano ยท 20 years ago
  2. 23822a3 read-tree: --trivial by Linus Torvalds ยท 20 years ago
  3. 7dd4357 read-tree: remove --head option. by Junio C Hamano ยท 20 years ago
  4. f318dd2 Document -i flag to git-read-tree by Junio C Hamano ยท 20 years ago
  5. 2ba6c47 read-tree: fix bogus debugging statement. by Junio C Hamano ยท 20 years ago
  6. 720d150 Add a new merge strategy by Fredrik Kuivinen. by Junio C Hamano ยท 20 years ago
  7. bb97a2a Plug leak in Daniel's read-tree. by Junio C Hamano ยท 20 years ago
  8. 4d3fe0c [PATCH] Add debugging help for case #16 to read-tree.c by Junio C Hamano ยท 20 years ago
  9. 2ab706a [PATCH] Disable debugging from read-tree. by Junio C Hamano ยท 20 years ago
  10. ee6566e [PATCH] Rewrite read-tree by Daniel Barkalow ยท 20 years ago
  11. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis ยท 20 years ago
  12. 0ca14a5 Start adding interfaces to read in partial trees by Linus Torvalds ยท 20 years ago
  13. 7875b50 git-read-tree: fix "--reset" handling by Linus Torvalds ยท 21 years ago
  14. 036d51c [PATCH] read-tree: loosen too strict index requirements by Junio C Hamano ยท 21 years ago
  15. 32192e6 [PATCH] Finish making --emu23 equivalent to pure 2-way merge. by Junio C Hamano ยท 21 years ago
  16. e7f9bc4 [PATCH] read-tree: fix too strong index requirement #5ALT by Junio C Hamano ยท 21 years ago
  17. 03efa6d [PATCH] read-tree --emu23. by Junio C Hamano ยท 21 years ago
  18. aa16021 git-read-tree: remove deleted files in the working directory by Linus Torvalds ยท 21 years ago
  19. 438195c git-read-tree: add "--reset" flag by Linus Torvalds ยท 21 years ago
  20. a57f0b5 git-read-tree: -u without -m is meaningless. Don't allow it. by Linus Torvalds ยท 21 years ago
  21. b5b4250 git-read-tree: make one-way merge also honor the "update" flag by Linus Torvalds ยท 21 years ago
  22. c859600 [PATCH] read-tree: save more user hassles during fast-forward. by Junio C Hamano ยท 21 years ago
  23. 4513225 git-read-tree: some "final" cleanups by Linus Torvalds ยท 21 years ago
  24. d723c69 git-read-tree: simplify merge loops enormously by Linus Torvalds ยท 21 years ago
  25. 96cd542 [PATCH] index locking like everybody else by Junio C Hamano ยท 21 years ago
  26. d925ffb Fix off-by-one in new three-way-merge updates by Linus Torvalds ยท 21 years ago
  27. a76d74f Three-way merge: fix silly bug that made trivial merges not work by Linus Torvalds ยท 21 years ago
  28. e6ee623 git-read-tree: fix up two-way merge by Linus Torvalds ยท 21 years ago
  29. 220a0b5 More work on merging with git-read-tree.. by Linus Torvalds ยท 21 years ago
  30. 76f3834 git-read-tree: fix up three-way merge tests by Linus Torvalds ยท 21 years ago
  31. 02ede67 git-read-tree: be a lot more careful about merging dirty trees by Linus Torvalds ยท 21 years ago
  32. e99d59f sparse cleanup by Linus Torvalds ยท 21 years ago
  33. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov ยท 21 years ago
  34. 1424246 Fixed a leak in read-tree by Petr Baudis ยท 21 years ago
  35. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds ยท 21 years ago
  36. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano ยท 21 years ago
  37. 94537c7 Move "read_tree()" to "tree.c" to be used as a generic helper function. by Linus Torvalds ยท 21 years ago
  38. aba06682 Clean up and simplify read-tree a bit. by Linus Torvalds ยท 21 years ago
  39. bb233d6 Add support for a "GIT_INDEX_FILE" environment variable. by Linus Torvalds ยท 21 years ago
  40. c5bac17 [PATCH] Usage-string fixes. by Junio C Hamano ยท 21 years ago
  41. b12ec37 [PATCH] Teach read-tree about commit objects by Junio C Hamano ยท 21 years ago
  42. a3a6523 Make "read-tree" know how to do a "1-way merge". by Linus Torvalds ยท 21 years ago
  43. ca016f0 Make "read-tree" take the 'stat' information for a merge result from the by Linus Torvalds ยท 21 years ago
  44. e447947 Be much more liberal about the file mode bits. by Linus Torvalds ยท 21 years ago
  45. 43f9126 Make 'read-tree' do a few more of the trivial merge cases. by Linus Torvalds ยท 21 years ago
  46. d99082e Make "read-tree" merge the trees it reads by giving them consecutive states. by Linus Torvalds ยท 21 years ago
  47. f5cabd1 Encode a few extra flags per index entry. by Linus Torvalds ยท 21 years ago
  48. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds ยท 21 years ago
  49. 2de381f [PATCH] Consolidate the error handling by Petr Baudis ยท 21 years ago
  50. 4bb04f2 Rename ".dircache" directory to ".git" by Linus Torvalds ยท 21 years ago
  51. 9614b8d Fix stale index.lock file removal using "atexit()". by Linus Torvalds ยท 21 years ago
  52. 121481a Make "update-cache" a bit friendlier to use (and harder to mis-use). by Linus Torvalds ยท 21 years ago
  53. f768846 Teach "fsck" and "read-tree" about recursive tree-nodes. by Linus Torvalds ยท 21 years ago
  54. 83adac3 Make "read-tree" read the tree into the current directory cache. by Linus Torvalds ยท 21 years ago
  55. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds ยท 21 years ago
  56. e497ea2 Make read-tree actually unpack the whole tree. 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