Go to file
Davide Guerri f2e38df455 Rename hpgit to git-upstream, also changing its license
* rename hpgit to git-upstream
* rename import-upstream commadn to import
* change all occurrences of hpgit and import-upstream in code,
  comments and tests
* code cleanup (remove some typos, improve PEP8 compliance)
* change license from "HP propietary" to "Apache License v2.0"

Change-Id: Ia4f00d662d79ac9725316027a65f4d23ebbd0f02
JIRA:CICD-1319
JIRA:CICD-1318
2014-03-03 14:32:26 +00:00
2013-12-20 17:06:50 +00:00

git-upstream is a Python application providing commands to support rebasing of
local-carried patches on top of upstream repositories.

git-upstream provides commands to support usage of git for subjects who need
to integrate big upstream projects in their environment (i.e. feature branch
creation/finishing, release starting/finishing). The operations are performed
using Git commands.

git-upstream 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%