When you run git checkout <something> or git switch <something> and only have one remote, it may implicitly fall back on checking out and tracking e.g. origin/<something>. This stops working as soon as you have more than one remote with a <something> reference. This setting allows for...
When you run git checkout <something> or git switch <something> and only have one remote, it may implicitly fall back on checking out and tracking e.g. origin/<something>. This stops working as soon as you have more than one remote with a <something> reference. This setting allows for...
workflow: rules examples Switch between branch pipelines and merge request pipelines workflow:auto_cancel:on_new_commit History Introduced in GitLab 16.8 with a flag named ci_workflow_auto_cancel_on_new_commit. Disabled by default. Enabled on GitLab.com and GitLab Self-Managed in GitLab 16.9...
switch line wrapping, like the -w option of git-shortlog[1]. %<( <N> [,trunc|ltrunc|mtrunc]) make the next placeholder take at least N column widths, padding spaces on the right if necessary. Optionally truncate (with ellipsis ..) at the left (ltrunc) ..ft, the middle (mtrun...
更新类型:普通更新 更新版本:Git v2.34.0-rc1 感知时间:2021-11-04 07:27:42 风险等级:未知 情报贡献:TSRC 来源链接 https://public-inbox.org/git/xmqqsfwc4yne.fsf@gitster.g/ 更新标题 [ANNOUNCE] Git v2.34.0-rc1 更新详情 From: Junio C Hamano ...
发布日期:2019-08-02(官方当地时间) 更新类型:普通更新 更新版本:Git v2.23.0-rc1 感知时间:2019-12-12 22:06:08 风险等级:未知 情报贡献:TSRC 来源链接 https://public-inbox.org/git/xmqq36ijjk8i.fsf@gitster-ct.c.googlers.com/ 更新标题 ...
msgid "switch 'points-at' requires an object" msgstr "" #: builtin/tag.c:427 #, c-format msgid "malformed object name '%s'" msgstr "" #: builtin/tag.c:506 msgid "--column and -n are incompatible" msgstr "" #: builtin/tag.c:523 msgid "-n option is only allo...
switch (o->strategy) { case NOTES_MERGE_RESOLVE_MANUAL: return merge_one_change_manual(o, p, t); case NOTES_MERGE_RESOLVE_OURS: if (o->verbosity >= 2) printf("Using local notes for %s\n", oid_to_hex(&p->obj)); /* nothing to do */ return 0; case NOTES_MERGE...
2377 2377 switch (trb_comp_code) { 2378 2378 case COMP_SUCCESS: 2379 + /* Don't overwrite status if TD had an error, see xHCI 4.9.1 */ 2380 + if (td->error_mid_td) 2381 + break; 2379 2382 if (remaining) { 2380 2383 frame->status = short_framestatus; 2381 2384 ...
%m left (<), right (>) or boundary (-) mark %w([<w>[,[,]]]) switch line wrapping, like the -w option of git-shortlog(1). %<(<N>[,trunc|ltrunc|mtrunc]) make the next placeholder take at least N columns, padding spaces on the right if necessary. Optionally truncate at ...