Tool for rebasing change series
Go to file
Andreas Jaeger 16f0f4e096 Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements, it's not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-02-02 19:25:46 +01:00
doc Initial commit of git-restack 2015-12-18 16:29:55 -08:00
git_restack Initial commit of git-restack 2015-12-18 16:29:55 -08:00
.gitignore Initial commit of git-restack 2015-12-18 16:29:55 -08:00
.gitreview Initial commit of git-restack 2015-12-18 16:29:55 -08:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.testr.conf Initial commit of git-restack 2015-12-18 16:29:55 -08:00
CONTRIBUTING.rst Initial commit of git-restack 2015-12-18 16:29:55 -08:00
HACKING.rst Initial commit of git-restack 2015-12-18 16:29:55 -08:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
MANIFEST.in Initial commit of git-restack 2015-12-18 16:29:55 -08:00
README.rst Initial commit of git-restack 2015-12-18 16:29:55 -08:00
git-restack.1 Initial commit of git-restack 2015-12-18 16:29:55 -08:00
requirements.txt Remove argparse from requirements 2016-02-02 19:25:46 +01:00
setup.cfg Initial commit of git-restack 2015-12-18 16:29:55 -08:00
setup.py Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
test-requirements.txt Initial commit of git-restack 2015-12-18 16:29:55 -08:00
tox.ini Initial commit of git-restack 2015-12-18 16:29:55 -08:00

README.rst

git-restack

A git command for editing a series of commits without rebasing.

git-restack is a tool that performs an interactive git rebase of a branch without changing the commit upon which the branch is based.