From: Robin Rosenberg Date: Sun, 29 Oct 2006 20:09:40 +0000 (+0100) Subject: Mention that pull can work locally in the synopsis X-Git-Tag: v1.4.4-rc1~52 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ce4231ffa80da1888a668cc7c33f5349800ab4a3;p=git.git Mention that pull can work locally in the synopsis Signed-off-by: Robin Rosenberg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 51577fcbe..2a5aea73b 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -3,7 +3,7 @@ git-pull(1) NAME ---- -git-pull - Pull and merge from another repository +git-pull - Pull and merge from another repository or a local branch SYNOPSIS diff --git a/Documentation/git.txt b/Documentation/git.txt index 595cca1ef..fff07e100 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -324,7 +324,7 @@ gitlink:git-mv[1]:: Move or rename a file, a directory, or a symlink. gitlink:git-pull[1]:: - Fetch from and merge with a remote repository. + Fetch from and merge with a remote repository or a local branch. gitlink:git-push[1]:: Update remote refs along with associated objects.