summaryrefslogtreecommitdiff
path: root/transport-helper.c
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-04-18 04:14:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-18 06:27:03 (GMT)
commit7a43c55415a224039a41684cbadd5b94be6f1a8e (patch)
tree0244c7a05afb7324f701ad895f98e48c883bda59 /transport-helper.c
parent5034fdea3017304fa37e50b3bd40c392503ebfd2 (diff)
downloadgit-7a43c55415a224039a41684cbadd5b94be6f1a8e.zip
git-7a43c55415a224039a41684cbadd5b94be6f1a8e.tar.gz
git-7a43c55415a224039a41684cbadd5b94be6f1a8e.tar.bz2
transport-helper: clarify *:* refspec
The *:* refspec doesn't work, and never has, clarify the code and documentation to reflect that. This in effect reverts commit 9e7673e (gitremote-helpers(1): clarify refspec behaviour). Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport-helper.c')
-rw-r--r--transport-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport-helper.c b/transport-helper.c
index 56207ea..018513b 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -469,7 +469,7 @@ static int fetch_with_import(struct transport *transport,
* were fetching.
*
* (If no "refspec" capability was specified, for historical
- * reasons we default to *:*.)
+ * reasons we default to the equivalent of *:*.)
*
* Store the result in to_fetch[i].old_sha1. Callers such
* as "git fetch" can use the value to write feedback to the