summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-27 19:16:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-27 19:16:26 (GMT)
commiteacf669cec77a60a220b23acfb6e211d0a0409c8 (patch)
tree78bcbf174e69524cf944208bb4a70a0d3f14f728 /builtin
parent6ae18684e1ec37c9e0e93e8e9ce98aa1babb46c0 (diff)
parentddd3e3124276133d0c7e902287ab4113f660f6d7 (diff)
downloadgit-eacf669cec77a60a220b23acfb6e211d0a0409c8.zip
git-eacf669cec77a60a220b23acfb6e211d0a0409c8.tar.gz
git-eacf669cec77a60a220b23acfb6e211d0a0409c8.tar.bz2
Merge branch 'jt/decorate-api'
A few structures and variables that are implementation details of the decorate API have been renamed and then the API got documented better. * jt/decorate-api: decorate: clean up and document API
Diffstat (limited to 'builtin')
-rw-r--r--builtin/fast-export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fast-export.c b/builtin/fast-export.c
index f8fe04c..796d0cd 100644
--- a/builtin/fast-export.c
+++ b/builtin/fast-export.c
@@ -895,7 +895,7 @@ static void export_marks(char *file)
{
unsigned int i;
uint32_t mark;
- struct object_decoration *deco = idnums.hash;
+ struct decoration_entry *deco = idnums.entries;
FILE *f;
int e = 0;