patchbomb: Git parses the patch mboxes and extracts Cc lines automatically
[guilt.git] / Documentation / guilt-repair.txt
blob93590cfe96277271d1a99866d800213599bcbb4f
1 guilt-repair(1)
2 ===============
4 NAME
5 ----
6 guilt-repair - Repair the repository state
8 SYNOPSIS
9 --------
10 include::usage-guilt-repair.txt[]
12 DESCRIPTION
13 -----------
14 Resets the repository state by reseting the HEAD to what's believed to be
15 the proper commit, and reseting the applied stack. The end result should be
16 a repository with no patches applied.
18 WARNING: Running this command may result in commits and working directory
19 changes being lost. You may want to create a new reference (tag or branch)
20 to the original HEAD before using guilt-repair.
22 -f::
23         Force repair. Without this option, guilt-repair aborts.
25 Author
26 ------
27 Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
29 Documentation
30 -------------
31 Documentation by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
33 include::footer.txt[]