summaryrefslogtreecommitdiffstats
path: root/models/commit.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-0/+20
* 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>