Re: [PATCH] git-filter-branch.sh: clarify an error message

2015-07-10 Thread Chris Jones
at, Jul 04, 2015 at 07:39:04PM -0400, Chris Jones wrote: > > > >> Make git filter-branch output a useful error message when a single > >> commit is given instead of a range. Currently, when given a command > >> like git filter-branch --msg-filter 'echo "TE

[PATCH] git-filter-branch.sh: clarify an error message

2015-07-05 Thread Chris Jones
Make git filter-branch output a useful error message when a single commit is given instead of a range. Currently, when given a command like git filter-branch --msg-filter 'echo "TEST"' -- abc123, it will give the message "Which ref do you want to rewrite?". Instead, what is needed is a range of c