X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-send-pack.txt;h=9e67f1730261a20ffa8c22b682c9207856901534;hb=4269822012ccdcdccf8c2685ac37aa3fb2b1f876;hp=219dfc2ef6541216f2c46329e3e82664232b4b35;hpb=df8baa42fe4eeb5a021ac262caf601f44d2a5746;p=git.git diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt index 219dfc2e..9e67f173 100644 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt @@ -1,10 +1,9 @@ git-send-pack(1) ================ -v0.1, July 2005 NAME ---- -git-send-pack - Push missing objects packed. +git-send-pack - Push missing objects packed SYNOPSIS @@ -54,7 +53,7 @@ Specifying the Refs There are three ways to specify which refs to update on the remote end. -With '--all' flag, all refs that exist locally are transfered to +With '--all' flag, all refs that exist locally are transferred to the remote side. You cannot specify any '' if you use this flag.