aboutsummaryrefslogtreecommitdiff
path: root/sha1_name.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-22 14:40:17 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-22 14:40:17 -0800
commit716958c9a23cbb4bf671dc89e094742e8ec41793 (patch)
tree46a4a67f30239622d79637ed7b0a1716ad6d5d15 /sha1_name.c
parent853563d7344ee532aa56f8a9aabcfdfb5c4fe2c3 (diff)
parent47e44ed1dc17d3a94ec4bf8dd29810ab7882041c (diff)
downloadgit-716958c9a23cbb4bf671dc89e094742e8ec41793.tar.gz
git-716958c9a23cbb4bf671dc89e094742e8ec41793.tar.xz
Merge branch 'tf/commit-list-prefix'
* tf/commit-list-prefix: commit: Add commit_list prefix in two function names. Conflicts: sha1_name.c
Diffstat (limited to 'sha1_name.c')
-rw-r--r--sha1_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_name.c b/sha1_name.c
index ceb9cdd86..709ff2eee 100644
--- a/sha1_name.c
+++ b/sha1_name.c
@@ -707,7 +707,7 @@ static int handle_one_ref(const char *path,
}
if (object->type != OBJ_COMMIT)
return 0;
- insert_by_date((struct commit *)object, list);
+ commit_list_insert_by_date((struct commit *)object, list);
return 0;
}