fast-import: duplicate into history rather than passing ownership
[gitweb.git] / Documentation / git-upload-pack.txt
index 822ad593af973dd7a1217cffaef7106876d377c2..9822c1eb1add168cdb30426bab04d925504d0205 100644 (file)
@@ -11,6 +11,7 @@ SYNOPSIS
 [verse]
 'git-upload-pack' [--[no-]strict] [--timeout=<n>] [--stateless-rpc]
                  [--advertise-refs] <directory>
+
 DESCRIPTION
 -----------
 Invoked by 'git fetch-pack', learns what
@@ -21,7 +22,6 @@ The UI for the protocol is on the 'git fetch-pack' side, and the
 program pair is meant to be used to pull updates from a remote
 repository.  For push operations, see 'git send-pack'.
 
-
 OPTIONS
 -------