[FFmpeg-cvslog] doc: Add Git configuration section

Diego Biurrun git at videolan.org
Tue Jul 24 21:30:24 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jul 22 15:11:25 2012 +0200| [816ff352a38ab644c43e2668501d14875912d333] | committer: Diego Biurrun

doc: Add Git configuration section

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=816ff352a38ab644c43e2668501d14875912d333
---

 doc/git-howto.texi |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index 938e165..5114115 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -258,6 +258,32 @@ git commit
 @end example
 
 
+ at chapter Git configuration
+
+In order to simplify a few workflows, it is advisable to configure both
+your personal Git installation and your local Libav repository.
+
+ at section Personal Git installation
+
+Add the following to your @file{~/.gitconfig} to help @command{git send-email}
+and @command{git format-patch} detect renames:
+
+ at example
+[diff]
+        renames = copy
+ at end example
+
+ at section Repository configuration
+
+In order to have @command{git send-email} automatically send patches
+to the libav-devel mailing list, add the following stanza
+to @file{/path/to/libav/repository/.git/config}:
+
+ at example
+[sendemail]
+        to = libav-devel@@libav.org
+ at end example
+
 @chapter Libav specific
 
 @section Reverting broken commits



More information about the ffmpeg-cvslog mailing list