From bd07e46deef6b919395e55a66b667482b0630f3e Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 3 Oct 2018 00:33:33 +0100 Subject: add git-fixup and documentation for use case This is a nice new use case for git-deps which makes it even easier to amend commits buried in the history. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9aef582..e5626a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,8 @@ console_scripts = gitfile-handler = git_deps.handler:run [files] +scripts = + bin/git-fixup packages = git_deps data_files = -- cgit