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