-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathguilt-status.txt
More file actions
70 lines (54 loc) · 937 Bytes
/
Copy pathguilt-status.txt
File metadata and controls
70 lines (54 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
guilt-status(1)
===============
NAME
----
guilt-status - Print the status of files since the last refresh
SYNOPSIS
--------
include::usage-guilt-status.txt[]
DESCRIPTION
-----------
Each file is printed with a prefix that describes it's status.
A added
C copied
D deleted
M modified
R renamed
T type change (e.g., mode)
U unmerged
? untracked
OPTIONS
-------
-n::
Hide status prefix in the output
-a::
-A::
Display only added files
-c::
-C::
Display only copied files
-d::
-D::
Display only deleted files
-m::
-M::
Display only modified files
-r::
-R::
Display only renamed files
-t::
-T::
Display only files with a status change (e.g., mode)
-u::
-U::
Display only unmerged files
-x::
-X::
Display only unknown files
Author
------
Written by Josef "Jeff" Sipek <[email protected]>
Documentation
-------------
Documentation by Brandon Philips <[email protected]>
include::footer.txt[]