Skip to content

Commit cc24ca4

Browse files
authored
Minor clean-up to Git support files (#343)
2 parents d293687 + 52ae907 commit cc24ca4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# changes, which should be ignored by git-blame, so that it can instead
33
# display more the relevant history and attribution information.
44
#
5-
# To use this file for a single blame operation,
5+
# To use this file for a single command, pass it as follows:
66
#
77
# git blame --ignore-revs-file .git-blame-ignore-revs <somefile>
88
#
@@ -14,10 +14,10 @@
1414
# the --ignore-revs-file option, and the git-config(1) man page's
1515
# discussion of the blame.ignoreRevsFile option.
1616

17-
# Convert RST to markdown.
17+
# Convert RST to markdown
1818
96f0925407c6bd9eadd9d58d253bad3e1ef7a9f2
1919

20-
# Convert the formal grammar to markdown.
20+
# Convert the formal grammar to markdown
2121
4039ee0ef4e69d2cf6460861f9444a499503db16
2222

2323
# Clean up formatting of term-definition lists

.git-order-file

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md
6262

6363
TSPL.docc/RevisionHistory/RevisionHistory.md
6464

65-
# Files that don't match a pattern listed above appear at the end.
65+
# Files that don't match a pattern listed above, such as assets and
66+
# build scripts, will appear at the end of the diff.

0 commit comments

Comments
 (0)