From: Denton Liu <liu.denton@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Cc: Luis Marsano <luis.marsano@gmail.com>,
Ted Zlatanov <tzz@lifelogs.com>, Jeff King <peff@peff.net>
Subject: [RESEND PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup
Date: Fri, 20 Dec 2019 10:44:59 -0800 [thread overview]
Message-ID: <cover.1576867467.git.liu.denton@gmail.com> (raw)
In-Reply-To: <cover.1576531851.git.liu.denton@gmail.com>
I recently switched my workflow to use this credential helper and I
noticed a couple of problems:
1. The interpreter path was hardcoded to #!/usr/bin/perl
2. The script refuses to run outside of a Git repository
This patch series should fix these problems.
Denton Liu (2):
contrib/credential/netrc: make PERL_PATH configurable
contrib/credential/netrc: work outside a repo
contrib/credential/netrc/.gitignore | 1 +
contrib/credential/netrc/Makefile | 26 +++++++++++++++++--
...ential-netrc => git-credential-netrc.perl} | 2 +-
3 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 contrib/credential/netrc/.gitignore
rename contrib/credential/netrc/{git-credential-netrc => git-credential-netrc.perl} (99%)
--
2.24.1.703.g2f499f1283
next prev parent reply other threads:[~2019-12-20 18:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-16 21:32 [PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup Denton Liu
2019-12-16 21:32 ` [PATCH 1/2] contrib/credential/netrc: make PERL_PATH configurable Denton Liu
2019-12-16 21:32 ` [PATCH 2/2] contrib/credential/netrc: work outside a repo Denton Liu
2019-12-17 2:48 ` [PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup Jeff King
2019-12-17 6:17 ` Denton Liu
2019-12-20 18:44 ` Denton Liu [this message]
2019-12-20 18:45 ` [RESEND PATCH 1/2] contrib/credential/netrc: make PERL_PATH configurable Denton Liu
2019-12-20 18:45 ` [RESEND PATCH 2/2] contrib/credential/netrc: work outside a repo Denton Liu
2019-12-20 20:59 ` [RESEND PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1576867467.git.liu.denton@gmail.com \
--to=liu.denton@gmail.com \
--cc=git@vger.kernel.org \
--cc=luis.marsano@gmail.com \
--cc=peff@peff.net \
--cc=tzz@lifelogs.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.