aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/refs.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano1-0/+17
2025-09-19builtin/refs: add optimize subcommandMeet Soni1-0/+17
2025-09-02builtin/refs: add 'exists' subcommandMeet Soni1-0/+48
2025-08-05builtin/refs: add list subcommandMeet Soni1-0/+14
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano1-1/+1
2025-03-03refs: show --no-reflog in the help textJunio C Hamano1-1/+1
2025-02-27builtin/refs: get worktrees without reading head informationshejialuo1-1/+1
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak1-0/+3
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano1-4/+6
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-4/+6
2024-11-21ref: support multiple worktrees check for refsshejialuo1-2/+8
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-08builtin/refs: add verify subcommandshejialuo1-0/+34
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt1-0/+75