aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'ba/osxkeychain-updates'Junio C Hamano2-69/+310
14 daysMerge branch 'rs/apply-lift-path-length-limit'Junio C Hamano1-1/+0
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano1-2/+2
2024-04-05path: remove mksnpath()René Scharfe1-1/+0
2024-04-01osxkeychain: store new attributesBo Anderson1-6/+62
2024-04-01osxkeychain: erase matching passwords onlyBo Anderson1-1/+55
2024-04-01osxkeychain: erase all matching credentialsBo Anderson1-1/+2
2024-04-01osxkeychain: replace deprecated SecKeychain APIBo Anderson2-69/+199
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä1-1/+1
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä1-1/+1
2024-03-28Merge branch 'jk/drop-hg-to-git'Junio C Hamano2-275/+0
2024-03-20contrib: drop hg-to-git scriptJeff King2-275/+0
2024-03-16contrib/coverage-diff: avoid redundant pipelinesBeat Bolli1-7/+2
2024-03-16contrib/subtree/t: avoid redundant use of catBeat Bolli1-1/+1
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano1-1/+1
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano1-12/+68
2024-03-03completion: reflog subcommands and optionsRubén Justo1-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo1-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo1-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo1-0/+10
2024-03-03completion: reflog with implicit "show"Rubén Justo1-5/+4
2024-02-27Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano1-0/+3
2024-02-27Merge branch 'bb/completion-no-grep-into-awk'Junio C Hamano1-2/+4
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo1-1/+1
2024-02-26Merge branch 'rs/use-xstrncmpz'Junio C Hamano1-0/+28
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano1-1/+1
2024-02-19libsecret: retrieve empty passwordM Hickford1-0/+3
2024-02-16completion: use awk for filtering the config entriesBeat Bolli1-2/+4
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano1-44/+46
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano1-7/+58
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain1-50/+21
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain1-3/+21
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain1-0/+13
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain1-3/+3
2024-02-12use xstrncmpz()René Scharfe1-0/+28
2024-02-08Merge branch 'sh/completion-with-reftable' into maint-2.43Junio C Hamano1-5/+38
2024-02-08Merge branch 'tz/send-email-negatable-options' into maint-2.43Junio C Hamano2-2/+2
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano1-6/+40
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-1/+1
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin1-4/+11
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin1-0/+4
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin1-3/+15
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin1-1/+1
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin1-2/+30
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin1-2/+2
2024-02-02Merge branch 'zf/subtree-split-fix'Junio C Hamano2-1/+69
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano1-1/+14
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford1-6/+40
2024-01-26Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano1-6/+5
2024-01-25subtree: fix split processing with multiple subtrees presentZach FettersMoore2-1/+69
2024-01-22completion: complete missing 'git log' optionsPhilippe Blain1-0/+2
2024-01-22completion: complete --encodingPhilippe Blain1-0/+1
2024-01-22completion: complete --patch-with-rawPhilippe Blain1-1/+1
2024-01-22completion: complete missing rev-list optionsPhilippe Blain1-0/+10
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt1-1/+1
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt1-1/+1
2024-01-16completion: improve existence check for pseudo-refsPatrick Steinhardt1-3/+3
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt1-3/+2
2024-01-08git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt1-7/+24
2024-01-02Merge branch 'sh/completion-with-reftable'Junio C Hamano1-5/+38
2023-12-20Merge branch 'en/complete-sparse-checkout'Junio C Hamano1-3/+120
2023-12-19completion: support pseudoref existence checks for reftablesStan Hu1-0/+23
2023-12-19completion: refactor existence checks for pseudorefsStan Hu1-5/+15
2023-12-09Merge branch 'tz/send-email-negatable-options'Junio C Hamano2-2/+2
2023-12-09Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano1-11/+23
2023-12-09Merge branch 'js/doc-unit-tests-with-cmake'Junio C Hamano1-4/+34
2023-12-03completion: avoid user confusion in non-cone modeElijah Newren1-0/+89
2023-12-03completion: avoid misleading completions in cone modeElijah Newren1-0/+20
2023-12-03completion: fix logic for determining whether cone mode is activeElijah Newren1-2/+10
2023-12-03completion: squelch stray errors in sparse-checkout completionElijah Newren1-1/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger2-2/+2
2023-11-11contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt1-4/+10
2023-11-11contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt1-5/+11
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt1-2/+2
2023-11-10cmake: handle also unit testsJohannes Schindelin1-0/+11
2023-11-10cmake: use test names instead of full pathsJohannes Schindelin1-2/+3
2023-11-10cmake: fix typo in variable nameJohannes Schindelin1-2/+2
2023-11-10cmake: also build unit testsJohannes Schindelin1-0/+18
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-1/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-10-30Merge branch 'sn/typo-grammo-phraso-fixes'Junio C Hamano2-3/+3
2023-10-09completion: complete '--dd'Sergey Organov1-1/+1
2023-10-05git-jump: admit to passing merge mode args to ls-filesŠtěpán Němec1-1/+1
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec1-2/+2
2023-09-20completion: loosen and document the requirement around completing aliasJunio C Hamano1-2/+3
2023-09-20Merge branch 'pb/completion-aliases-doc'Junio C Hamano1-0/+1
2023-09-20Merge branch 'pb/complete-commit-trailers'Junio C Hamano1-0/+9
2023-09-18Merge branch 'js/complete-checkout-t'Junio C Hamano1-2/+2
2023-09-12completion: improve doc for complex aliasesPhilippe Blain1-0/+1
2023-09-12completion: commit: complete trailers tokens more robustlyPhilippe Blain1-1/+1
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin1-2/+2
2023-09-07completion: commit: complete configured trailer tokensPhilippe Blain1-0/+9
2023-08-28Merge branch 'mh/credential-erase-improvements-more'Junio C Hamano2-4/+33
2023-08-28Merge branch 'mh/credential-libsecret-attrs'Junio C Hamano1-6/+72
2023-08-25Merge branch 'rs/parse-options-negation-help'Junio C Hamano2-6/+6
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano3-2/+12
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin3-2/+12
2023-08-06parse-options: show negatability of options in short helpRené Scharfe1-1/+1
2023-08-06subtree: disallow --no-{help,quiet,debug,branch,message}René Scharfe1-5/+5
2023-07-26credential/wincred: erase matching creds onlyM Hickford1-4/+16
2023-07-26credential/libsecret: erase matching creds onlyM Hickford1-0/+17
2023-07-06Merge branch 'gc/config-context'Junio C Hamano2-0/+171
2023-07-06Merge branch 'pb/complete-diff-options'Junio C Hamano1-9/+48
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-0/+27
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+144
2023-06-26completion: complete --remerge-diffPhilippe Blain1-1/+1
2023-06-26completion: complete --diff-merges, its options and --no-diff-mergesPhilippe Blain1-0/+16
2023-06-26completion: move --pickaxe-{all,regex} to __git_diff_common_optionsPhilippe Blain1-2/+3
2023-06-26completion: complete --ws-error-highlightPhilippe Blain1-0/+14
2023-06-26completion: complete --unifiedPhilippe Blain1-1/+1
2023-06-26completion: complete --output-indicator-{context,new,old}Philippe Blain1-1/+2
2023-06-26completion: complete --outputPhilippe Blain1-0/+1
2023-06-26completion: complete --no-statPhilippe Blain1-1/+1
2023-06-26completion: complete --no-relativePhilippe Blain1-1/+2
2023-06-26completion: complete --line-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --ita-invisible-in-index and --ita-visible-in-indexPhilippe Blain1-0/+1
2023-06-26completion: complete --irreversible-deletePhilippe Blain1-0/+1
2023-06-26completion: complete --ignore-matching-linesPhilippe Blain1-1/+1
2023-06-26completion: complete --function-contextPhilippe Blain1-1/+1
2023-06-26completion: complete --find-renamesPhilippe Blain1-1/+1
2023-06-26completion: complete --find-objectPhilippe Blain1-1/+1
2023-06-26completion: complete --find-copiesPhilippe Blain1-0/+1
2023-06-26completion: complete --default-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --compact-summaryPhilippe Blain1-1/+1
2023-06-26completion: complete --combined-all-pathsPhilippe Blain1-1/+1
2023-06-26completion: complete --ccPhilippe Blain1-1/+1
2023-06-26completion: complete --break-rewritesPhilippe Blain1-1/+1
2023-06-26completion: add comments describing __git_diff_* globalsPhilippe Blain1-0/+2
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
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
2022-12-14Merge branch 'yn/git-jump-emacs'Junio C Hamano2-4/+51
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-4/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason1-4/+8
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters1-3/+11
2022-11-30completion: add optional ignore-case when matching refsAlison Winters1-0/+12
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2-0/+159
2022-11-27git-jump: invoke emacs/emacsclientYoichi Nakayama1-1/+16
2022-11-27git-jump: move valid-mode check earlierJeff King1-1/+2
2022-11-27git-jump: add an optional argument '--stdout'Yoichi Nakayama2-2/+33
2022-11-23Merge branch 'ab/coccicheck-incremental'Junio C Hamano8-6/+358
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2-54/+53
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2-17/+22
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2-15/+15
2022-11-21cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason1-0/+110
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-0/+45
2022-11-07Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason1-2/+0
2022-11-02spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason2-0/+324
2022-11-02cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason1-0/+13
2022-11-02cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason4-4/+4
2022-11-02cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason1-0/+16
2022-11-02cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason1-1/+1