From: Sergey Matveev Date: Thu, 21 Sep 2017 21:07:06 +0000 (+0300) Subject: In most cases --tags/branches are willing to be kept X-Git-Tag: 0.12^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a01d3f35bc7fd2910088c4b9140020861f4324d6;p=nncp.git In most cases --tags/branches are willing to be kept --- diff --git a/doc/integration.texi b/doc/integration.texi index b7ad523..f1f1e87 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -284,8 +284,8 @@ everything you need. Use it to create bundles containing all required blobs/trees/commits and tags: @verbatim -% git bundle create repo-initial.bundle master -% git tag -f last-bundle master +% git bundle create repo-initial.bundle master --tags --branches +% git tag -f last-bundle % nncp-file repo-initial.bundle remote.node:repo-$(date % '+%Y%M%d%H%m%S').bundle @end verbatim