# HG changeset patch # User Oleksandr Gavenko # Date 1298991920 -7200 # Node ID 5bed6172a7c41dc753e5bd796a3529649cf141e4 # Parent 2fc97313ce7850ce1eaed0780ea614839e1cc73a Debug git network operation. diff -r 2fc97313ce78 -r 5bed6172a7c4 git.rst --- a/git.rst Tue Mar 01 17:03:41 2011 +0200 +++ b/git.rst Tue Mar 01 17:05:20 2011 +0200 @@ -152,6 +152,13 @@ TODO $ git merge +* Debug git network operation. + +Git uses libcurl for network operation. + + $ export GIT_CURL_VERBOSE=1 + $ git ... + * Using git to work with SVN offline. Prepare SVN and git utilities: