X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=fetch.h;h=841bb1af9cab0c19dda3f0cb5956edaec22f9d3a;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=0011548de8c3aa085944ac56a1568a433834145f;hpb=6858d494926437ad7b7e9199ea39953eb90c7bab;p=git.git diff --git a/fetch.h b/fetch.h index 0011548d..841bb1af 100644 --- a/fetch.h +++ b/fetch.h @@ -28,9 +28,6 @@ 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; - /* Set to fetch the target tree. */ extern int get_tree;