diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
commit | 2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch) | |
tree | f465d150b6bef7a8e4e9553ba5d69936ab0307e1 /transport.h | |
parent | 9a17e9ad15f77b739a33da703f695ad924cd825a (diff) | |
parent | 09b7e2204a8e41307192c800162e438ec09ddd2c (diff) | |
download | git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.gz |
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
* 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 4edebc5355..ea70ea7e4a 100644 --- a/transport.h +++ b/transport.h @@ -170,7 +170,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); |