summaryrefslogtreecommitdiff
path: root/README
blob: a343bfbf16d6c2d42d6816ff204aa94f3474c1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Usage: git-sed OPTIONS* -- SEDEXPR FILES*

Options:
  --greprx REGEXP - Select only files matching REGEXP
  --sedopts ARGS - Pass ARGS to sed
  --test - When combined with sed 'p' modifer, print lines that would change, without applying any actual change.
  --backupext EXT - Backup files before changing them to fileEXT
  --usage - Print help
  --content - Apply sed expression to content.
  --filenames - Apply sed expression to filenames.
  --both - Apply sed expression to both content and filenames
  --force - Continue even in the presence of unstable changes
  --help
  --debug