alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
appview: fix nil assignment
author
Anirudh Oppiliappan
date
1 year ago
(Apr 5, 2025, 10:05 PM +0300)
commit
e37f688d
e37f688dd70e624ae81aa9a943f33da2701a2452
parent
09c05893
09c05893a9fd6776c1ea2b98775a93469f9225b4
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
appview
state
pull.go
+1
-2
appview/state/pull.go
Reviewed
···
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))