@@ -57,10 +57,10 @@ if Git better tracked what happens to files.
5757
5858So he suggested adding hints into the commit message like:
5959
60- > Tracking-hint: rename git-1.0.ebuild -> git-2.0.ebuild
61- > Tracking-hint: recreate LICENSE.txt
62- > Tracking-hint: split main.c -> main.c cmdline.c
63- > Tracking-hint: merge linalg.py <- vector.py matrix.py
60+ > Tracking-hint: rename git-1.0.ebuild -> git-2.0.ebuild
61+ > Tracking-hint: recreate LICENSE.txt
62+ > Tracking-hint: split main.c -> main.c cmdline.c
63+ > Tracking-hint: merge linalg.py <- vector.py matrix.py
6464
6565Stefan Beller first replied that this "was discussed a couple of times
6666on the mailing list (though not recently)" and pointed to
@@ -75,7 +75,7 @@ commit message. He wrote things like:
7575and:
7676
7777> So, you really need to think of git as a filesystem. You can then
78- > implement an SCM _ on_top_of_it _ ...
78+ > implement an SCM \_ on_top_of_it \_ ...
7979
8080and:
8181
@@ -236,8 +236,8 @@ diff` to just refresh the index.
236236Andy appreciated this answer, though he described his use case in
237237details and asked:
238238
239- > So I think now that the script should do "update-index - -refresh"
240- > followed by "diff-index - -quiet HEAD". Sound correct?
239+ > So I think now that the script should do "update-index \-\ - refresh"
240+ > followed by "diff-index \-\ - quiet HEAD". Sound correct?
241241
242242Junio confirmed that:
243243
@@ -262,7 +262,7 @@ script. And he added that "this causes a spurious '-dirty' suffix when
262262building from a directory copy".
263263
264264In the "PS:" part of his email Marc also wondered if there is a
265- "robots.txt" file in https://public-inbox.org that blocks indexing the
265+ "robots.txt" file in < https://public-inbox.org > that blocks indexing the
266266site contents as Google couldn't find the thread he was replying to on
267267the site.
268268
@@ -276,9 +276,9 @@ Eric Wong, the creator and maintainer of public-inbox.org replied:
276276> Anyways, I just put up a robots.txt with Crawl-Delay: 1, since I
277277> seem to recall crawlers use a more conservative delay by default:
278278>
279- > ==> https://public-inbox.org/robots.txt <==
280- > User-Agent: *
281- > Crawl-Delay: 1
279+ > ==> https://public-inbox.org/robots.txt <==
280+ > User-Agent: *
281+ > Crawl-Delay: 1
282282
283283## Developer Spotlight: Philip Oakley
284284
0 commit comments