112 |
112 |
113 <p> |
113 <p> |
114 Public method to retrieve the entered data. |
114 Public method to retrieve the entered data. |
115 </p> |
115 </p> |
116 <dl> |
116 <dl> |
117 <dt>Returns:</dt> |
117 <dt>Return:</dt> |
118 <dd> |
118 <dd> |
119 tuple with list of commits, a flag indicating to append |
119 tuple with list of commits, a flag indicating to append |
120 cherry-pick info to the commit message, a flag indicating to append |
120 cherry-pick info to the commit message, a flag indicating to append |
121 a signed-off-by line to the commit message and a flag indicating to |
121 a signed-off-by line to the commit message and a flag indicating to |
122 not commit the action (list of strings, boolean, boolean, boolean) |
122 not commit the action (list of strings, boolean, boolean, boolean) |