1. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  2. 8d79589 notes: spell first word of error messages in lowercase by Vasco Almeida · 8 years ago
  3. 2d1252d i18n: notes: mark error messages for translation by Vasco Almeida · 8 years ago
  4. 996ee6d i18n: notes: mark comment for translation by Vasco Almeida · 9 years ago
  5. b34c77e i18n: notes: mark options for translation by Vasco Almeida · 9 years ago
  6. 5313827 i18n: notes: mark strings for translation by Vasco Almeida · 9 years ago
  7. d3b9ac0 worktree.c: make find_shared_symref() return struct worktree * by Nguyễn Thái Ngọc Duy · 9 years ago
  8. fc452ae Merge branch 'sb/misc-cleanups' by Junio C Hamano · 9 years ago
  9. 344b548 notes: don't leak memory in git_config_get_notes_strategy by Stefan Beller · 9 years ago
  10. 1cb3ed3 Merge branch 'jk/notes-merge-from-anywhere' by Junio C Hamano · 9 years ago
  11. b62624b Merge branch 'jc/strbuf-getline' by Junio C Hamano · 9 years ago
  12. b3715b7 notes: allow merging from arbitrary references by Jacob Keller · 9 years ago
  13. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  14. ee76f92 notes: allow treeish expressions as notes ref by Mike Hommey · 9 years ago
  15. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  16. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  17. 1ad7c0f Merge branch 'tk/stripspace' by Junio C Hamano · 9 years ago
  18. 63af4a8 strbuf: make stripspace() part of strbuf by Tobias Klauser · 9 years ago
  19. ac6c561 worktree: add top-level worktree.c by Michael Rappazzo · 9 years ago
  20. 5b6211a Merge branch 'jk/notes-merge-config' by Junio C Hamano · 9 years ago
  21. 32561f5 Merge branch 'dt/notes-multiple' by Junio C Hamano · 9 years ago
  22. 4f655e2 notes: teach git-notes about notes.<name>.mergeStrategy option by Jacob Keller · 9 years ago
  23. d2d68d9 notes: add notes.mergeStrategy option to select default strategy by Jacob Keller · 9 years ago
  24. 93efcad notes: extract parse_notes_merge_strategy to notes-utils by Jacob Keller · 9 years ago
  25. b02e859 notes: handle multiple worktrees by David Turner · 9 years ago
  26. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  27. d73a5b9 builtin/notes: add --allow-empty, to allow storing empty notes by Johan Herland · 10 years ago
  28. 52694cd builtin/notes: split create_note() to clarify add vs. remove logic by Johan Herland · 10 years ago
  29. b0de56c builtin/notes: simplify early exit code in add() by Johan Herland · 10 years ago
  30. 4282af0 builtin/notes: refactor note file path into struct note_data by Johan Herland · 10 years ago
  31. bebf5c0 builtin/notes: improve naming by Johan Herland · 10 years ago
  32. 511726e builtin/notes: fix premature failure when trying to add the empty blob by Johan Herland · 10 years ago
  33. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  34. 296b4c4 Merge branch 'ah/grammofix' by Junio C Hamano · 10 years ago
  35. ad5fe37 grammofix in user-facing messages by Alex Henrie · 10 years ago
  36. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 10 years ago
  37. 2cc70ce Merge branch 'mh/ref-transaction' by Junio C Hamano · 11 years ago
  38. f412411 refs.h: rename the action_on_err constants by Michael Haggerty · 11 years ago
  39. e703d71 parse-options: multi-word argh should use dash to separate words by Junio C Hamano · 11 years ago
  40. b37f81b Merge branch 'jh/note-trees-record-blobs' by Junio C Hamano · 11 years ago
  41. ce8daa1 notes: disallow reusing non-blob as a note object by Johan Herland · 11 years ago
  42. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  43. d5d09d4 Replace deprecated OPT_BOOLEAN by OPT_BOOL by Stefan Beller · 12 years ago
  44. 4741edd Remove deprecated OPTION_BOOLEAN for parsing arguments by Stefan Beller · 12 years ago
  45. 2ddc898 Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' by Junio C Hamano · 12 years ago
  46. 09b7e22 fix "builtin-*" references to be "builtin/*" by Phil Hord · 12 years ago
  47. 49c2470 Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c by Johan Herland · 12 years ago
  48. 80a1466 finish_copy_notes_for_rewrite(): Let caller provide commit message by Johan Herland · 12 years ago
  49. eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
  50. f50fee4 builtin/notes.c: mark file-scope private symbols as static by Junio C Hamano · 12 years ago
  51. b0ff965 Reduce translations by using same terminologies by Nguyễn Thái Ngọc Duy · 12 years ago
  52. e6b895e i18n: notes: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 12 years ago
  53. f35ccd9 Merge branch 'nd/war-on-nul-in-commit' by Junio C Hamano · 13 years ago
  54. 13f8b72 Convert commit_tree() to take strbuf as message by Nguyễn Thái Ngọc Duy · 13 years ago
  55. 96ec7b1 Convert resolve_ref+xstrdup to new resolve_refdup function by Nguyễn Thái Ngọc Duy · 13 years ago
  56. d5a35c1 Copy resolve_ref() return value for longer use by Nguyễn Thái Ngọc Duy · 13 years ago
  57. 4653801 notes remove: --stdin reads from the standard input by Junio C Hamano · 14 years ago
  58. 2d370d2 notes remove: --ignore-missing by Junio C Hamano · 14 years ago
  59. c3ab1a8 notes remove: allow removing more than one by Junio C Hamano · 14 years ago
  60. 23f536c Merge branch 'jk/notes-ui-updates' by Junio C Hamano · 14 years ago
  61. 2d23c64 Merge branch 'jh/notes-add-ui' by Junio C Hamano · 14 years ago
  62. 6c80cd2 Merge branch 'ab/i18n-st' by Junio C Hamano · 14 years ago
  63. 84a7e35 Make "git notes add" more user-friendly when there are existing notes by Johan Herland · 14 years ago
  64. 03bb578 notes: make expand_notes_ref globally accessible by Jeff King · 14 years ago
  65. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  66. e3bd758 i18n: git-notes GIT_NOTES_REWRITE_MODE error message by Ævar Arnfjörð Bjarmason · 14 years ago
  67. caeba0e i18n: git-notes basic commands by Ævar Arnfjörð Bjarmason · 14 years ago
  68. 23c6a80 Make <identifier> lowercase as per CodingGuidelines by Michael J Gruber · 14 years ago
  69. 657072f Merge branch 'jh/notes-merge' by Junio C Hamano · 14 years ago
  70. 618cd75 Provide 'git notes get-ref' to easily retrieve current notes ref by Johan Herland · 14 years ago
  71. a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
  72. 6cfd6a9 git notes merge: --commit should fail if underlying notes ref has moved by Johan Herland · 14 years ago
  73. 443259c git notes merge: List conflicting notes in notes merge commit message by Johan Herland · 14 years ago
  74. 6abb365 git notes merge: Manual conflict resolution, part 2/2 by Johan Herland · 14 years ago
  75. 809f38c git notes merge: Manual conflict resolution, part 1/2 by Johan Herland · 14 years ago
  76. 3228e67 git notes merge: Add automatic conflict resolvers (ours, theirs, union) by Johan Herland · 14 years ago
  77. 2085b16 git notes merge: Handle real, non-conflicting notes merges by Johan Herland · 14 years ago
  78. 5688184 builtin/notes.c: Refactor creation of notes commits. by Johan Herland · 14 years ago
  79. 75ef3f4 git notes merge: Initial implementation handling trivial merges only by Johan Herland · 14 years ago
  80. 8ef313e builtin/notes.c: Split notes ref DWIMmery into a separate function by Johan Herland · 14 years ago
  81. 180619a notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond by Johan Herland · 14 years ago
  82. 76946b7 add OPT__FORCE by René Scharfe · 14 years ago
  83. e21adb8 add description parameter to OPT__DRY_RUN by René Scharfe · 14 years ago
  84. fd03881 add description parameter to OPT__VERBOSE by René Scharfe · 14 years ago
  85. 1ee1e43 notes: Don't create (empty) commit when removing non-existing notes by Johan Herland · 14 years ago
  86. e93487d notes: allow --dry-run for -n and --verbose for -v by René Scharfe · 14 years ago
  87. 1ba5c53 Merge branch 'maint' by Junio C Hamano · 15 years ago
  88. bbb1b8a notes: check number of parameters to "git notes copy" by Jeff King · 15 years ago
  89. f526d12 Merge branch 'maint' by Junio C Hamano · 15 years ago
  90. 4e0d7a8 msvc: Fix some "expr evaluates to function" compiler warnings by Ramsay Jones · 15 years ago
  91. 3c0ae1b Merge 'maint' updates in by Junio C Hamano · 15 years ago
  92. ef7a8e3 notes: Initialize variable to appease Sun Studio by Ævar Arnfjörð Bjarmason · 15 years ago
  93. a9f2adf notes: dry-run and verbose options for prune by Michael J Gruber · 15 years ago
  94. 3b37d9c Merge branch 'sb/notes-parse-opt' by Junio C Hamano · 15 years ago
  95. a86ed83 Merge branch 'tr/notes-display' by Junio C Hamano · 15 years ago
  96. 2949151 Merge branch 'jh/notes' by Junio C Hamano · 15 years ago