Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: always create marks_file directories
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 2928107bb135004e11f6a11a625067545680b62a..6dcb100a6cfc1b1d311602507bc3dcb483c1558d 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1058,4
+1058,7
@@
void overlay_tree_on_cache(const char *tree_name, const char *prefix);
char *alias_lookup(const char *alias);
int split_cmdline(char *cmdline, const char ***argv);
+/* builtin/merge.c */
+int checkout_fast_forward(const unsigned char *from, const unsigned char *to);
+
#endif /* CACHE_H */