1GUILT-REPAIR(1) Guilt Manual GUILT-REPAIR(1)
2
3
4
6 guilt-repair - Repair the repository state
7
10 Perform various repository repairs. You must specify one mode of
11 repair:
12
13
14 --full
15 Tries to repair everything possible. Additionally, it resets the
16 repository state by reseting the HEAD to what’s believed to be the
17 proper commit, and reseting the applied stack. The end result
18 should be a repository with no patches applied.
19
20
21 WARNING: Running this command may result in commits and working
22 directory changes being lost. You may want to create a new reference
23 (e.g., branch, or reflog) to the original HEAD before using
24 "guilt repair".
25
26 --status
27 Upgrade the status file from old format to new.
28
30 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
31
33 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
34
36 Part of the guilt(7) suite (Generated for Guilt v0.36)
37
39 1. jeffpc@josefsipek.net
40 mailto:jeffpc@josefsipek.net
41
42
43
44Guilt v0.36 07/25/2019 GUILT-REPAIR(1)