diff options
| author | patrick-scho | 2025-12-01 15:27:49 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 15:27:49 +0100 |
| commit | 38a12c2ddde5188bbbd04501883b7092745b0dac (patch) | |
| tree | 847a2df730cbacd027cedf492c424062cfdf02ed /ui-blob.c | |
| parent | 4bf7dacfa870fb1fb81edf647fd5c049786c3c2f (diff) | |
| download | ps-cgit-38a12c2ddde5188bbbd04501883b7092745b0dac.tar.gz ps-cgit-38a12c2ddde5188bbbd04501883b7092745b0dac.zip | |
changes
Diffstat (limited to 'ui-blob.c')
| -rw-r--r-- | ui-blob.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ int cgit_print_oid(const struct object_id *oid) unsigned long size; type = oid_object_info(the_repository, oid, &size); + html_txtf("trying to print %x<br/>", oid); if (type == OBJ_BAD) return -1; buf = read_object_file(oid, &type, &size); |
