index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
show-index.c
Age
Commit message (
Expand
)
Author
2026-01-30
show-index: use gettext wrapping in user facing error messages
Shreyansh Paliwal
2026-01-30
show-index: warn when falling back to SHA-1 outside a repository
Shreyansh Paliwal
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
2025-01-31
Merge branch 'jc/show-index-h-update'
Junio C Hamano
2024-12-23
Merge branch 'as/show-index-uninitialized-hash'
Junio C Hamano
2024-12-20
show-index: the short help should say the command reads from its input
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-11
show-index: fix uninitialized hash function
Abhijeet Sonar
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2021-04-27
builtin/show-index: set the algorithm for object IDs
brian m. carlson
2020-05-27
builtin/show-index: provide options to determine hash algo
brian m. carlson
2019-08-19
builtin/show-index: replace sha1_to_hex
brian m. carlson
2019-08-19
show-index: switch hard-coded constants to the_hash_algo
brian m. carlson
2018-05-29
make show-index a builtin
Jeff King