Go to file
Darragh Bailey c7fe16b315 Linearise the the commit history before rebasing
Attempt to remove any merge commits of alternative history so that we
can construct a branch containing the local changes starting with the
last import without any special merge commits. If this works we can then
attempt to rebase the branch onto the base commit that will form the new
import. Failures at this point, where the user aborts, will result in
them being returned to a branch, where they can attempt to manually
perform the previous rebase in a interactive mode and attempt to
manipulate the list of commits by hand.

Change-Id: Ic789fc7023b3031b9fd6f73816784524d61d8b2c
JIRA: CICD-733
2013-08-06 08:08:39 +01:00
2013-03-08 15:12:02 +00:00
2013-07-24 07:45:27 +01:00

hpgit is a Python application providing commands to support usage of git for
HP Cloud projects (i.e. feature branch creation/finishing, release 
starting/finishing). The operations are performed using Git commands.

hpgit is intended to make use of multiple configuration files to specify
project, team and individual preferences. This allows for variations in similar
workflows to be supported, without needing developers from different projects
to be aware of the specific operations need for other projects.
Description
Staying close to latest from OpenStack through git-upstream
Readme 2.1 MiB
Languages
Python 91.3%
Shell 8.7%