We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3e248 commit fb3198cCopy full SHA for fb3198c
builtin/revert.c
@@ -664,8 +664,8 @@ static void read_and_refresh_cache(struct replay_opts *opts)
664
* assert(commit_list_count(list) == 2);
665
* return list;
666
*/
667
-struct commit_list **commit_list_append(struct commit *commit,
668
- struct commit_list **next)
+static struct commit_list **commit_list_append(struct commit *commit,
+ struct commit_list **next)
669
{
670
struct commit_list *new = xmalloc(sizeof(struct commit_list));
671
new->item = commit;
0 commit comments