Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
checkout.h: wrap the arguments to unique_tracking_name()
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Tue, 5 Jun 2018 14:40:43 +0000
(14:40 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Jun 2018 16:41:01 +0000
(09:41 -0700)
The line was too long already, and will be longer still when a later
change adds another argument.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
checkout.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c8cbf20
)
diff --git
a/checkout.h
b/checkout.h
index 998071117952de27f2ec0c16d7b3d49abaa952bc..4cd4cd1c2325eea1b922590bf675e40c66c7c5a1 100644
(file)
--- a/
checkout.h
+++ b/
checkout.h
@@
-8,6
+8,7
@@
* tracking branch. Return the name of the remote if such a branch
* exists, NULL otherwise.
*/
-extern const char *unique_tracking_name(const char *name, struct object_id *oid);
+extern const char *unique_tracking_name(const char *name,
+ struct object_id *oid);
#endif /* CHECKOUT_H */