commit | 6eeb24743a4012613a679600247c70986ff1f63d | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@openstack.org> | Tue Aug 27 14:59:27 2013 -0700 |
committer | James E. Blair <jeblair@openstack.org> | Tue Aug 27 15:17:13 2013 -0700 |
tree | 9f75545171cc45bfb77c4ebca93cb75ea888a454 | |
parent | 5a9918ae4b70deadf173adc993c0be1808c4508e [diff] |
Fix checkout when preparing a ref The new checkout method was relying on out of date information stored in the remote which was not being updated by the fetch command. Instead, just checkout FETCH_HEAD using git directly so that the remote does not need to be kept up to date. Also, reset and clean _before_ checking out, since that's supposed to clean up from messy merges, etc. Change-Id: Ie47b675512edc36e8aeb9b537ca945ad8d07b780