1. 0b4e901 fsck: mark unused parameters in various fsck callbacks by Jeff King · 1 year, 8 months ago
  2. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
  3. 0807e57 Merge branch 'en/header-split-cache-h' by Junio C Hamano · 1 year, 11 months ago
  4. 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  5. 6047b28 Merge branch 'en/header-split-cleanup' by Junio C Hamano · 1 year, 11 months ago
  6. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 1 year, 11 months ago
  7. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 11 months ago
  8. 836c8ce builtins: always pass prefix to parse_options() by Jeff King · 2 years ago
  9. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  10. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  11. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
  12. 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 3 years ago
  13. 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  14. 0f156db object-file API: split up and simplify check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  15. ee213de object API users + docs: check <0, not !0 with check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  16. c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  17. 959d670 i18n: remove from i18n strings that do not hold translatable parts by Jean-Noël Avila · 3 years, 1 month ago
  18. 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  19. 53692df fsck.c: add an fsck_set_msg_type() API that takes enums by Ævar Arnfjörð Bjarmason · 4 years ago
  20. 394d5d3 fsck.c: pass along the fsck_msg_id in the fsck_error callback by Ævar Arnfjörð Bjarmason · 4 years ago
  21. 1b32b59 fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum by Ævar Arnfjörð Bjarmason · 4 years ago
  22. fb79f5b fsck.c: refactor and rename common config callback by Ævar Arnfjörð Bjarmason · 4 years ago
  23. 06ce791 mktag: add a --[no-]strict option by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  24. 2aa9425 mktag: mark strings for translation by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  25. 3f390a3 mktag: convert to parse-options by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  26. acfc013 mktag: allow turning off fsck.extraHeaderEntry by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  27. acf9de4 mktag: use fsck instead of custom verify_tag() by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  28. 40ef015 mktag: use puts(str) instead of printf("%s\n", str) by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  29. dfe3948 mktag: remove redundant braces in one-line body "if" by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  30. 0c43911 mktag: use default strbuf_read() hint by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  31. b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 5 years ago
  32. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  33. 1f2e7ce replace-object: add repository argument to lookup_replace_object by Stefan Beller · 7 years ago
  34. 47f351e object-store: move lookup_replace_object to replace-object.h by Stefan Beller · 7 years ago
  35. b383a13 Convert lookup_replace_object to struct object_id by brian m. carlson · 7 years ago
  36. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  37. 17e6545 sha1_file: convert check_sha1_signature to struct object_id by brian m. carlson · 7 years ago
  38. eedc994 builtin/mktag: convert to struct object_id by brian m. carlson · 7 years ago
  39. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  40. 33e8fc8 usage: do not insist that standard input must come from a file by Junio C Hamano · 9 years ago
  41. 4bbf5a2 read_sha1_file(): get rid of read_sha1_file_repl() madness by Junio C Hamano · 14 years ago
  42. 3ed8868 Merge branch 'jn/maint-c99-format' by Junio C Hamano · 14 years ago
  43. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  44. 31d713d mktag: avoid %td in format string by Jonathan Nieder · 14 years ago
  45. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-mktag.c]
  46. 112dd51 make "mktag" a built-in by Linus Torvalds · 15 years ago[Renamed (98%) from mktag.c]
  47. f00ecbe Merge branch 'cc/replace' by Junio C Hamano · 16 years ago
  48. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  49. cc400f5 mktag: call "check_sha1_signature" with the replacement sha1 by Christian Couder · 16 years ago
  50. 34263de Replace deprecated dashed git commands in usage by Alexander Potashev · 16 years ago
  51. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  52. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  53. ba26ab9 mktag.c: tweak validation of tagger field and adjust test script by Brandon Casey · 17 years ago
  54. e0aaf78 mktag.c: improve verification of tagger field and tests by Brandon Casey · 17 years ago
  55. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  56. fd17f5b Replace all read_fd use with strbuf_read, and get rid of it. by Pierre Habouzit · 18 years ago
  57. c4fba0a Rename read_pipe() with read_fd() and make its buffer nul-terminated. by Carlos Rica · 18 years ago
  58. e876e74 Remove unnecessary code and comments on non-existing 8kB tag object restriction by Johan Herland · 18 years ago
  59. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  60. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  61. 2d7320d Use xmalloc instead of malloc by Jonas Fonseca · 19 years ago
  62. 15e593e Fixup command names in some usage strings. by Ramsay Allan Jones · 19 years ago
  63. 579d1fb Add NO_C99_FORMAT to support older compilers. by Ramsay Allan Jones · 19 years ago
  64. 446c6fa New tests and en-passant modifications to mktag. by Ramsay Allan Jones · 19 years ago
  65. a9486b0 Avoid C99 comments, use old-style C comments instead. by Pavel Roskin · 19 years ago
  66. cfba045 add more informative error messages to git-mktag by Björn Engelmann · 19 years ago
  67. e7332f9 remove the artificial restriction tagsize < 8kb by Björn Engelmann · 19 years ago
  68. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  69. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  70. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  71. c818566 [PATCH] Update tags to record who made them by Eric W. Biederman · 20 years ago
  72. b97e3df git-mktag: be more careful in reading the input. by Linus Torvalds · 20 years ago
  73. 91d7b8a [PATCH] delta read by Nicolas Pitre · 20 years ago
  74. a3df180 Rename git core commands to be "git-xxxx" to avoid name clashes. by Linus Torvalds · 20 years ago[Renamed from git-mktag.c]
  75. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano · 20 years ago
  76. ec4465a Add "tag" objects that can be used to sign other objects. by Linus Torvalds · 20 years ago