summaryrefslogtreecommitdiff
path: root/builtin/notes.c
AgeCommit message (Expand)Author
2015-01-14standardize usage info string formatAlex Henrie
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicJohan Herland
2014-11-12builtin/notes: simplify early exit code in add()Johan Herland
2014-11-10builtin/notes: refactor note file path into struct note_dataJohan Herland
2014-11-10builtin/notes: improve namingJohan Herland
2014-11-10builtin/notes: fix premature failure when trying to add the empty blobJohan Herland
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-09-19Merge branch 'ah/grammofix'Junio C Hamano
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano
2014-03-14Merge branch 'jh/note-trees-record-blobs'Junio C Hamano
2014-02-20notes: disallow reusing non-blob as a note objectJohan Herland
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller
2013-06-26Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland
2013-06-12finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland
2013-01-16Allow custom "comment char"Junio C Hamano
2012-09-16builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy
2012-08-20i18n: notes: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy
2011-12-06Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy
2011-05-19notes remove: --stdin reads from the standard inputJunio C Hamano
2011-05-19notes remove: --ignore-missingJunio C Hamano
2011-05-19notes remove: allow removing more than oneJunio C Hamano
2011-05-02Merge branch 'jk/notes-ui-updates'Junio C Hamano
2011-05-02Merge branch 'jh/notes-add-ui'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-30Make "git notes add" more user-friendly when there are existing notesJohan Herland
2011-03-29notes: make expand_notes_ref globally accessibleJeff King
2011-03-22Fix sparse warningsStephen Boyd
2011-03-10i18n: git-notes GIT_NOTES_REWRITE_MODE error messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-notes basic commandsÆvar Arnfjörð Bjarmason
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland
2010-11-17git notes merge: --commit should fail if underlying notes ref has movedJohan Herland
2010-11-17git notes merge: List conflicting notes in notes merge commit messageJohan Herland
2010-11-17git notes merge: Manual conflict resolution, part 2/2Johan Herland
2010-11-17git notes merge: Manual conflict resolution, part 1/2Johan Herland