David Glasser <glasser@xxxxxxxxxx> writes: > From: David Glasser <glasser@xxxxxxxxxxxxxxxx> > > The docs claim that filters are applied in the listed order, so > subdirectory-filter should come first. > --- > Documentation/git-filter-branch.txt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Good. Could you sign it off? Somewhat related tangent is that we may want to also reorder the output from "git filter-branch -h" to the order of filter application. For that matter, the order in which the SYNOPSIS section lists these command line arguments may want to match, both for consistency and as an extra reminder to the users.