r65994 - /website/git.pod

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Dec 19 14:57:18 UTC 2010


Author: ghedo-guest
Date: Sun Dec 19 14:56:59 2010
New Revision: 65994

URL: http://svn.debian.org/wsvn/?sc=1&rev=65994
Log:
add gbp configuration example

Modified:
    website/git.pod

Modified: website/git.pod
URL: http://svn.debian.org/wsvn/website/git.pod?rev=65994&op=diff
==============================================================================
--- website/git.pod (original)
+++ website/git.pod Sun Dec 19 14:56:59 2010
@@ -162,6 +162,16 @@
 L<git-buildpackage(1)> has a configuration file which can save some typing on
 each command. The C<pristine-tar> option is particularly handy.
 
+An example of configuration file:
+
+ [DEFAULT]
+ pristine-tar = True
+ sign-tags = True
+
+This may be stored for example in B<~/.gbp.conf> (per user configuration),
+in B<debian/gbp.conf> (per branch configuration) or in B<.git/gbp.conf>
+(per repository configuration).
+
 =head1 CAVEATS
 
 Git is detached. This is very good, when you prefer to work mainly offline or




More information about the Pkg-perl-cvs-commits mailing list