Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7501: add test of "commit --dry-run --short"
[gitweb.git]
/
checkout.h
diff --git
a/checkout.h
b/checkout.h
index 4cd4cd1c2325eea1b922590bf675e40c66c7c5a1..6b2073310c4a6a735a557ab0883c7bb045c2c458 100644
(file)
--- a/
checkout.h
+++ b/
checkout.h
@@
-9,6
+9,7
@@
* exists, NULL otherwise.
*/
extern const char *unique_tracking_name(const char *name,
- struct object_id *oid);
+ struct object_id *oid,
+ int *dwim_remotes_matched);
#endif /* CHECKOUT_H */