Skip to content

Commit

Permalink
Document the exit status of guilt push and guilt pop.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/guilt-pop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
3 changes: 3 additions & 0 deletions Documentation/guilt-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit b1894dc

Please sign in to comment.