gitlab-org--gitlab-foss/app/assets/javascripts/branches/constants.js

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

7 lines
114 B
JavaScript
Raw Permalink Normal View History

export const SIDES = {
full: 'full',
left: 'left',
right: 'right',
};
export const MAX_COMMIT_COUNT = 1000;