frace

Results 17 comments of frace

I figured it isn't really an issue because the numbering is used as an identifier to avoid duplicates inside the configfile. While parsing the passports get enumerated anyways. What happens...

@tverlaan Thank you for your report! I could imagine the easiest solution would be to do a simple string match like ``` if "github.com" in "[email protected]:tverlaan/git-passport": ... ``` I'm not...

@tverlaan Could you please give an example?

That's the intended behaviour - `git init` doesn't trigger the git-passport hook since it is a pre-commit hook. All `git init` does is to copy templates to the local `.git`...

Official bug report to get the ebuild into the Gentoo portage tree: https://bugs.gentoo.org/show_bug.cgi?id=584790

@awein Have you had a chance to have a look at the PR? ;)