Age | Commit message (Expand) | Author | Files | Lines |
2011-05-19 | notes remove: --stdin reads from the standard input | Junio C Hamano | 1 | -4/+15 |
2011-05-19 | notes remove: --ignore-missing | Junio C Hamano | 1 | -4/+10 |
2011-05-19 | notes remove: allow removing more than one | Junio C Hamano | 1 | -22/+25 |
2011-05-02 | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 1 | -10/+0 |
2011-05-02 | Merge branch 'jh/notes-add-ui' | Junio C Hamano | 1 | -3/+17 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -55/+57 |
2011-03-30 | Make "git notes add" more user-friendly when there are existing notes | Johan Herland | 1 | -3/+17 |
2011-03-29 | notes: make expand_notes_ref globally accessible | Jeff King | 1 | -10/+0 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -2/+2 |
2011-03-09 | i18n: git-notes GIT_NOTES_REWRITE_MODE error message | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2011-03-09 | i18n: git-notes basic commands | Ævar Arnfjörð Bjarmason | 1 | -53/+53 |
2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 1 | -8/+8 |
2010-12-08 | Merge branch 'jh/notes-merge' | Junio C Hamano | 1 | -34/+234 |
2010-11-17 | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 1 | -0/+23 |
2010-11-17 | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 1 | -2/+6 |
2010-11-17 | git notes merge: --commit should fail if underlying notes ref has moved | Johan Herland | 1 | -2/+9 |
2010-11-17 | git notes merge: List conflicting notes in notes merge commit message | Johan Herland | 1 | -1/+1 |
2010-11-17 | git notes merge: Manual conflict resolution, part 2/2 | Johan Herland | 1 | -3/+103 |
2010-11-17 | git notes merge: Manual conflict resolution, part 1/2 | Johan Herland | 1 | -4/+4 |
2010-11-17 | git notes merge: Add automatic conflict resolvers (ours, theirs, union) | Johan Herland | 1 | -1/+20 |
2010-11-17 | git notes merge: Handle real, non-conflicting notes merges | Johan Herland | 1 | -5/+10 |
2010-11-17 | builtin/notes.c: Refactor creation of notes commits. | Johan Herland | 1 | -23/+5 |
2010-11-17 | git notes merge: Initial implementation handling trivial merges only | Johan Herland | 1 | -0/+54 |
2010-11-17 | builtin/notes.c: Split notes ref DWIMmery into a separate function | Johan Herland | 1 | -6/+11 |
2010-11-17 | notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond | Johan Herland | 1 | -5/+6 |
2010-11-15 | add OPT__FORCE | René Scharfe | 1 | -2/+2 |
2010-11-15 | add description parameter to OPT__DRY_RUN | René Scharfe | 1 | -2/+1 |
2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
2010-08-31 | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 1 | -4/+10 |
2010-08-09 | notes: allow --dry-run for -n and --verbose for -v | René Scharfe | 1 | -2/+3 |
2010-06-28 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
2010-06-28 | notes: check number of parameters to "git notes copy" | Jeff King | 1 | -0/+4 |
2010-06-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-06-24 | msvc: Fix some "expr evaluates to function" compiler warnings | Ramsay Jones | 1 | -1/+1 |
2010-06-16 | Merge 'maint' updates in | Junio C Hamano | 1 | -1/+1 |
2010-06-15 | notes: Initialize variable to appease Sun Studio | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-05-19 | notes: dry-run and verbose options for prune | Michael J Gruber | 1 | -4/+9 |
2010-03-28 | Merge branch 'sb/notes-parse-opt' | Junio C Hamano | 1 | -159/+371 |
2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -1/+196 |
2010-03-15 | Merge branch 'jh/notes' | Junio C Hamano | 1 | -0/+455 |