equal
deleted
inserted
replaced
77 -l --list list current shelves |
77 -l --list list current shelves |
78 -m --message TEXT use text as shelve message |
78 -m --message TEXT use text as shelve message |
79 -n --name NAME use the given name for the shelved commit |
79 -n --name NAME use the given name for the shelved commit |
80 -p --patch output patches for changes (provide the names of the |
80 -p --patch output patches for changes (provide the names of the |
81 shelved changes as positional arguments) |
81 shelved changes as positional arguments) |
82 -i --interactive interactive mode, only works while creating a shelve |
82 -i --interactive interactive mode |
83 --stat output diffstat-style summary of changes (provide |
83 --stat output diffstat-style summary of changes (provide |
84 the names of the shelved changes as positional |
84 the names of the shelved changes as positional |
85 arguments) |
85 arguments) |
86 -I --include PATTERN [+] include names matching the given patterns |
86 -I --include PATTERN [+] include names matching the given patterns |
87 -X --exclude PATTERN [+] exclude names matching the given patterns |
87 -X --exclude PATTERN [+] exclude names matching the given patterns |