summaryrefslogtreecommitdiff
path: root/builtin/notes.c
AgeCommit message (Expand)Author
2017-09-06notes: release strbuf after use in notes_copy_from_stdin()Rene Scharfe
2017-08-11Merge branch 'bw/object-id'Junio C Hamano
2017-07-17notes: don't access hash of NULL object_id pointerRené Scharfe
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-05notes-merge: convert notes_merge* to struct object_idBrandon Williams
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-03-30replace unchecked snprintf calls with heap buffersJeff King
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2016-09-15notes: spell first word of error messages in lowercaseVasco Almeida
2016-09-15i18n: notes: mark error messages for translationVasco Almeida
2016-07-28i18n: notes: mark comment for translationVasco Almeida
2016-06-17i18n: notes: mark options for translationVasco Almeida
2016-06-17i18n: notes: mark strings for translationVasco Almeida
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy
2016-04-13Merge branch 'sb/misc-cleanups'Junio C Hamano
2016-04-01notes: don't leak memory in git_config_get_notes_strategyStefan Beller
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-17notes: allow merging from arbitrary referencesJacob Keller
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2016-01-12notes: allow treeish expressions as notes refMike Hommey
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-26Merge branch 'tk/stripspace'Junio C Hamano
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser
2015-10-02worktree: add top-level worktree.cMichael Rappazzo
2015-08-31Merge branch 'jk/notes-merge-config'Junio C Hamano
2015-08-25Merge branch 'dt/notes-multiple'Junio C Hamano
2015-08-17notes: teach git-notes about notes.<name>.mergeStrategy optionJacob Keller
2015-08-17notes: add notes.mergeStrategy option to select default strategyJacob Keller
2015-08-17notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller
2015-08-11notes: handle multiple worktreesDavid Turner
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