diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-22 05:51:29 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 05:51:29 (GMT) |
commit | 80f074396d2a5601cdbf643f9b0db09329070a3f (patch) | |
tree | 7edfc74b4d4ebccc7f2e7b4b288fce3b21b9fec0 /transport.h | |
parent | 8c091d918de73e4600a93088ee0f702224ba99c3 (diff) | |
parent | 09b7e2204a8e41307192c800162e438ec09ddd2c (diff) | |
download | git-80f074396d2a5601cdbf643f9b0db09329070a3f.zip git-80f074396d2a5601cdbf643f9b0db09329070a3f.tar.gz git-80f074396d2a5601cdbf643f9b0db09329070a3f.tar.bz2 |
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' into maint
* ph/builtin-srcs-are-in-subdir-these-days:
fix "builtin-*" references to be "builtin/*"
Diffstat (limited to 'transport.h')
-rw-r--r-- | transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transport.h b/transport.h index fcb1d25..15f6f6e 100644 --- a/transport.h +++ b/transport.h @@ -168,7 +168,7 @@ int transport_connect(struct transport *transport, const char *name, int transport_helper_init(struct transport *transport, const char *name); int bidirectional_transfer_loop(int input, int output); -/* common methods used by transport.c and builtin-send-pack.c */ +/* common methods used by transport.c and builtin/send-pack.c */ void transport_verify_remote_names(int nr_heads, const char **heads); void transport_update_tracking_ref(struct remote *remote, struct ref *ref, int verbose); |