Pro Git 2nd Edition 2.1.413top-level Linux kernel Makefile and, further, uses the -L option to restrict the output of the annotation to lines 69 through 82 of that file: $ git blame -L 69,82 Makefile b8b0618cf6fab (Cheng Renquan 2 schacon staff 68 Sep 17 15:21 DbConnector -rw-r--r-- 1 schacon staff 756 Sep 17 15:21 Makefile drwxr-xr-x 3 schacon staff 102 Sep 17 15:21 includes drwxr-xr-x 4 schacon staff 136 Sep path 'CryptoLibrary': checked out 'b8dda6aa182ea4464f3f3264b11e0268545172af' $ ls CryptoLibrary/ Makefile includes scripts src Again, not really very difficult, but it can be a little confusing. Newer0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413the top-level Linux kernel Makefile and, further, uses the -L option to restrict the output of the annotation to lines 69 through 82 of that file: $ git blame -L 69,82 Makefile b8b0618cf6fab (Cheng Renquan 2 schacon staff 68 Sep 17 15:21 DbConnector -rw-r--r-- 1 schacon staff 756 Sep 17 15:21 Makefile drwxr-xr-x 3 schacon staff 102 Sep 17 15:21 includes drwxr-xr-x 4 schacon staff 136 Sep path 'CryptoLibrary': checked out 'b8dda6aa182ea4464f3f3264b11e0268545172af' $ ls CryptoLibrary/ Makefile includes scripts src Again, not really very difficult, but it can be a little confusing0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 top-level Linux kernel Makefile and, further, uses the -L option to restrict the output of the annotation to lines 69 through 82 of that file: $ git blame -L 69,82 Makefile b8b0618cf6fab (Cheng Renquan 2 schacon staff 68 Sep 17 15:21 DbConnector -rw-r--r-- 1 schacon staff 756 Sep 17 15:21 Makefile drwxr-xr-x 3 schacon staff 102 Sep 17 15:21 includes drwxr-xr-x 4 schacon staff 136 Sep path 'CryptoLibrary': checked out 'b8dda6aa182ea4464f3f3264b11e0268545172af' $ ls CryptoLibrary/ Makefile includes scripts src Again, not really very difficult, but it can be a little confusing. Newer0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66标注这个文件,查看哪一次提交引入了这行。 以下示例用 git blame 确定了 Linux 内核源码顶层的 Makefile 中每一行分别来自哪个提交和提交者, 此外 用 -L 选项还可以将标注的输出限制为该文件中的第 69 行到第 82 行。 $ git blame -L 69,82 Makefile b8b0618cf6fab (Cheng Renquan 2009-05-26 16:03:07 +0800 2 schacon staff 68 Sep 17 15:21 DbConnector -rw-r--r-- 1 schacon staff 756 Sep 17 15:21 Makefile drwxr-xr-x 3 schacon staff 102 Sep 17 15:21 includes drwxr-xr-x 4 schacon staff 136 Sep path 'CryptoLibrary': checked out 'b8dda6aa182ea4464f3f3264b11e0268545172af' $ ls CryptoLibrary/ Makefile includes scripts src 再说一遍,这真的不难,只是会让人有点儿困惑。 新版的 Git(>= 2.13)通过为 git checkout 命令添加 --recurse-submodules0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66标注这个文件,查看哪一次提交引入了这行。 以下示例用 git blame 确定了 Linux 内核源码顶层的 Makefile 中每一行分别 来自哪个提交和提交者, 此外用 -L 选项还可以将标注的输出限制为该文件中 的第 69 行到第 82 行。 $ git blame -L 69,82 Makefile b8b0618cf6fab (Cheng Renquan 2009-05-26 16:03:07 2 schacon staff 68 Sep 17 15:21 DbConnector -rw-r--r-- 1 schacon staff 756 Sep 17 15:21 Makefile drwxr-xr-x 3 schacon staff 102 Sep 17 15:21 includes drwxr-xr-x 4 schacon staff 136 Sep path 'CryptoLibrary': checked out 'b8dda6aa182ea4464f3f3264b11e0268545172af' $ ls CryptoLibrary/ Makefile includes scripts src 再说一遍,这真的不难,只是会让人有点儿困惑。 新版的 Git(>= 2.13)通过为 git checkout 命令添加 --recurse-submodules0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档resources/bin/* 。 要匹配所有名为 Makefile 的文件,请使用 **Makefile 。 匹配目录没有效果;模式 resources/bin 不会包含/排除该目录中的文件; resources/bin/** 会。 所有文件和模式都规范化为小写,因此 **Makefile 、 **makefile 和 **MAKEFILE 是等效的。 仓库索引器 设置仓库索引器0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1













