diff options
| author | Christian Hesse <mail@eworm.de> | 2016-09-29 21:16:14 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2016-10-04 09:47:18 +0200 |
| commit | aee990b6a4512e52b1279a0633d112afe2440122 (patch) | |
| tree | 271daf76b03087deea75c075cb082fc25f85567f | |
| parent | Makefile: remove extra space (diff) | |
| download | cgit-magenta-aee990b6a4512e52b1279a0633d112afe2440122.tar.xz | |
cgit: 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-- | cgit.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cgit.c b/cgit.c |
