summaryrefslogtreecommitdiff
path: root/builtin/merge-index.c
AgeCommit message (Expand)Author
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-28builtins: mark unused prefix parametersJeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-10-30replace and remove run_command_v_opt()René Scharfe
2021-04-14merge-index: ensure full indexDerrick Stolee
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-01-14standardize usage info string formatAlex Henrie
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2012-12-09Which merge_file() function do you mean?Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds