Guilt v0.31.1
[guilt.git] / Documentation / Features
blob1af7f95765ae834dc5218f18a208dedd075713a1
1 Patches directory
2 =================
4 The patches directory is identical to that of Mercurial's mq. Each patch is
5 stored as plain-text file, with a git-diff generated diff. By default, the
6 diff does not use git's rename/copy detected patches, however specifying
7 --git to guilt-refresh forces git-diff to use as many of git diff's features
8 as possible.
11 Command set
12 ===========
14 The commands mimic a mix of quilt and mq commands.