summaryrefslogtreecommitdiffstats
path: root/builtin/notes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano1-6/+6
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy1-6/+6
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-4/+4
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano1-7/+7
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano1-2/+2
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-3/+3
2018-03-14builtin/notes: convert static functions to object_idbrian m. carlson1-5/+5
2018-02-09completion: use __gitcomp_builtin in _git_notesNguyễn Thái Ngọc Duy1-2/+2
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-2/+2
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara1-4/+4
2017-12-27Merge branch 'ot/pretty'Junio C Hamano1-1/+1
2017-12-12format: create pretty.h fileOlga Telezhnaya1-1/+1
2017-12-06Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano1-1/+1
2017-12-06Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano1-4/+4
2017-11-27Merge branch 'tz/notes-error-to-stderr'Junio C Hamano1-4/+4
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day1-1/+1
2017-11-15notes: send "Automatic notes merge failed" messages to stderrTodd Zullinger1-4/+4
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty1-1/+1
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson1-1/+1
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson1-5/+5
2017-09-07notes: release strbuf after use in notes_copy_from_stdin()Rene Scharfe1-0/+1
2017-08-11Merge branch 'bw/object-id'Junio C Hamano1-1/+1
2017-07-17notes: don't access hash of NULL object_id pointerRené Scharfe1-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-68/+68
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-05notes-merge: convert notes_merge* to struct object_idBrandon Williams1-3/+3
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano1-2/+4
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson1-10/+10
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson1-55/+55
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson1-11/+11
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson1-3/+3
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason1-2/+4
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-03-30replace unchecked snprintf calls with heap buffersJeff King1-5/+4
2017-03-17Merge branch 'bc/object-id'Junio C Hamano1-9/+9
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson1-9/+9
2017-02-20delete_ref: accept a reflog message argumentKyle Meyer1-2/+2
2016-09-15notes: spell first word of error messages in lowercaseVasco Almeida1-32/+32
2016-09-15i18n: notes: mark error messages for translationVasco Almeida1-9/+11
2016-07-28i18n: notes: mark comment for translationVasco Almeida1-2/+3
2016-06-17i18n: notes: mark options for translationVasco Almeida1-2/+2
2016-06-17i18n: notes: mark strings for translationVasco Almeida1-10/+10
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy1-4/+4
2016-04-13Merge branch 'sb/misc-cleanups'Junio C Hamano1-2/+3
2016-04-01notes: don't leak memory in git_config_get_notes_strategyStefan Beller1-2/+3
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano1-1/+1
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano1-1/+1
2016-01-17notes: allow merging from arbitrary referencesJacob Keller1-1/+1