debian-mirror-gitlab/app/assets/javascripts/projects/commits/store/state.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
90 B
JavaScript
Raw Normal View History

2020-04-22 19:07:51 +05:30
export default () => ({
commitsPath: null,
projectId: null,
commitsAuthors: [],
});