diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-03-19 14:46:05 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-03-21 09:46:35 +0100 |
commit | 6d4b4ff991fc58ef77029734e256a0e0138f0a6a (patch) | |
tree | 6b67b5c58e104000ddce81c13fa37814bc40e95a /docs | |
parent | 04d0d28f8bdb364d63f093ffbe72638bae0806ce (diff) | |
download | git-buildpackage-6d4b4ff991fc58ef77029734e256a0e0138f0a6a.tar.gz git-buildpackage-6d4b4ff991fc58ef77029734e256a0e0138f0a6a.tar.bz2 git-buildpackage-6d4b4ff991fc58ef77029734e256a0e0138f0a6a.zip |
gbp create-remote-repo: allow to pass template directory
to git init so it's possible to set up remote hooks.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-create-remote-repo.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml index 0a21d35c..e680f9e8 100644 --- a/docs/manpages/gbp-create-remote-repo.sgml +++ b/docs/manpages/gbp-create-remote-repo.sgml @@ -24,6 +24,7 @@ <arg><option>--color=</option><replaceable>[auto|on|off]</replaceable></arg> <arg><option>--remote-url-pattern=</option><replaceable>url-pattern</replaceable></arg> <arg><option>--remote-name=</option><replaceable>name</replaceable></arg> + <arg><option>--template-dir=</option><replaceable>directory</replaceable></arg> <arg><option>--[no-]pristine-tar</option></arg> <arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg> <arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg> @@ -68,6 +69,15 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--template-dir</option>=<replaceable>directory</replaceable> + </term> + <listitem> + <para>Template directory to pass to <command>git init</command> on the remote + side. This can be used to customize the remote repository, e.g. to set up hooks. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--debian-branch</option>=<replaceable>branch_name</replaceable> </term> <listitem> |