summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2023-05-15Merge branch 'sg/retire-unused-cocci'Junio C Hamano-170/+0
2023-05-15Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'Junio C Hamano-2/+2
2023-05-11Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano-2/+23
2023-05-11Merge branch 'mh/use-wincred-from-system'Junio C Hamano-60/+1
2023-05-10Merge branch 'tb/credential-long-lines'Junio C Hamano-511/+32
2023-05-08subtree: support long global flagsJosh Soref-2/+2
2023-05-02Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano-1/+1
2023-05-01contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau-4/+17
2023-05-01contrib/credential: avoid fixed-size buffer in libsecretTaylor Blau-8/+7
2023-05-01contrib/credential: .gitignore libsecret build artifactsTaylor Blau-0/+1
2023-05-01contrib/credential: remove 'gnome-keyring' credential helperTaylor Blau-496/+0
2023-05-01contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau-3/+7
2023-04-20completion: suppress unwanted unescaping of `read`Edwin Kofler-1/+1
2023-04-20cocci: remove 'unused.cocci'SZEDER Gábor-170/+0
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-128/+123
2023-04-03credential/wincred: store password_expiry_utcM Hickford-2/+23
2023-03-28Merge branch 'fc/completion-colors-do-not-need-prompt-command'Junio C Hamano-12/+7
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-14/+4
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-10/+10
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-10/+10
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-19/+19
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-16/+16
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-37/+44
2023-03-28cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason-0/+70
2023-03-28cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason-15/+19
2023-03-28cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason-114/+46
2023-03-28cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason-8/+0
2023-03-27credential/wincred: include wincred.hM Hickford-60/+1
2023-03-16completion: prompt: use generic colorsFelipe Contreras-12/+7
2023-03-09test: don't print aggregate-results commandFelipe Contreras-1/+1
2023-03-09test: simplify counts aggregationFelipe Contreras-3/+1
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason-21/+6
2023-02-10cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason-0/+3
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason-0/+11
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason-3/+3
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason-9/+4
2023-01-09use DUP_ARRAYRené Scharfe-0/+7
2022-12-19Merge branch 'aw/complete-case-insensitive'Junio C Hamano-3/+23
2022-12-14Merge branch 'yn/git-jump-emacs'Junio C Hamano-4/+51
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-4/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason-4/+8
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters-3/+11
2022-11-30completion: add optional ignore-case when matching refsAlison Winters-0/+12
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-0/+159
2022-11-27git-jump: invoke emacs/emacsclientYoichi Nakayama-1/+16