X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=fetch.h;h=0011548de8c3aa085944ac56a1568a433834145f;hb=3a4b3f269c4ba1eebd5ab7206ee0915667b20cc8;hp=9837a3d03527ed648370f62b706978ad14fd20e5;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/fetch.h b/fetch.h index 9837a3d0..0011548d 100644 --- a/fetch.h +++ b/fetch.h @@ -25,6 +25,9 @@ extern int fetch_ref(char *ref, unsigned char *sha1); /* If set, the ref filename to write the target value to. */ extern const char *write_ref; +/* If set additional text will appear in the ref log. */ +extern const char *write_ref_log_details; + /* If set, the hash that the current value of write_ref must be. */ extern const unsigned char *current_ref;