diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-23 18:49:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-23 18:49:33 -0400 |
| commit | f14749c1ccdaeb76beee74381d86f0bc4bc76b09 (patch) | |
| tree | 5cff1489e97022ad227de288e470acfe0128df5c /doc | |
| parent | 1695f5c678e5e64bc12252ee5b8ed75d1c5b5c49 (diff) | |
| parent | 9d975e9ee4c44782da0815fb161ea8676dbf559c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 16788320..e83e8def 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -65,6 +65,22 @@ action as needed to satisfy the configured properties of the local host. Opens $EDITOR on the privdata value. +* --merge + + Combine multiple --spin commits into a single, more useful commit. + + When using propellor, you may find yourself repeatedly running + `propellor --spin` until you get things working the way you like. + This results in a lot of git commits being made, with incremental + changes. + + To clean that up to a single commit, use `propellor --merge`. A normal + interactive git commit will then be made, consisting of all changes + that have been previously committed by --spin, since the last time a + normal git commit was made. + + (This will result in a trapezoid pattern in gitk.) + * hostname When run with a hostname and no other options, propellor will |
