Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Rename template function to avoid shadowing of index #382

Merged
merged 6 commits into from
Feb 3, 2017

Conversation

chungers
Copy link
Contributor

@chungers chungers commented Feb 3, 2017

This PR renames the template function index to index_of so that the name does not shadow the global default index function in golang template.

David Chung added 6 commits February 1, 2017 19:43
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "0.3.0-templates" git@github.com:chungers/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354324608
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@chungers chungers merged commit 30b3787 into docker-archive:release-0.3.0 Feb 3, 2017
@chungers chungers deleted the 0.3.0-templates branch February 3, 2017 03:22
chungers pushed a commit to chungers/infrakit that referenced this pull request Feb 3, 2017
…e#382)

Signed-off-by: David Chung <david.chung@docker.com>
chungers pushed a commit to chungers/infrakit that referenced this pull request Sep 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants