1. 76a7bc0 cmd_{read,write}_tree: rename "unused" variable that is used by Jeff King · 6 years ago
  2. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  3. 8963bb0 Merge branch 'rs/parse-opt-lithelp' by Junio C Hamano · 7 years ago
  4. 5f0df44 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP by René Scharfe · 7 years ago
  5. fc5cb99 cache-tree: convert write_*_as_tree to object_id by brian m. carlson · 7 years ago
  6. 38b471f builtin/write-tree: convert to struct object_id by brian m. carlson · 7 years ago
  7. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  8. b5625d0 i18n: write-tree: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  9. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-write-tree.c]
  10. 404d42e write-tree: migrate to parse-options by Stephen Boyd · 16 years ago
  11. d11b8d3 write-tree --ignore-cache-tree by Junio C Hamano · 16 years ago
  12. 331fcb5 git add --intent-to-add: do not let an empty blob be committed by accident by Junio C Hamano · 16 years ago
  13. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  14. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  15. 45525bd Make error messages from cherry-pick/revert more sensible by Junio C Hamano · 17 years ago
  16. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  17. 9ec398d Fix racy-git handling in git-write-tree. by Linus Torvalds · 18 years ago
  18. b87841e git-write-tree should not crash if prefix does not exist by Nguyễn Thái Ngọc Duy · 18 years ago
  19. 6169a89 Merge branch 'maint' by Junio C Hamano · 18 years ago
  20. c21aa54 Fix handle leak in write_tree by Alex Riesen · 18 years ago
  21. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  22. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  23. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  24. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  25. 8cdf336 Replace some calls to die(usage_str) with usage(usage_str). by Ramsay Allan Jones · 19 years ago
  26. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  27. 6244b24 Close the index file between writing and committing by Johannes Schindelin · 19 years ago
  28. 928e47e Initialize lock_file struct to all zero. by Johannes Schindelin · 19 years ago
  29. 8ed05fb Make git-write-tree a builtin by Lukas Sandström · 19 years ago[Renamed (66%) from write-tree.c]
  30. 75c3a5c Merge branch 'jc/rw-prefix' by Junio C Hamano · 19 years ago
  31. 021b6e4 Make index file locking code reusable to others. by Junio C Hamano · 19 years ago
  32. 6bd2035 write-tree: --prefix=<path> by Junio C Hamano · 19 years ago
  33. 2956dd3 cache_tree_update: give an option to update cache-tree only. by Junio C Hamano · 19 years ago
  34. bad68ec index: make the index file format extensible. by Junio C Hamano · 19 years ago
  35. a52139b Update write-tree to use cache-tree. by Junio C Hamano · 19 years ago
  36. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  37. 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
  38. 75a46f6 write-tree: check extra arguments and die but be a bit more helpful. by Junio C Hamano · 19 years ago
  39. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  40. 0b124bb [PATCH] Trivial tidyups by Petr Baudis · 20 years ago
  41. 9c1fa70 [PATCH] add --missing-ok option to write-tree by Bryan Larsen · 20 years ago
  42. 7323aa1 [PATCH] git-write-tree doesn't check alternate directories by Jan Harkes · 20 years ago
  43. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  44. f1a7eb3 Merge with http://members.cox.net/junkio/git-jc.git by Petr Baudis · 20 years ago
  45. c899350 write-tree is now willing to write empty tree by Petr Baudis · 20 years ago
  46. 8eef4d3 Notice index that has path and path/file and refuse to write such a tree. by Junio C Hamano · 20 years ago
  47. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  48. a44c9a5 Simplify "write_sha1_file()" interfaces by Linus Torvalds · 20 years ago
  49. 7223a88 [PATCH] fix for memory leak in write-tree.c by Brad Roberts · 20 years ago
  50. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  51. c347ea5 write-tree: refuse to write out trees with unmerged index entries. by Linus Torvalds · 20 years ago
  52. ccc4feb Convert the index file reading/writing to use network byte order. by Linus Torvalds · 20 years ago
  53. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  54. 121481a Make "update-cache" a bit friendlier to use (and harder to mis-use). by Linus Torvalds · 20 years ago
  55. d6d3f9d This implements the new "recursive tree" write-tree. by Linus Torvalds · 20 years ago
  56. 19b2860 Use "-Wall -O2" for the compiler to get more warnings. by Linus Torvalds · 20 years ago
  57. 8bc9a0c Add copyright notices. by Linus Torvalds · 20 years ago
  58. e83c516 Initial revision of "git", the information manager from hell by Linus Torvalds · 20 years ago