summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/resurrect-update-for-sha256'Junio C Hamano2020-10-301-7/+6
|\
| * contrib/git-resurrect.sh: use hash-agnostic OID patternDenton Liu2020-10-081-4/+3
| * contrib/git-resurrect.sh: indent with tabsDenton Liu2020-10-081-4/+4
* | Merge branch 'dl/checkout-guess'Junio C Hamano2020-10-271-9/+16
|\ \
| * | checkout: learn to respect checkout.guessDenton Liu2020-10-081-9/+16
| |/
* | git-completion.bash: stash-show: complete $__git_diff_common_optionsRobert Karszniewicz2020-10-071-1/+4
* | git-completion.bash: __git_diff_common_options: add --[no-]patchRobert Karszniewicz2020-10-071-3/+2
|/
* Merge branch 'js/cmake-vs'Junio C Hamano2020-10-051-12/+40
|\
| * cmake (Windows): recommend using Visual Studio's built-in CMake supportJohannes Schindelin2020-09-301-9/+17
| * cmake (Windows): initialize vcpkg/build dependencies automaticallyJohannes Schindelin2020-09-301-0/+4
| * cmake (Windows): complain when encountering an unknown compilerJohannes Schindelin2020-09-301-0/+2
| * cmake (Windows): let the `.dll` files be found when running the testsJohannes Schindelin2020-09-301-0/+3
| * cmake: quote the path accurately when editing `test-lib.sh`Johannes Schindelin2020-09-301-1/+1
| * cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsJohannes Schindelin2020-09-301-1/+5
| * cmake: ensure that the `vcpkg` packages are found on WindowsJohannes Schindelin2020-09-281-0/+7
| * cmake: do find Git for Windows' shell interpreterJohannes Schindelin2020-09-281-1/+1
* | Merge branch 'au/complete-restore-s'Junio C Hamano2020-10-041-34/+39
|\ \
| * | completion: complete refs after 'git restore -s'Ákos Uzonyi2020-09-261-0/+7
| * | completion: use "prev" variable instead of introducing "prevword"Ákos Uzonyi2020-09-261-34/+32
* | | Merge branch 'ab/mediawiki-fixes'Junio C Hamano2020-10-0413-401/+169
|\ \ \ | |/ / |/| |
| * | remote-mediawiki: use "sh" to eliminate unquoted commandsÆvar Arnfjörð Bjarmason2020-09-211-16/+8
| * | remote-mediawiki: annotate unquoted uses of run_git()Ævar Arnfjörð Bjarmason2020-09-211-6/+13
| * | remote-mediawiki: convert to quoted run_git() invocationÆvar Arnfjörð Bjarmason2020-09-211-23/+26
| * | remote-mediawiki: provide a list form of run_git()Ævar Arnfjörð Bjarmason2020-09-211-4/+15
| * | remote-mediawiki tests: annotate failing testsÆvar Arnfjörð Bjarmason2020-09-211-2/+3
| * | remote-mediawiki: fix duplicate revisions being importedSimon Legner2020-09-211-0/+3
| * | remote-mediawiki tests: use CLI installerÆvar Arnfjörð Bjarmason2020-09-216-334/+79
| * | remote-mediawiki tests: use inline PerlIO for readabilityÆvar Arnfjörð Bjarmason2020-09-211-4/+3
| * | remote-mediawiki tests: replace deprecated Perl constructÆvar Arnfjörð Bjarmason2020-09-211-2/+1
| * | remote-mediawiki tests: use a more idiomatic dispatch tableÆvar Arnfjörð Bjarmason2020-09-211-7/+7
| * | remote-mediawiki tests: use "$dir/" instead of "$dir."Ævar Arnfjörð Bjarmason2020-09-211-3/+3
| * | remote-mediawiki tests: change `[]` to `test`Ævar Arnfjörð Bjarmason2020-09-211-6/+11
| * | remote-mediawiki tests: use test_cmp in testsÆvar Arnfjörð Bjarmason2020-09-211-4/+4
| * | remote-mediawiki tests: use a 10 character passwordÆvar Arnfjörð Bjarmason2020-09-211-1/+1
| * | remote-mediawiki tests: use the login/password variablesÆvar Arnfjörð Bjarmason2020-09-211-2/+2
| * | remote-mediawiki doc: don't hardcode Debian PHP versionsÆvar Arnfjörð Bjarmason2020-09-211-5/+5
| * | remote-mediawiki doc: link to MediaWiki's current versionÆvar Arnfjörð Bjarmason2020-09-161-0/+3
| * | remote-mediawiki doc: correct link to GitHub projectÆvar Arnfjörð Bjarmason2020-09-163-3/+3
* | | Merge branch 'jk/diff-highlight-blank-match-fix'Junio C Hamano2020-09-251-1/+1
|\ \ \ | |_|/ |/| |
| * | diff-highlight: correctly match blank lines for flushJeff King2020-09-211-1/+1
* | | contrib/completion: complete options that take refs for format-patchDenton Liu2020-09-171-0/+4
| |/ |/|
* | Merge branch 'os/vcbuild'Junio C Hamano2020-09-092-1/+2
|\ \
| * | contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh2020-09-082-1/+2
* | | Merge branch 'jk/slimmed-down'Junio C Hamano2020-09-036-312/+6
|\ \ \ | |/ / |/| |
| * | drop vcs-svn experimentJeff King2020-08-136-287/+5
| * | make git-fast-import a builtinJeff King2020-08-131-4/+1
| * | make git-bugreport a builtinJeff King2020-08-131-4/+1
| * | make credential helpers builtinsJeff King2020-08-131-19/+1
* | | Merge branch 'rz/complete-more-options'Junio C Hamano2020-08-271-1/+13
|\ \ \
| * | | completion: add GIT_COMPLETION_SHOW_ALL env varRyan Zoeller2020-08-191-1/+13