aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 9f0b467..df8286f 100755
--- a/manage.py
+++ b/manage.py
@@ -249,7 +249,7 @@ def write_repo_data(outfile, **kwargs):
#data = {'refs': refs, 'tags': tags, 'commits': commits}
data = kwargs
with open(outfile, 'w') as fobj:
- json.dump(data, fobj, indent=4)
+ json.dump(data, fobj, indent=4, sort_keys=True)
def split_git_author(author):