aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/notes.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17git notes merge: Initial implementation handling trivial merges onlyJohan Herland1-0/+54
2010-11-17builtin/notes.c: Split notes ref DWIMmery into a separate functionJohan Herland1-6/+11
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland1-5/+6
2010-11-15add OPT__FORCERené Scharfe1-2/+2
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe1-2/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland1-4/+10
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe1-2/+3
2010-06-28Merge branch 'maint'Junio C Hamano1-0/+4
2010-06-28notes: check number of parameters to "git notes copy"Jeff King1-0/+4
2010-06-25Merge branch 'maint'Junio C Hamano1-1/+1
2010-06-24msvc: Fix some "expr evaluates to function" compiler warningsRamsay Jones1-1/+1
2010-06-16Merge 'maint' updates inJunio C Hamano1-1/+1
2010-06-15notes: Initialize variable to appease Sun StudioÆvar Arnfjörð Bjarmason1-1/+1
2010-05-19notes: dry-run and verbose options for pruneMichael J Gruber1-4/+9
2010-03-28Merge branch 'sb/notes-parse-opt'Junio C Hamano1-159/+371
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-1/+196
2010-03-15Merge branch 'jh/notes'Junio C Hamano1-0/+455