Skip to content

Commit

Permalink
insert-beginning: don't mark as executable on Windows, unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
benblo committed Jul 11, 2023
1 parent 540ae65 commit 690dce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/filter-repo-demos/insert-beginning
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ near the top of git-filter-repo.
import argparse
import os
import subprocess
import platform
try:
import git_filter_repo as fr
except ImportError:
Expand Down

0 comments on commit 690dce2

Please sign in to comment.