diff options
| author | Christian Hesse <mail@eworm.de> | 2016-09-29 22:14:28 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2016-10-04 09:47:18 +0200 |
| commit | 28185ae40a82d3304ace805c9a44e933270bd581 (patch) | |
| tree | 1ca612de7bec52bbbd735c448f5e07ec8424f30c | |
| parent | ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff) | |
| download | cgit-magenta-28185ae40a82d3304ace805c9a44e933270bd581.tar.xz | |
ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Upstream git is replacing 'unsigned char sha1[20]' with 'struct object_id oid'. We have some code that can be changed independent from upstream. So here we go...
| -rw-r--r-- | ui-tag.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ui-tag.c b/ui-tag.c |
