From: James Bowes Date: Sat, 5 May 2007 18:23:12 +0000 (-0400) Subject: Documentation: fix typo in git-remote.txt X-Git-Tag: v1.5.2-rc2~1^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cf593cc41828c6fc0a2cec50ddac0713ea8a07ec;p=git.git Documentation: fix typo in git-remote.txt Signed-off-by: James Bowes Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index a9fb6a9a5..3dde7134a 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -40,7 +40,7 @@ With `-t ` option, instead of the default glob refspec for the remote to track all branches under `$GIT_DIR/remotes//`, a refspec to track only `` is created. You can give more than one `-t ` to track -multiple branche without grabbing all branches. +multiple branches without grabbing all branches. + With `-m ` option, `$GIT_DIR/remotes//HEAD` is set up to point at remote's `` branch instead of whatever