Skip to content

Commit

Permalink
quell an annoying warning; this use is likely safe
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 4, 2020
1 parent 9a367ad commit e3ad1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cvs2git
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/mksh
# -*- mode: sh -*-
#-
# Copyright © 2014, 2015, 2017
# Copyright © 2014, 2015, 2017, 2020
# mirabilos <[email protected]>
#
# Provided that these terms and disclaimer and all copyright notices
Expand Down Expand Up @@ -211,6 +211,7 @@ if (( do_grafts )); then
done
# make graft permanent
if [[ -s info/grafts ]]; then
FILTER_BRANCH_SQUELCH_WARNING=1 \
$git filter-branch --tag-name-filter cat -- --all || \
die "git filter-branch failed with errorlevel $?"
rm -f info/grafts
Expand Down

0 comments on commit e3ad1c4

Please sign in to comment.