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