Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 29, 2021
  2. 8月 05, 2020
  3. 3月 24, 2020
  4. 3月 18, 2020
    • Rémy Coutable's avatar
      Use the legacy Gemfile/Gemfile.lock names in tooling/overcommit · 031ad9c3
      Rémy Coutable 创作于
      
      This is because when multiple versions of Bundler are installed (e.g.
      1.17.3 and 2.1.4), Bundler will choose the 2.x version based on the
      `gems.rb` / `gems.locked` file names but it chooses the 1.17.x version
      if the we use the legacy `Gemfile` / `Gemfile.lock` file names.
      
      For now, we'll use the legacy file names to be consistent with the main
      `gitlab`'s `Gemfile.lock` and to avoid unexpected changes in the
      working tree.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      031ad9c3
  5. 1月 24, 2020
  6. 11月 01, 2019
    • Doug Stull's avatar
      Add real world config to overcommit example · 2286c278
      Doug Stull 创作于
      - it would be nice to have a working file in here as an
        example file.
      - this brings us one step closer to hopefully utilizing
        overcommit in CI and/or at least on each dev's machine
      - next step would be for gdk install to copy it over,
        drop the extension and install it
      - or drop the .example on this file and make it the default,
        and users will merely have to run a `overcommit -i` after
        installing overcommit gem
      2286c278
  7. 9月 02, 2019
加载中