summaryrefslogtreecommitdiff
path: root/man/5/caretaker.conf.pod
diff options
context:
space:
mode:
Diffstat (limited to 'man/5/caretaker.conf.pod')
-rw-r--r--man/5/caretaker.conf.pod9
1 files changed, 0 insertions, 9 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod
index 5fbbc3a..c3c3614 100644
--- a/man/5/caretaker.conf.pod
+++ b/man/5/caretaker.conf.pod
@@ -64,15 +64,6 @@ Operate in silent mode. If B<1>, it also sets PROGRESS=0
If 1, automatically execute 'ct update' before 'ct push'
and 'ct update remote' before 'ct upgrade'
-=item B<GIT_USE_ORIGIN>=I<boolean> [1]
-
-By default, caretaker will simply issue a git push/pull, so that git will use the
-repository's origin to determine where to push/pull.
-
-If you regularly change your PKG_ROOT, are too lazy to properly configure your
-git repos or whatever, set this to 0. Then, caretaker will always call git pull/push
-with both the remote repo and the branch as arguments.
-
=item B<function pkg_hook_>I<hook> {I<content>}
Define the global hook I<hook>, its I<content> will be executed