Skip to content

Commit 73798be

Browse files
committed
rn-32: some formatting fixes
1 parent 5882ce1 commit 73798be

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

_posts/2017-10-11-edition-32.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ if Git better tracked what happens to files.
5757

5858
So 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
6565
Stefan Beller first replied that this "was discussed a couple of times
6666
on the mailing list (though not recently)" and pointed to
@@ -75,7 +75,7 @@ commit message. He wrote things like:
7575
and:
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
8080
and:
8181

@@ -236,8 +236,8 @@ diff` to just refresh the index.
236236
Andy appreciated this answer, though he described his use case in
237237
details 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
242242
Junio confirmed that:
243243

@@ -262,7 +262,7 @@ script. And he added that "this causes a spurious '-dirty' suffix when
262262
building from a directory copy".
263263

264264
In 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
266266
site contents as Google couldn't find the thread he was replying to on
267267
the 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

Comments
 (0)