-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the exit status of guilt push and guilt pop.
Signed-off-by: Per Cederqvist <[email protected]> Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
- Loading branch information
Per Cederqvist
committed
Jan 22, 2015
1 parent
738713c
commit b1894dc
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,9 @@ OPTIONS | |
|
||
If no patchname is given, pop the top-most patch. | ||
|
||
Exit with a non-zero exit status if requested to pop more patches | ||
than there are on the stack. | ||
|
||
Author | ||
------ | ||
Written by Josef "Jeff" Sipek <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,9 @@ OPTIONS | |
|
||
If no patchname is given, push the next patch in the series onto the tree. | ||
|
||
Exit with a non-zero exit status if requested to push more patches | ||
than there are in the series. | ||
|
||
Author | ||
------ | ||
Written by Josef "Jeff" Sipek <[email protected]> | ||
|