From dc36f26525a5f94fbb1dddc3ae342e6bc638258c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 16 Jan 2007 11:46:03 -0800 Subject: git-push documentation: remaining bits Mention --thin, --no-thin, --repo and -v. Signed-off-by: Junio C Hamano diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index a19631d..3e8dbcf 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects SYNOPSIS -------- -'git-push' [--all] [--tags] [--exec=] [-f | --force] ... +'git-push' [--all] [--tags] [--exec=] [--repo=all] [-f | --force] [-v] [ ...] DESCRIPTION ----------- @@ -79,6 +79,18 @@ the remote repository. This flag disables the check. This can cause the remote repository to lose commits; use it with care. +\--repo=:: + When no repository is specified the command defaults to + "origin"; this overrides it. + +\--thin, \--no-thin:: + These options are passed to `git-send-pack`. Thin + transfer spends extra cycles to minimize the number of + objects to be sent and meant to be used on slower connection. + +-v:: + Run verbosely. + include::urls.txt[] Author -- cgit v0.10.2-6-g49f6