python-zulip-api/zulip/integrations/git
Anders Kaseorg 34f5c4ef02 git: Fix git_repository_name.
Without universal_newlines=True or text=True, subprocess.check_output
returns bytes, not str, so it makes no sense to compare its return to
"true".  But upstream Git’s behavior only depends on the filename, not
whether the repository is bare; emulate this more closely.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-08-24 21:01:05 -07:00
..
post-receive git: Fix git_repository_name. 2021-08-24 21:01:05 -07:00
requirements.txt zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
zulip_git_config.py Rename default branch to ‘main’ 2021-08-24 12:50:52 -07:00