Skip to content

Commit 1b79056

Browse files
committed
Scripted diff: rename files in _includes with leading underscores
DIR=_includes find $DIR -type f -a -name '_*' | sed "s^$DIR/^^" | while read file do newname=$( echo $file | sed 's!^_!!; s!/_!/!' ) git mv "$DIR/$file" "$DIR/$newname" git grep -l -- "$file" | xargs sed -i "s^$file^$newname^" done
1 parent c5316d1 commit 1b79056

File tree

200 files changed

+323
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+323
-323
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

_includes/dev-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% capture /dev/null %}
22
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
33
!!! NB: for this file to render correctly, !!!
4-
!!! you must also include _references.md !!!
4+
!!! you must also include references.md !!!
55
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
66

77
{% case page.lang %}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_includes/_head.html renamed to _includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
1616
{% endif %}
1717

18-
{% include _open-graph.html %}
18+
{% include open-graph.html %}
1919

2020
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
2121
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}

0 commit comments

Comments
 (0)