aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/credential/netrc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-25contrib: better support symbolic port names in git-credential-netrcMaxim Cournoyer2-8/+11
2025-06-25contrib: warn for invalid netrc file ports in git-credential-netrcMaxim Cournoyer1-3/+8
2025-06-25contrib: use a more portable shebang for git-credential-netrcMaxim Cournoyer1-1/+1
2025-06-02meson: introduce kwargs variable for testsPatrick Steinhardt1-1/+1
2025-04-01meson: respect 'tests' build option in contribPatrick Steinhardt1-10/+12
2025-02-18meson: wire up credential helpersPatrick Steinhardt1-0/+20
2025-02-18contrib/credential: fix "netrc" tests with out-of-tree buildsPatrick Steinhardt2-4/+5
2022-09-22netrc: ignore unknown lines (do not die)Matthew John Cheetham1-1/+4
2022-07-27test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason1-5/+2
2022-07-27tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason1-9/+2
2019-12-20contrib/credential/netrc: work outside a repoDenton Liu1-1/+1
2019-12-20contrib/credential/netrc: make PERL_PATH configurableDenton Liu3-2/+25
2018-06-18git-credential-netrc: make "all" default target of MakefileTodd Zullinger1-0/+3
2018-06-18git-credential-netrc: fix exit status when tests failLuis Marsano1-1/+3
2018-06-18git-credential-netrc: use in-tree Git.pm for testsLuis Marsano2-2/+2
2018-06-18git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger1-4/+4
2018-06-13git-credential-netrc: remove use of "autodie"Ævar Arnfjörð Bjarmason1-1/+0
2018-05-14git-credential-netrc: accept gpg optionLuis Marsano6-24/+62
2018-05-14git-credential-netrc: adapt to test framework for gitLuis Marsano3-30/+77
2013-10-08git-credential-netrc: fix uninitialized warningTed Zlatanov1-1/+3
2013-02-25Add contrib/credentials/netrc with GPG supportTed Zlatanov4-0/+545