diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-24 17:50:26 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 17:50:26 -0700 |
commit | 96fdc218f726b1a7c0eb195fcadabadf46f9c2f8 (patch) | |
tree | ce0237836fe774c250724b037b368a3e7b1d5a65 | |
parent | Merge refs/heads/master from . (diff) | |
parent | Fix markup minimally to get man pages built. (diff) | |
download | tgif-96fdc218f726b1a7c0eb195fcadabadf46f9c2f8.tar.xz |
Merge refs/heads/master from .
-rw-r--r-- | Documentation/pull-fetch-param.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index ea0ad2c48f..8f6b68cb55 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -49,7 +49,7 @@ <refspec>:: The canonical format of a <refspec> parameter is - +?<src>:<dst>; that is, an optional plus '+', followed + '+?<src>:<dst>'; that is, an optional plus '+', followed by the source ref, followed by a colon ':', followed by the destination ref. |