Age | Commit message (Expand) | Author | Files | Lines |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -7/+7 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -2/+2 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -3/+3 |
2018-03-14 | builtin/notes: convert static functions to object_id | brian m. carlson | 1 | -5/+5 |
2018-02-09 | completion: use __gitcomp_builtin in _git_notes | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -4/+4 |
2017-12-27 | Merge branch 'ot/pretty' | Junio C Hamano | 1 | -1/+1 |
2017-12-12 | format: create pretty.h file | Olga Telezhnaya | 1 | -1/+1 |
2017-12-06 | Merge branch 'rd/doc-notes-prune-fix' | Junio C Hamano | 1 | -1/+1 |
2017-12-06 | Merge branch 'tz/notes-error-to-stderr' into maint | Junio C Hamano | 1 | -4/+4 |
2017-11-27 | Merge branch 'tz/notes-error-to-stderr' | Junio C Hamano | 1 | -4/+4 |
2017-11-22 | notes: correct 'git notes prune' options to '[-n] [-v]' | Robert P. J. Day | 1 | -1/+1 |
2017-11-15 | notes: send "Automatic notes merge failed" messages to stderr | Todd Zullinger | 1 | -4/+4 |
2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 1 | -1/+1 |
2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -5/+5 |
2017-09-07 | notes: release strbuf after use in notes_copy_from_stdin() | Rene Scharfe | 1 | -0/+1 |
2017-08-11 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-07-17 | notes: don't access hash of NULL object_id pointer | René Scharfe | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -68/+68 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-05 | notes-merge: convert notes_merge* to struct object_id | Brandon Williams | 1 | -3/+3 |
2017-06-04 | Merge branch 'ab/c-translators-comment-style' | Junio C Hamano | 1 | -2/+4 |
2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -10/+10 |
2017-06-02 | builtin/notes: convert to struct object_id | brian m. carlson | 1 | -55/+55 |
2017-06-02 | notes: make get_note return pointer to struct object_id | brian m. carlson | 1 | -11/+11 |
2017-06-02 | notes: convert for_each_note to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-31 | C style: use standard style for "TRANSLATORS" comments | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-03-30 | replace unchecked snprintf calls with heap buffers | Jeff King | 1 | -5/+4 |
2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+9 |
2017-02-22 | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 1 | -9/+9 |
2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -2/+2 |
2016-09-15 | notes: spell first word of error messages in lowercase | Vasco Almeida | 1 | -32/+32 |
2016-09-15 | i18n: notes: mark error messages for translation | Vasco Almeida | 1 | -9/+11 |
2016-07-28 | i18n: notes: mark comment for translation | Vasco Almeida | 1 | -2/+3 |
2016-06-17 | i18n: notes: mark options for translation | Vasco Almeida | 1 | -2/+2 |
2016-06-17 | i18n: notes: mark strings for translation | Vasco Almeida | 1 | -10/+10 |
2016-04-22 | worktree.c: make find_shared_symref() return struct worktree * | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2016-04-13 | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 1 | -2/+3 |
2016-04-01 | notes: don't leak memory in git_config_get_notes_strategy | Stefan Beller | 1 | -2/+3 |
2016-02-03 | Merge branch 'jk/notes-merge-from-anywhere' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
2016-01-17 | notes: allow merging from arbitrary references | Jacob Keller | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -13/+16 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |