From f7aa28042aa11957699d98031df052955f9d987e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 6 Dec 2015 17:04:22 -0700 Subject: document two new safety checks Signed-off-by: Sean Whitton (cherry picked from commit bf8af2d2dd3c5b08d53bef72d2dc0ae745d81f0c) --- doc/usage.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/usage.mdwn') diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 4eed5416..57be293d 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -124,6 +124,12 @@ other debugging information. `git config propellor.debug 1` will configure propellor to output debugging information. +`git config propellor.spin-branch foo` will configure propellor to refuse to +spin when the foo branch is not checked out. + +`git config propellor.forbid-dirty-spin true` will configure propellor to refuse +to spin when there are uncommitted changes in the `~/.propellor` repository. + The usual git configuration controls which centralized repository (if any) propellor pushes and pulls from. -- cgit v1.2.3