summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Merge branch 'pb/complete-and-document-auto-merge-and-friends'Junio C Hamano1-1/+1
2023-06-16credential/libsecret: store new attributesM Hickford1-6/+72
2023-06-13Merge branch 'gc/doc-cocci-updates'Junio C Hamano1-4/+36
2023-05-23completion: complete AUTO_MERGEPhilippe Blain1-1/+1
2023-05-23completion: complete REVERT_HEAD and BISECT_HEADPhilippe Blain1-1/+1
2023-05-15Merge branch 'sg/retire-unused-cocci'Junio C Hamano3-170/+0
2023-05-15Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'Junio C Hamano1-2/+2
2023-05-11Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano1-2/+23
2023-05-11Merge branch 'mh/use-wincred-from-system'Junio C Hamano1-60/+1
2023-05-10Merge branch 'tb/credential-long-lines'Junio C Hamano7-511/+32
2023-05-08subtree: support long global flagsJosh Soref1-2/+2
2023-05-02Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano1-1/+1
2023-05-01contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau1-4/+17
2023-05-01contrib/credential: avoid fixed-size buffer in libsecretTaylor Blau1-8/+7
2023-05-01contrib/credential: .gitignore libsecret build artifactsTaylor Blau1-0/+1
2023-05-01contrib/credential: remove 'gnome-keyring' credential helperTaylor Blau3-496/+0
2023-05-01contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau1-3/+7
2023-04-27cocci: codify authoring and reviewing practicesGlen Choo1-0/+30
2023-04-27cocci: add headings to and reword READMEGlen Choo1-4/+6
2023-04-20completion: suppress unwanted unescaping of `read`Edwin Kofler1-1/+1
2023-04-20cocci: remove 'unused.cocci'SZEDER Gábor3-170/+0
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2-128/+123
2023-04-03credential/wincred: store password_expiry_utcM Hickford1-2/+23
2023-03-28Merge branch 'fc/completion-colors-do-not-need-prompt-command'Junio C Hamano1-12/+7
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-14/+4
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-4/+4
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-4/+4
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-10/+10
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-4/+4
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-4/+4
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-10/+10
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-4/+4
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-19/+19
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-16/+16
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2-37/+44
2023-03-28cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason1-0/+70
2023-03-28cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason1-15/+19
2023-03-28cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason1-114/+46
2023-03-28cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason1-8/+0
2023-03-27credential/wincred: include wincred.hM Hickford1-60/+1
2023-03-16completion: prompt: use generic colorsFelipe Contreras1-12/+7
2023-03-09test: don't print aggregate-results commandFelipe Contreras1-1/+1
2023-03-09test: simplify counts aggregationFelipe Contreras1-3/+1
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2-21/+6
2023-02-10cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason1-0/+3
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason1-0/+11
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2-3/+3
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason1-9/+4
2023-01-09use DUP_ARRAYRené Scharfe1-0/+7
2022-12-19Merge branch 'aw/complete-case-insensitive'Junio C Hamano1-3/+23