Skip to content
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

info files with "refname 'HEAD' is ambiguous" #2748

Closed
wants to merge 1 commit into from

Conversation

lkmorlan
Copy link

@lkmorlan lkmorlan commented May 8, 2017

In certain cases, the following can be added to info files by Drush:

datestamp = "warning: refname 'HEAD' is ambiguous."

datestamp should be an integer. This is a fix.

To reproduce the problem, use drush make to build a makefile which references a repository containing a tag "HEAD". The error is because tag "HEAD" is the same as Git's use of HEAD to indicate the current position.

`git log -1` can output error messages which means that the datestamp will not on the first line of output. This change removes these from the output.
@weitzman
Copy link
Member

weitzman commented Jun 1, 2017

make is in maint only mode.

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

Successfully merging this pull request may close these issues.

2 participants