forlogin setup#Functions and aliases goin/etc/bashrc#It's NOT a good idea to change this file unless you know what you#are doing. It's much better to create a custom.sh shell scriptin
If you encounter a problem and can't enable C99 * support with your compiler (such as with "-std=gnu99") and don't have access * to one with this support, such as GCC or Clang, you can remove this #if * directive, but please report the details of your system to ...
Returns a namedtuple with fields: success - a boolean indicating that the rebase command completed successfully. message - if the rebase failed, this contains the stdout of the failed rebase. """ try: args = [ '-c', 'gc.auto={}'.format('1' if allow_gc else '0'), '...
# @raise [Git::SignaledError] if the command was terminated because of an uncaught signal # @raise [Git::FailedError] if the command returned a non-zero exitstatus # @raise [Git::GitExecuteError] if an exception was raised while collecting subprocess output # @raise [Git::TimeoutError]...
GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore All...
{"error":"signal: killed","level":"warning","msg":"exited","supervisor.args":["bundle","exec","bin/ruby-cd","/var/opt/gitlab/gitaly","/opt/gitlab/embedded/service/gitaly-ruby/bin/gitaly-ruby","2983","/var/opt/gitlab/gitaly/internal_sockets/ruby.0"],"supervisor.name":"gitaly-...
Otherwise, the program is run. If it terminates regularly, its exit code is returned. No diagnostic is printed, even if the exit code is non-zero. If the program terminated due to a signal, then the return value is the signal number + 128, ie. the same value that a POSIX shell’s...
Otherwise, the program is run. If it terminates regularly, its exit code is returned. No diagnostic is printed, even if the exit code is non-zero. If the program terminated due to a signal, then the return value is the signal number + 128, ie. the same value that a POSIX shell’s...
*/ fd = open(filename, O_CREAT | O_TRUNC | O_WRONLY, 0600); if (fd < 0) /* * BISECT_ANCESTORS_OK file is not absolutely necessary, * the bisection process will continue at the next * bisection step. * So, just signal with a warning that something * might be wrong. */ ...
* GNU diff puts epoch there to signal a creation/deletion event. Is * this such a timestamp? */ static int has_epoch_timestamp(const char *nameline) { /* * We are only interested in epoch timestamp; any non-zero * fraction cannot be one, hence "(\.0+)?" in the regexp below...