Skip to content

Commit debe520

Browse files
committed
contrib: rename no-op-example to barebones-example
"no-op" might suggest that it doesn't do anything, when in reality it does exactly what filter-repo does. Rename it to barebones-example. Signed-off-by: Elijah Newren <[email protected]>
1 parent 2f26e4b commit debe520

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/filter-repo-demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ that could be done.
99

1010
Command&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |Description
1111
-------|-----------
12-
no-op-example |Simple example with no modifications to filter-repo behavior, just showing what to import and run.
12+
barebones-example |Simple example with no modifications to filter-repo behavior, just showing what to import and run.
1313
insert-beginning |Add a new file (e.g. LICENSE/COPYING) to the beginning of history.
1414
signed-off-by |Add a Signed-off-by tag to a range of commits
1515
lint-history |Run some lint command on all non-binary files in history.

contrib/filter-repo-demos/no-op-example renamed to contrib/filter-repo-demos/barebones-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python3
22

33
"""
4-
This is a simple program that just behaves identically to git-filter-repo.
5-
Its entire purpose is just to show what to import and run to get the normal
4+
This is a simple program that behaves identically to git-filter-repo. Its
5+
entire purpose is just to show what to import and run to get the normal
66
git-filter-repo behavior, to serve as a starting point for you to figure
77
out what you want to modify.
88
"""

0 commit comments

Comments
 (0)