diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-23 14:26:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-23 14:26:44 -0400 |
commit | a51a474332fb1849a867b70035519515dcd7eb14 (patch) | |
tree | d868159740519b5afb0690636f01ee741ea47e7a /doc/todo | |
parent | 4bce7f559658fec236a3ec128819e98056d0d1e6 (diff) |
add
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/push_remote_branch.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/push_remote_branch.mdwn b/doc/todo/push_remote_branch.mdwn new file mode 100644 index 0000000..a9c35dc --- /dev/null +++ b/doc/todo/push_remote_branch.mdwn @@ -0,0 +1,12 @@ +Several people have written patches to extend `PUSH_REMOTE` to be able to +push a branch other than master. For example, +<https://github.com/joeyh/etckeeper/pull/26> + +It seems that these are not fully flexible either. Maybe someone wants to +push 2 branches, or push different branches to different remotes. + +I think that adding `PUSH_REMOTE` was a mistake. It would be better to +remove it, and add to the readme an example of writing your own +`/etc/etckeeper/commit.d/99push` script that does exactly the kind of +pushing you want. The only reason I've not done so is it would break +compatability for anyone using this feature. --[[Joey]] |