132 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson e8adba25ff builtin/notes: convert static functions to object_id 7 years ago
Nguyễn Thái Ngọc Duy 7a60e3bb83 completion: use __gitcomp_builtin in _git_notes 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Olga Telezhnaya cf3947193c format: create pretty.h file 7 years ago
Robert P. J. Day e54b63359f notes: correct 'git notes prune' options to '[-n] [-v]' 7 years ago
Todd Zullinger 89b9e31dd5 notes: send "Automatic notes merge failed" messages to stderr 7 years ago
Michael Haggerty 91774afcc3 refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
Rene Scharfe 1f3992f4be notes: release strbuf after use in notes_copy_from_stdin() 7 years ago
René Scharfe 3ea6b85a87 notes: don't access hash of NULL object_id pointer 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 5237e0eb59 notes-merge: convert notes_merge* to struct object_id 8 years ago
brian m. carlson 5ee8a954e0 notes: convert some accessor functions to struct object_id 8 years ago
brian m. carlson bb7e473971 builtin/notes: convert to struct object_id 8 years ago
brian m. carlson 9ef7223058 notes: make get_note return pointer to struct object_id 8 years ago
brian m. carlson 490bc83a01 notes: convert for_each_note to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Vasco Almeida 8d79589ad6 notes: spell first word of error messages in lowercase 8 years ago
Vasco Almeida 2d1252dade i18n: notes: mark error messages for translation 8 years ago
Vasco Almeida 996ee6d27a i18n: notes: mark comment for translation 9 years ago
Vasco Almeida b34c77e33e i18n: notes: mark options for translation 9 years ago
Vasco Almeida 5313827f7e i18n: notes: mark strings for translation 9 years ago
Nguyễn Thái Ngọc Duy d3b9ac07eb worktree.c: make find_shared_symref() return struct worktree * 9 years ago
Stefan Beller 344b548475 notes: don't leak memory in git_config_get_notes_strategy 9 years ago
Jacob Keller b3715b7522 notes: allow merging from arbitrary references 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Mike Hommey ee76f92fe8 notes: allow treeish expressions as notes ref 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Michael Rappazzo ac6c561b59 worktree: add top-level worktree.c 9 years ago
Jacob Keller 4f655e22b7 notes: teach git-notes about notes.<name>.mergeStrategy option 10 years ago
Jacob Keller d2d68d9975 notes: add notes.mergeStrategy option to select default strategy 10 years ago
Jacob Keller 93efcad317 notes: extract parse_notes_merge_strategy to notes-utils 10 years ago
David Turner b02e8595e2 notes: handle multiple worktrees 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Johan Herland d73a5b933d builtin/notes: add --allow-empty, to allow storing empty notes 10 years ago
Johan Herland 52694cdabb builtin/notes: split create_note() to clarify add vs. remove logic 10 years ago
Johan Herland b0de56c6a5 builtin/notes: simplify early exit code in add() 10 years ago
Johan Herland 4282af0fc9 builtin/notes: refactor note file path into struct note_data 10 years ago
Johan Herland bebf5c0476 builtin/notes: improve naming 10 years ago