提交 107b9bad 编写于 作者: J Junio C Hamano

Merge branch 'tb/filter-alternate-refs'

Test fix.

* tb/filter-alternate-refs:
  t5410: use longer path for sample script
  Documentation/config.txt: fix typo in core.alternateRefsCommand
...@@ -620,7 +620,7 @@ core.alternateRefsCommand:: ...@@ -620,7 +620,7 @@ core.alternateRefsCommand::
When advertising tips of available history from an alternate, use the shell to When advertising tips of available history from an alternate, use the shell to
execute the specified command instead of linkgit:git-for-each-ref[1]. The execute the specified command instead of linkgit:git-for-each-ref[1]. The
first argument is the absolute path of the alternate. Output must contain one first argument is the absolute path of the alternate. Output must contain one
hex object id per line (i.e., the same as produce by `git for-each-ref hex object id per line (i.e., the same as produced by `git for-each-ref
--format='%(objectname)'`). --format='%(objectname)'`).
+ +
Note that you cannot generally put `git for-each-ref` directly into the config Note that you cannot generally put `git for-each-ref` directly into the config
......
...@@ -23,7 +23,7 @@ test_expect_success 'with core.alternateRefsCommand' ' ...@@ -23,7 +23,7 @@ test_expect_success 'with core.alternateRefsCommand' '
--format="%(objectname)" \ --format="%(objectname)" \
refs/heads/public/ refs/heads/public/
EOF EOF
test_config -C fork core.alternateRefsCommand alternate-refs && test_config -C fork core.alternateRefsCommand ./alternate-refs &&
git rev-parse public/branch >expect && git rev-parse public/branch >expect &&
printf "0000" | git receive-pack fork >actual && printf "0000" | git receive-pack fork >actual &&
extract_haves <actual >actual.haves && extract_haves <actual >actual.haves &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册