/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
*.[ch]: manually align parameter lists
[git/git.git]
/
checkout.h
diff --git
a/checkout.h
b/checkout.h
index
a6f5180
..
1152133
100644
(file)
--- a/
checkout.h
+++ b/
checkout.h
@@
-9,7
+9,7
@@
* exists, NULL otherwise.
*/
const char *unique_tracking_name(const char *name,
-
struct object_id *oid,
-
int *dwim_remotes_matched);
+ struct object_id *oid,
+ int *dwim_remotes_matched);
#endif /* CHECKOUT_H */