From: Yann Dirson Date: Mon, 20 Aug 2007 21:35:59 +0000 (+0100) Subject: Improve stg-fold-files-from doc. X-Git-Tag: v0.14~139 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/36c0e9cca8ccdbc7fc8051b7bd17aadb7e1f3174 Improve stg-fold-files-from doc. Signed-off-by: Yann Dirson --- 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 [-#[-][,]...] +# usage: stg-fold-files-from [-#[-][,]...] # Copyright (c) 2006-2007 Yann Dirson # Subject to the GNU GPL, version 2.