not in<upstream>are saved to a temporary area. This is the same set of commits that would be shown bygit log <upstream>..HEAD; or bygit log 'fork_point'..HEAD, if--fork-pointis active (see the description on--fork-pointbelow); or bygit log HEAD, if the--rootoption is ...
History traversing commands such asgit logoperate on a set of commits, not just a single commit. For these commands, specifying a single revision, using the notation described in the previous section, means the set of commitsreachablefrom the given commit. ...
The packaged PostgreSQL instance tries to allocate 25% of total memory as shared memory. On some Linux (virtual) servers, there is less shared memory available, which prevents PostgreSQL from starting. In/var/log/gitlab/postgresql/current: ...
so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release,
put an empty string on the command line # gitlab_workhorse['pprof_listen_addr'] = "''" # gitlab_workhorse['prometheus_listen_addr'] = "localhost:9229" # gitlab_workhorse['dir'] = "/var/opt/gitlab/gitlab-workhorse" # gitlab_workhorse['log_directory'] = "/var/log/gitlab/gitlab...
the index format version used by the on-disk index file. * "git diff" learned diff.statNameWidth configuration variable, to give the default width for the name part in the "--stat" output. * "git range-diff --notes=foo" compared "log --notes=foo --notes" of ...
on the command line, but the end-user gets no indication when it happens, making Git appear stuck. (merge 7b20af6a06 jc/mailsplit-warn-on-tty later to maint). * "git mv" failed to refresh the cached stat information for the
... no Cable config exists? ... yes Resque config exists? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Init script exists? ... yes Init script up-to-date? ... yes Redis version >= 2.0.0? ... yes Checking GitLab ... Finished ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
当工程有代码更新时,GitLab 会自动触发 GitLab-CI,此时 CitLab-CI 会找到事先注册好的 GitLab-Runner 通知并触发该 Runner 来执行预先定义好的脚本。 传统的 GitLab-Runner 我们一般会选择某个或某几个机器上,可以Docker安装启动亦或是直接源码安装启动,都会存在一些痛点问题,比如发生单点故障,那么该机器的所有...