mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 12:09:07 +00:00
revwalk: do not re-declare commit
variable
This commit is contained in:
parent
8468a44067
commit
013ecb4f2a
@ -290,7 +290,7 @@ static void mark_parents_uninteresting(git_commit_list_node *commit)
|
|||||||
|
|
||||||
|
|
||||||
while (parents) {
|
while (parents) {
|
||||||
git_commit_list_node *commit = git_commit_list_pop(&parents);
|
commit = git_commit_list_pop(&parents);
|
||||||
|
|
||||||
while (commit) {
|
while (commit) {
|
||||||
if (commit->uninteresting)
|
if (commit->uninteresting)
|
||||||
|
Loading…
Reference in New Issue
Block a user