0018-PATCH-kfree-cleanup-fs.patch 0019-PATCH-remove-CONFIG_EXT-2-3-_CHECK.patch 0020-PATCH-ext2-remove-the-ancient-CHANGES-file.patch 0021-PATCH-ext2-remove-duplicate-newlines-in-ext2_fill_su.patch 0022-PATCH-mutex-subsystem-semaphore-to-mutex-VFS-i_sem.patch 0023-PATCH-remove-ext2-xattr...
This command will fail with non-zero status upon error. Some exit codes are: The section or key is invalid (ret=1), no section or name was provided (ret=2), the config file is invalid (ret=3), the config file cannot be written (ret=4), you try to unset an option which...
(merge 203573b024 pw/rebase-i-after-failure later to maint). * References from description of the `--patch` option in various manual pages have been simplified and improved. (merge 11422f23e3 so/diff-doc-for-patch-update later to maint). * "git grep -e A --no-or -e B" is accept...
默认情况下,单个补丁的主题是 "[PATCH]",后面是提交信息到第一个空行的串联(见git-commit[1]的讨论部分)。 当输出多个补丁时,主题前缀将改为 "[PATCH n/m] "。 要强制为单个补丁添加 1/1,使用-n。 要从主题中省略补丁编号,使用-N。 如果给出--thread,git-format-patch将生成In-Reply-To和References头...
applypatch-msg: 执行git am命令时触发,常用于检查命令提取出来的提交信息是否符合特定格式 pre-applypatch:git am提取出补丁并应用于当前分支后,准备提交前触发,常用于执行测试用例或检查缓冲区代码 post-applypatch:git am提交后触发,常用于通知、或补丁邮件回复(此钩子不能停止git am过程) ...
implies some form of diff (by default "--patch") is produced. * The userdiff pattern for C# learned the token "record". * "git rev-list" learns to omit the "commit " header lines from the output with the `--no-commit-header` option. ...
pre-commit脚本不需要传入参数,脚本执行退出信号不为0时(non-zero signal)会终止整个提交。下面我们看看内置pre-commit钩子的简单版本(而且可交互)。如果在提交中找到空白错误时会退出提交,空白错误使用git diff-index命令进行查找(尾随空格——包括单独由空格组成的行——和空格字符——紧跟该行的初始缩进内的制表符后...
When the git process returns a non-zero signal on exit and it printed something to stderr, the command will be treated as an error, otherwise treated as a success. .rebase([options,] handlerFn) Rebases the repo, options should be supplied as an array of string parameters supported by ...
patch-ids.h patch-id: use stable patch-id for rebases Oct 25, 2022 path-walk.c backfill: add --sparse option Feb 4, 2025 path-walk.h backfill: add --sparse option Feb 4, 2025 path.c path: adjust last remaining users of the_repository Mar 1, 2025 path.h path: adjust last rema...
If multiple refs are pushed, returning a non-zero status frompre-receiveabortsallof them. If you want to accept or reject branches on a case-by-case basis, you need to use theupdatehook instead. Update Theupdatehook is called afterpre-receive, and it works much the same way. It’s st...