Skip to content

Script fails to run with Git v1.7 #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ColMelvin opened this issue Mar 25, 2018 · 0 comments
Closed

Script fails to run with Git v1.7 #38

ColMelvin opened this issue Mar 25, 2018 · 0 comments
Assignees
Labels

Comments

@ColMelvin
Copy link
Owner

Prior to Git v1.8, options and their values had to be specified in the same argument (at least, for the ones used); they could not be specified in 2 different arguments. Additionally, the format option %B was unavailable.

These issues need to be addressed to work with older versions of Git, which appear on older production systems. Case in point, CentOS 6 has only v1.7 of Git available.

Surprisingly, CentOS 5 has v1.8, as Git is supplied by EPEL, which tends to be more up to date. However, the Perl version of CentOS 5 is older than that of 6. Future testing should take these version differences into account.

@ColMelvin ColMelvin added the bug label Mar 25, 2018
@ColMelvin ColMelvin self-assigned this Mar 25, 2018
ColMelvin added a commit that referenced this issue Apr 2, 2018
Some options used did not work with earlier versions of Git.  For example,
options with a value must be specified as a single argument.  Make small
changes to work with older versions of Git (possibly earlier than v1.7).

Issue: #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant