We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c96c4 commit e876e74Copy full SHA for e876e74
mktag.c
@@ -12,15 +12,8 @@
12
* "object <sha1>\n" is 48 bytes, "type tag\n" at 9 bytes is the
13
* shortest possible type-line, and "tag .\n" at 6 bytes is the
14
* shortest single-character-tag line.
15
- *
16
- * We also artificially limit the size of the full object to 8kB.
17
- * Just because I'm a lazy bastard, and if you can't fit a signature
18
- * in that size, you're doing something wrong.
19
*/
20
21
-/* Some random size */
22
-#define MAXSIZE (8192)
23
-
24
/*
25
* We refuse to tag something we can't verify. Just because.
26
0 commit comments