summaryrefslogtreecommitdiffstats
path: root/builtin/notes.c
AgeCommit message (Expand)AuthorLines
2016-09-15notes: spell first word of error messages in lowercaseVasco Almeida-32/+32
2016-09-15i18n: notes: mark error messages for translationVasco Almeida-9/+11
2016-07-28i18n: notes: mark comment for translationVasco Almeida-2/+3
2016-06-17i18n: notes: mark options for translationVasco Almeida-2/+2
2016-06-17i18n: notes: mark strings for translationVasco Almeida-10/+10
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy-4/+4
2016-04-13Merge branch 'sb/misc-cleanups'Junio C Hamano-2/+3
2016-04-01notes: don't leak memory in git_config_get_notes_strategyStefan Beller-2/+3
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano-1/+1
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano-1/+1
2016-01-17notes: allow merging from arbitrary referencesJacob Keller-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano-1/+1
2016-01-12notes: allow treeish expressions as notes refMike Hommey-13/+16
2015-11-20Remove get_object_hash.brian m. carlson-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson-1/+1
2015-10-26Merge branch 'tk/stripspace'Junio C Hamano-3/+3
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser-3/+3
2015-10-02worktree: add top-level worktree.cMichael Rappazzo-1/+1
2015-08-31Merge branch 'jk/notes-merge-config'Junio C Hamano-13/+30
2015-08-25Merge branch 'dt/notes-multiple'Junio C Hamano-0/+6
2015-08-17notes: teach git-notes about notes.<name>.mergeStrategy optionJacob Keller-1/+13
2015-08-17notes: add notes.mergeStrategy option to select default strategyJacob Keller-2/+17
2015-08-17notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller-11/+1
2015-08-11notes: handle multiple worktreesDavid Turner-0/+6
2015-01-14standardize usage info string formatAlex Henrie-12/+12
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland-6/+11
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicJohan Herland-49/+54
2014-11-12builtin/notes: simplify early exit code in add()Johan Herland-18/+17
2014-11-10builtin/notes: refactor note file path into struct note_dataJohan Herland-17/+21
2014-11-10builtin/notes: improve namingJohan Herland-55/+54
2014-11-10builtin/notes: fix premature failure when trying to add the empty blobJohan Herland-1/+1
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg-1/+1
2014-09-19Merge branch 'ah/grammofix'Junio C Hamano-1/+1
2014-09-02grammofix in user-facing messagesAlex Henrie-1/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-2/+1
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano-3/+3
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty-3/+3
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano-1/+1
2014-03-14Merge branch 'jh/note-trees-record-blobs'Junio C Hamano-1/+5
2014-02-20notes: disallow reusing non-blob as a note objectJohan Herland-1/+5
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller-2/+2
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller-4/+4
2013-06-26Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano-1/+1
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord-1/+1
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland-130/+1
2013-06-12finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland-4/+5
2013-01-16Allow custom "comment char"Junio C Hamano-19/+15
2012-09-15builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano-2/+5
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy-2/+2