aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-index.c
AgeCommit message (Expand)Author
2026-01-30show-index: use gettext wrapping in user facing error messagesShreyansh Paliwal
2026-01-30show-index: warn when falling back to SHA-1 outside a repositoryShreyansh Paliwal
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson
2025-01-31Merge branch 'jc/show-index-h-update'Junio C Hamano
2024-12-23Merge branch 'as/show-index-uninitialized-hash'Junio C Hamano
2024-12-20show-index: the short help should say the command reads from its inputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-11show-index: fix uninitialized hash functionAbhijeet Sonar
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2021-04-27builtin/show-index: set the algorithm for object IDsbrian m. carlson
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson
2019-08-19builtin/show-index: replace sha1_to_hexbrian m. carlson
2019-08-19show-index: switch hard-coded constants to the_hash_algobrian m. carlson
2018-05-29make show-index a builtinJeff King