Skip to content

Patches

Felipe Contreras edited this page Apr 1, 2023 · 6 revisions

51 patches on top of upstream Git 2.40:

  • test: fix build for zsh
  • test: completion: add zsh tests
  • test: completion add test for __git_cmd_idx
  • completion: bash: trivial cleanup
  • zsh: remove version
  • completion: bash: trivial grammar fix
  • completion: zsh: add higher-priority location
  • zsh: resolve symlink of script
  • zsh: simplify realpath dirname idiom
  • test: completion: use global config
  • completion: fix __git_cmd_idx regression for zsh
  • completion: fix for suboptions with value
  • completion: zsh: trivial improvement
  • completion: bash: do not modify COMP_WORDBREAKS
  • test: completion: fix currently typed words
  • test: completion: switch __gitcomp_nl prefix test
  • test: completion: add run_func() helper
  • completion: bash: remove non-append functionality
  • completion: bash: get rid of _append() functions
  • completion: bash: get rid of any non-append code
  • completion: zsh: fix options with arguments
  • completion: zsh: expand --git-dir file argument
  • completion: zsh: add support for general -C opts
  • completion: zsh: fix for undefined completions
  • completion: zsh: add support for general -c opts
  • completion: zsh: fix extra space on foo=
  • completion: zsh: add excluded options
  • completion: zsh: always set compset
  • completion: factor out check in __gitcomp
  • completion: simplify equal suffix check
  • completion: refactor __gitcomp
  • completion: simplify __gitcomp
  • completion: bash: change suffix check in __gitcomp
  • completion: improve __gitcomp suffix code
  • test: completion: add missing test
  • completion: bash: simplify config_variable_name
  • completion: bash: improve __gitcomp description
  • completion: add __gitcomp_opts
  • completion: bash: cleanup __gitcomp* invocations
  • completion: bash: shuffle __gitcomp functions
  • completion: zsh: simplify __gitcomp_direct
  • completion: zsh: shuffle __gitcomp* functions
  • completion: zsh: fix direct quoting
  • completion: zsh: add elements individually in __gitcomp_opts
  • completion: zsh: add __gitcompadd helper
  • completion: zsh: add correct removable suffix
  • completion: bash: simplify _get_comp_words_by_ref()
  • completion: bash: refactor _get_comp_words_by_ref()
  • completion: bash: cleanup _get_comp_words_by_ref()
  • completion: bash: trivial cleanup
  • completion: bash: rename _get_comp_words_by_ref()

Last patch series sent: completion: git-completion 2.0 patches.

Clone this wiki locally