summaryrefslogtreecommitdiff
path: root/builtin/notes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-6/+6
|\
| * Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-6/+6
* | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-4/+4
|/
* exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* Merge branch 'bc/object-id'Junio C Hamano2018-04-101-7/+7
|\
| * sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-3/+3
| * builtin/notes: convert static functions to object_idbrian m. carlson2018-03-141-5/+5
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-2/+2
|\ \ | |/ |/|
| * completion: use __gitcomp_builtin in _git_notesNguyễn Thái Ngọc Duy2018-02-091-2/+2
| * parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-2/+2
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-4/+4
|/
* Merge branch 'ot/pretty'Junio C Hamano2017-12-271-1/+1
|\
| * format: create pretty.h fileOlga Telezhnaya2017-12-121-1/+1
| * Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano2017-12-061-4/+4
| |\
* | \ Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano2017-12-061-1/+1
|\ \ \
| * | | notes: correct 'git notes prune' options to '[-n] [-v]'rd/doc-notes-prune-fixRobert P. J. Day2017-11-221-1/+1
* | | | Merge branch 'tz/notes-error-to-stderr'Junio C Hamano2017-11-271-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | notes: send "Automatic notes merge failed" messages to stderrtz/notes-error-to-stderrTodd Zullinger2017-11-151-4/+4
| |/ /
* | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-1/+1
* | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-1/+1
* | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-5/+5
| |/ |/|
* | notes: release strbuf after use in notes_copy_from_stdin()Rene Scharfe2017-09-071-0/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-08-111-1/+1
|\ \
| * | notes: don't access hash of NULL object_id pointerRené Scharfe2017-07-171-1/+1
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-68/+68
|\ \ \ \ | | |/ / | |/| |
| * | | notes-merge: convert notes_merge* to struct object_idBrandon Williams2017-06-051-3/+3
| * | | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-10/+10
| * | | builtin/notes: convert to struct object_idbrian m. carlson2017-06-021-55/+55
| * | | notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-021-11/+11
| * | | notes: convert for_each_note to struct object_idbrian m. carlson2017-06-021-3/+3
* | | | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-041-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-styleÆvar Arnfjörð Bjarmason2017-05-311-2/+4
| |/ /
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
|/ /
* | replace unchecked snprintf calls with heap buffersJeff King2017-03-301-5/+4
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-9/+9
|\ \
| * | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-9/+9
| |/
* | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-2/+2
|/
* notes: spell first word of error messages in lowercaseVasco Almeida2016-09-151-32/+32
* i18n: notes: mark error messages for translationVasco Almeida2016-09-151-9/+11
* i18n: notes: mark comment for translationVasco Almeida2016-07-281-2/+3
* i18n: notes: mark options for translationVasco Almeida2016-06-171-2/+2
* i18n: notes: mark strings for translationVasco Almeida2016-06-171-10/+10
* worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-221-4/+4
* Merge branch 'sb/misc-cleanups'Junio C Hamano2016-04-131-2/+3
|\
| * notes: don't leak memory in git_config_get_notes_strategyStefan Beller2016-04-011-2/+3
* | Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-031-1/+1
|\ \
| * | notes: allow merging from arbitrary referencesjk/notes-merge-from-anywhereJacob Keller2016-01-171-1/+1
| |/
* | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \