summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-10-26completion: zsh: fix for directories with spacesFelipe Contreras1-1/+1
2020-10-26completion: zsh: reorganize install instructionsFelipe Contreras1-7/+9
2020-10-26completion: zsh: fix bash script extensionFelipe Contreras1-1/+1
2020-10-26completion: zsh: fix name due to broken autoloadingFelipe Contreras1-3/+5
2020-10-26completion: zsh: fix __gitcomp_direct()Felipe Contreras2-2/+2
2020-10-16completion: fix zsh installation instructionsAlexey1-1/+2
2020-10-08contrib/git-resurrect.sh: use hash-agnostic OID patternDenton Liu1-4/+3
2020-10-08contrib/git-resurrect.sh: indent with tabsDenton Liu1-4/+4
2020-10-08checkout: learn to respect checkout.guessDenton Liu1-9/+16
2020-10-07git-completion.bash: stash-show: complete $__git_diff_common_optionsRobert Karszniewicz1-1/+4
2020-10-07git-completion.bash: __git_diff_common_options: add --[no-]patchRobert Karszniewicz1-3/+2
2020-10-05Merge branch 'js/cmake-vs'Junio C Hamano1-12/+40
2020-10-04Merge branch 'au/complete-restore-s'Junio C Hamano1-34/+39
2020-10-04Merge branch 'ab/mediawiki-fixes'Junio C Hamano13-399/+167
2020-09-30cmake (Windows): recommend using Visual Studio's built-in CMake supportJohannes Schindelin1-9/+17
2020-09-30cmake (Windows): initialize vcpkg/build dependencies automaticallyJohannes Schindelin1-0/+4
2020-09-30cmake (Windows): complain when encountering an unknown compilerJohannes Schindelin1-0/+2
2020-09-30cmake (Windows): let the `.dll` files be found when running the testsJohannes Schindelin1-0/+3
2020-09-30cmake: quote the path accurately when editing `test-lib.sh`Johannes Schindelin1-1/+1
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsJohannes Schindelin1-1/+5
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsJohannes Schindelin1-0/+7
2020-09-28cmake: do find Git for Windows' shell interpreterJohannes Schindelin1-1/+1
2020-09-26completion: complete refs after 'git restore -s'Ákos Uzonyi1-0/+7
2020-09-26completion: use "prev" variable instead of introducing "prevword"Ákos Uzonyi1-34/+32
2020-09-25Merge branch 'jk/diff-highlight-blank-match-fix'Junio C Hamano1-1/+1
2020-09-21diff-highlight: correctly match blank lines for flushJeff King1-1/+1
2020-09-21contrib/completion: complete `git diff --merge-base`Denton Liu1-1/+1
2020-09-21remote-mediawiki: use "sh" to eliminate unquoted commandsÆvar Arnfjörð Bjarmason1-16/+8
2020-09-21remote-mediawiki: annotate unquoted uses of run_git()Ævar Arnfjörð Bjarmason1-6/+13
2020-09-21remote-mediawiki: convert to quoted run_git() invocationÆvar Arnfjörð Bjarmason1-23/+26
2020-09-21remote-mediawiki: provide a list form of run_git()Ævar Arnfjörð Bjarmason1-4/+15
2020-09-21remote-mediawiki tests: annotate failing testsÆvar Arnfjörð Bjarmason1-2/+3
2020-09-21remote-mediawiki: fix duplicate revisions being importedSimon Legner1-0/+3
2020-09-21remote-mediawiki tests: use CLI installerÆvar Arnfjörð Bjarmason6-334/+79
2020-09-21remote-mediawiki tests: use inline PerlIO for readabilityÆvar Arnfjörð Bjarmason1-4/+3
2020-09-21remote-mediawiki tests: replace deprecated Perl constructÆvar Arnfjörð Bjarmason1-2/+1
2020-09-21remote-mediawiki tests: use a more idiomatic dispatch tableÆvar Arnfjörð Bjarmason1-7/+7
2020-09-21remote-mediawiki tests: use "$dir/" instead of "$dir."Ævar Arnfjörð Bjarmason1-3/+3
2020-09-21remote-mediawiki tests: change `[]` to `test`Ævar Arnfjörð Bjarmason1-6/+11
2020-09-21remote-mediawiki tests: use test_cmp in testsÆvar Arnfjörð Bjarmason1-4/+4
2020-09-21remote-mediawiki tests: use a 10 character passwordÆvar Arnfjörð Bjarmason1-1/+1
2020-09-21remote-mediawiki tests: use the login/password variablesÆvar Arnfjörð Bjarmason1-2/+2
2020-09-21remote-mediawiki doc: don't hardcode Debian PHP versionsÆvar Arnfjörð Bjarmason1-5/+5
2020-09-17contrib/completion: complete options that take refs for format-patchDenton Liu1-0/+4
2020-09-17contrib/completion: extract common diff/difftool optionsDenton Liu1-9/+6
2020-09-16remote-mediawiki doc: link to MediaWiki's current versionÆvar Arnfjörð Bjarmason1-0/+3
2020-09-16remote-mediawiki doc: correct link to GitHub projectÆvar Arnfjörð Bjarmason3-3/+3
2020-09-09Merge branch 'os/vcbuild'Junio C Hamano2-1/+2
2020-09-08contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh2-1/+2
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano6-312/+6