summaryrefslogtreecommitdiff
path: root/src/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.c')
-rw-r--r--src/remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remote.c b/src/remote.c
index 6eaaf8b49..10bffec44 100644
--- a/src/remote.c
+++ b/src/remote.c
@@ -1297,7 +1297,6 @@ static int rename_remote_references(
if (git_reference_foreach(
repo,
- GIT_REF_LISTALL,
rename_cb,
&refnames) < 0)
goto cleanup;