From: Yann Dirson <yann.dirson@xxxxxxxxx> Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- contrib/stg-fold-files-from | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/stg-fold-files-from b/contrib/stg-fold-files-from index bfb4a1f..53d3d02 100755 --- a/contrib/stg-fold-files-from +++ b/contrib/stg-fold-files-from @@ -2,12 +2,12 @@ set -e # stg-fold-files-from - picks changes to one file from another patch. -# Only supports picking from one file, but allows to select any range +# Only supports picking from one file pattern, but allows to select any range # of hunks from the file, using the -# flag to filterdiff. # Use together with "filterdiff --annotate" in your diff pager, to # identify hunk numbers easily. -# usage: stg-fold-files-from <patch> [-#<n>[-<n>][,<n>]...] <file> +# usage: stg-fold-files-from <patch> [-#<n>[-<n>][,<n>]...] <file-pattern> # Copyright (c) 2006-2007 Yann Dirson <ydirson@xxxxxxxxxx> # Subject to the GNU GPL, version 2. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html