40 Commits (e5fa45c159241b609bce40fa7a8687796e4b941d)

Author SHA1 Message Date
Junio C Hamano 46538012d9 notes remove: --stdin reads from the standard input 14 years ago
Junio C Hamano 2d370d2fbc notes remove: --ignore-missing 14 years ago
Junio C Hamano c3ab1a8e4c notes remove: allow removing more than one 14 years ago
Johan Herland 84a7e35eea Make "git notes add" more user-friendly when there are existing notes 14 years ago
Jeff King 03bb5789cd notes: make expand_notes_ref globally accessible 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Ævar Arnfjörð Bjarmason e3bd758335 i18n: git-notes GIT_NOTES_REWRITE_MODE error message 14 years ago
Ævar Arnfjörð Bjarmason caeba0ef15 i18n: git-notes basic commands 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Johan Herland 618cd75707 Provide 'git notes get-ref' to easily retrieve current notes ref 14 years ago
Johan Herland a6a09095a0 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" 14 years ago
Johan Herland 6cfd6a9dea git notes merge: --commit should fail if underlying notes ref has moved 14 years ago
Johan Herland 443259cf92 git notes merge: List conflicting notes in notes merge commit message 14 years ago
Johan Herland 6abb3655ef git notes merge: Manual conflict resolution, part 2/2 14 years ago
Johan Herland 809f38c8ab git notes merge: Manual conflict resolution, part 1/2 14 years ago
Johan Herland 3228e67120 git notes merge: Add automatic conflict resolvers (ours, theirs, union) 14 years ago
Johan Herland 2085b16aef git notes merge: Handle real, non-conflicting notes merges 14 years ago
Johan Herland 56881843d4 builtin/notes.c: Refactor creation of notes commits. 14 years ago
Johan Herland 75ef3f4a5c git notes merge: Initial implementation handling trivial merges only 14 years ago
Johan Herland 8ef313e1ec builtin/notes.c: Split notes ref DWIMmery into a separate function 14 years ago
Johan Herland 180619a585 notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Johan Herland 1ee1e43df3 notes: Don't create (empty) commit when removing non-existing notes 15 years ago
René Scharfe e93487d2f0 notes: allow --dry-run for -n and --verbose for -v 15 years ago
Jeff King bbb1b8a35a notes: check number of parameters to "git notes copy" 15 years ago
Ramsay Jones 4e0d7a8018 msvc: Fix some "expr evaluates to function" compiler warnings 15 years ago
Ævar Arnfjörð Bjarmason ef7a8e3b95 notes: Initialize variable to appease Sun Studio 15 years ago
Michael J Gruber a9f2adff80 notes: dry-run and verbose options for prune 15 years ago