forgejo/services/pull
KN4CK3R d9ef43a712
Replace list.List with slices (#16311)
* Replaced list with slice.

* Fixed usage of pointer to temporary variable.

* Replaced LIFO list with slice.

* Lint

* Removed type check.

* Removed duplicated code.

* Lint

* Fixed merge.

Co-authored-by: 6543 <6543@obermui.de>
2021-08-09 14:08:51 -04:00
..
check.go Remove unnecessary goroutine (#16080) 2021-06-09 15:52:55 -04:00
check_test.go Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc (#15693) 2021-05-15 16:22:26 +02:00
commit_status.go Add agit flow support in gitea (#14295) 2021-07-28 17:42:56 +08:00
lfs.go
main_test.go
merge.go
patch.go
pull.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
pull_test.go Append to existing trailers in generated squash commit message (#15980) 2021-06-25 13:01:43 -04:00
review.go Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
temp_repo.go Add agit flow support in gitea (#14295) 2021-07-28 17:42:56 +08:00
update.go Add agit flow support in gitea (#14295) 2021-07-28 17:42:56 +08:00