Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag.h b/tag.h
index 7a0cb0070d..c437890f79 100644
--- a/tag.h
+++ b/tag.h
@@ -9,7 +9,6 @@ struct tag {
struct object object;
struct object *tagged;
char *tag;
- char *signature; /* not actually implemented */
};
extern struct tag *lookup_tag(const unsigned char *sha1);