1. 41dcc4d distinguish error versus short read from read_in_full() by Jeff King · 7 years ago
  2. 61d3633 prefer "!=" when checking read_in_full() result by Jeff King · 7 years ago
  3. 68a423a get-tar-commit-id: check write_in_full() return against 0 by Jeff King · 7 years ago
  4. 33e8fc8 usage: do not insist that standard input must come from a file by Junio C Hamano · 9 years ago
  5. e3f1da9 use skip_prefix() to avoid more magic numbers by René Scharfe · 10 years ago
  6. bb5d531 stop installing git-tar-tree link by Jonathan Nieder · 11 years ago[Renamed from builtin/tar-tree.c]
  7. 925cecc tar-tree: remove deprecated command by John Keeping · 11 years ago
  8. 7da2f28 tar-tree: remove dependency on sq_quote_print() by Ramkumar Ramachandra · 12 years ago
  9. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-tar-tree.c]
  10. e9dd085 Show usage string for 'git get-tar-commit-id -h' by Jonathan Nieder · 15 years ago
  11. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  12. ba053ea archive: do not read .gitattributes in working directory by Nguyễn Thái Ngọc Duy · 16 years ago
  13. 1f5a892 Cosmetical command name fix by Heikki Orsila · 17 years ago
  14. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  15. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  16. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  17. 599065a prefixcmp(): fix-up mechanical conversion. by Junio C Hamano · 18 years ago
  18. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  19. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  20. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  21. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  22. fd88d9c Remove upload-tar and make git-tar-tree a thin wrapper to git-archive by Junio C Hamano · 18 years ago
  23. 3d74982 git-tar-tree: Move code for git-archive --format=tar to archive-tar.c by Rene Scharfe · 18 years ago
  24. 81b84c4 git-tar-tree: Remove duplicate git_config() call by Rene Scharfe · 18 years ago
  25. 87af29f git-tar-tree: devolve git-tar-tree into a wrapper for git-archive by Rene Scharfe · 18 years ago
  26. e0ffb24 Add --verbose to git-archive by Junio C Hamano · 19 years ago
  27. 326711c Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c by Rene Scharfe · 19 years ago
  28. efd8696 git-archive: wire up TAR format. by Franck Bui-Huu · 19 years ago
  29. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  30. b5bf7cd missing 'static' keywords by Pierre Habouzit · 19 years ago
  31. 7230e6d Add write_or_die(), a helper function by Rene Scharfe · 19 years ago
  32. 3f0073a Axe the last ent by Rene Scharfe · 19 years ago
  33. 7e18e56 git-tar-tree: fix minor memory leak by Rene Scharfe · 19 years ago
  34. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  35. ce1a79b tar-tree: add the "tar.umask" config option by Willy Tarreau · 19 years ago
  36. 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
  37. 6698060 git-tar-tree: no more void pointer arithmetic by Rene Scharfe · 19 years ago
  38. 37958be git-tar-tree: Simplify write_trailer() by Rene Scharfe · 19 years ago
  39. bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
  40. 52ba03c Built-in git-get-tar-commit-id by Rene Scharfe · 19 years ago
  41. 17cf250 Off-by-one error in get_path_prefix(), found by Valgrind by Rene Scharfe · 19 years ago
  42. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  43. 1af0d11 Merge branch 'jc/tartree' into jc/builtin-n-tar-tree by Junio C Hamano · 19 years ago
  44. 56d1398 Builtin git-tar-tree. by Peter Eriksen · 19 years ago[Renamed (98%) from tar-tree.c]
  45. 2175426 built-in tar-tree and remote tar-tree by Junio C Hamano · 19 years ago
  46. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  47. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  48. 139faba Remove useless pointer update by Rene Scharfe · 19 years ago
  49. 1b0c717 tree/diff header cleanup. by Junio C Hamano · 19 years ago
  50. 48d6e97 Merge branch 'rs/tar-tree' into next by Junio C Hamano · 19 years ago
  51. 4c69172 tar-tree: Use the prefix field of a tar header by Rene Scharfe · 19 years ago
  52. 86da1c5 tar-tree: Remove obsolete code by Rene Scharfe · 19 years ago
  53. cb0c6df tar-tree: Use write_entry() to write the archive contents by Rene Scharfe · 19 years ago
  54. ae64bbc tar-tree: Introduce write_entry() by Rene Scharfe · 19 years ago
  55. 2c6df2d tar-tree: Use SHA1 of root tree for the basedir by Rene Scharfe · 19 years ago
  56. 84a9b58 sha1_name: warning ambiguous refs. by Junio C Hamano · 19 years ago
  57. 473d404 tar-tree: file/dirmode fix. by Junio C Hamano · 19 years ago
  58. 7ec5755 Make git-tar-tree use the tree_desc abstractions by Linus Torvalds · 19 years ago
  59. c3f9281 Use struct commit in tar-tree by Daniel Barkalow · 19 years ago
  60. 5207234 Use struct tree in tar-tree by Daniel Barkalow · 19 years ago
  61. 3ac0ebb tar-tree: finish honoring extractor's umask in git-tar-tree. by Junio C Hamano · 19 years ago
  62. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  63. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  64. 38ec15a Honor extractor's umask in git-tar-tree. by Junio C Hamano · 19 years ago
  65. 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
  66. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  67. d565b34 [PATCH] Fix several gcc4 signedness warnings by Mika Kukkonen · 20 years ago
  68. a325a11 [PATCH] git-tar-tree: fix write_trailer by Rene Scharfe · 20 years ago
  69. 9b5b9f3 [PATCH] git-tar-tree: cleanup write_trailer() by Rene Scharfe · 20 years ago
  70. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  71. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  72. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  73. 92747a9 Add copyright notice of Rene Scharfe to tar-tree.c by Petr Baudis · 20 years ago
  74. e7d3dd2 [PATCH] Lift path length limits from git-tar-tree. by Rene Scharfe · 20 years ago
  75. 3d0291c [PATCH] Do not initialize sha1_file_directory by hand. by Junio C Hamano · 20 years ago
  76. d5776d5 [PATCH] git-tar-tree: add symlink support by Rene Scharfe · 20 years ago
  77. 08f09da [PATCH] git-tar-tree: make file contents accessible to write_header() by Rene Scharfe · 20 years ago
  78. 71058b1 [PATCH] git-tar-tree: add extended header helpers by Rene Scharfe · 20 years ago
  79. 03d791f [PATCH] git-tar-tree: add TYPEFLAG_ constants by Rene Scharfe · 20 years ago
  80. a90a6e6 [PATCH] git-tar-tree: add get_record() by Rene Scharfe · 20 years ago
  81. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  82. 87fec8f [PATCH] GIT: Create tar archives of tree on the fly by Rene Scharfe · 20 years ago
  83. db41347 [PATCH] Use read_object_with_reference() in tar-tree by Rene Scharfe · 20 years ago
  84. 731ab9c [PATCH] create tar archives of tree on the fly by Rene Scharfe · 20 years ago