mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
init project
This commit is contained in:
10
lib/gitlab-cli/spec/fixtures/project_commit_diff.json
vendored
Normal file
10
lib/gitlab-cli/spec/fixtures/project_commit_diff.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"diff": "--- a/doc/update/5.4-to-6.0.md\n+++ b/doc/update/5.4-to-6.0.md\n@@ -71,6 +71,8 @@\n sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production\n sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production\n \n+sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production\n+\n ```\n \n ### 6. Update config files",
|
||||
"new_path": "doc/update/5.4-to-6.0.md",
|
||||
"old_path": "doc/update/5.4-to-6.0.md",
|
||||
"a_mode": null,
|
||||
"b_mode": "100644",
|
||||
"new_file": false,
|
||||
"renamed_file": false,
|
||||
"deleted_file": false
|
||||
}
|
||||
Reference in New Issue
Block a user