summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2020-11-09Merge branch 'fc/zsh-completion'Junio C Hamano
2020-11-02Merge branch 'lo/zsh-completion'Junio C Hamano
2020-11-02Merge branch 'dl/diff-merge-base'Junio C Hamano
2020-10-30Merge branch 'dl/resurrect-update-for-sha256'Junio C Hamano
2020-10-28zsh: update copyright noticesFelipe Contreras
2020-10-28completion: bash: remove old compat wrappersFelipe Contreras
2020-10-28completion: bash: cleanup cygwin checkFelipe Contreras
2020-10-28completion: bash: trivial cleanupFelipe Contreras
2020-10-28completion: zsh: add simple version checkFelipe Contreras
2020-10-28completion: zsh: trivial simplificationFelipe Contreras
2020-10-28completion: zsh: add alias descriptionsFelipe Contreras
2020-10-28completion: zsh: improve command tagsFelipe Contreras
2020-10-28completion: zsh: refactor command completionFelipe Contreras
2020-10-28completion: zsh: shuffle functions aroundFelipe Contreras
2020-10-28completion: zsh: simplify file_directFelipe Contreras
2020-10-28completion: zsh: simplify nl_appendFelipe Contreras
2020-10-28completion: zsh: trivial cleanupFelipe Contreras
2020-10-28completion: zsh: simplify direct compaddFelipe Contreras
2020-10-28completion: zsh: simplify compadd functionsFelipe Contreras
2020-10-28completion: zsh: fix splitting of wordsFelipe Contreras
2020-10-28completion: zsh: add missing direct_appendFelipe Contreras
2020-10-28completion: fix conflict with bashcompFelipe Contreras
2020-10-28completion: zsh: fix completion for --no-.. optionsFelipe Contreras
2020-10-28completion: bash: remove zsh wrapperFelipe Contreras
2020-10-28completion: bash: synchronize zsh wrapperFelipe Contreras
2020-10-28completion: zsh: fix for command aliasingFelipe Contreras
2020-10-28completion: prompt: fix color for ZshFelipe Contreras
2020-10-28completion: zsh: update slave script locationsFelipe Contreras
2020-10-27Merge branch 'dl/checkout-guess'Junio C Hamano
2020-10-26completion: zsh: fix for directories with spacesFelipe Contreras
2020-10-26completion: zsh: reorganize install instructionsFelipe Contreras
2020-10-26completion: zsh: fix bash script extensionFelipe Contreras
2020-10-26completion: zsh: fix name due to broken autoloadingFelipe Contreras
2020-10-26completion: zsh: fix __gitcomp_direct()Felipe Contreras
2020-10-16completion: fix zsh installation instructionsAlexey
2020-10-08contrib/git-resurrect.sh: use hash-agnostic OID patternDenton Liu
2020-10-08contrib/git-resurrect.sh: indent with tabsDenton Liu
2020-10-08checkout: learn to respect checkout.guessDenton Liu
2020-10-07git-completion.bash: stash-show: complete $__git_diff_common_optionsRobert Karszniewicz
2020-10-07git-completion.bash: __git_diff_common_options: add --[no-]patchRobert Karszniewicz
2020-10-05Merge branch 'js/cmake-vs'Junio C Hamano
2020-10-04Merge branch 'au/complete-restore-s'Junio C Hamano
2020-10-04Merge branch 'ab/mediawiki-fixes'Junio C Hamano
2020-09-30cmake (Windows): recommend using Visual Studio's built-in CMake supportJohannes Schindelin
2020-09-30cmake (Windows): initialize vcpkg/build dependencies automaticallyJohannes Schindelin
2020-09-30cmake (Windows): complain when encountering an unknown compilerJohannes Schindelin
2020-09-30cmake (Windows): let the `.dll` files be found when running the testsJohannes Schindelin
2020-09-30cmake: quote the path accurately when editing `test-lib.sh`Johannes Schindelin
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsJohannes Schindelin
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsJohannes Schindelin