tangled
alpha
login
or
join now
dzming.li
/
core
0
fork
atom
A vibe coded tangled fork which supports pijul.
0
fork
atom
overview
issues
pulls
pipelines
appview: fix nil assignment
Anirudh Oppiliappan
11 months ago
e37f688d
09c05893
+1
-2
1 changed file
expand all
collapse all
unified
split
appview
state
pull.go
+1
-2
appview/state/pull.go
···
372
372
return
373
373
}
374
374
}
375
375
+
p.PullSource.Repo = pullSourceRepo
375
376
}
376
376
-
377
377
-
p.PullSource.Repo = pullSourceRepo
378
377
}
379
378
380
379
identsToResolve := make([]string, len(pulls))