You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/12/31 04:00:12 UTC

cordova-coho git commit: Add note about using `git commit --allow-empty` for closing pull requests

Repository: cordova-coho
Updated Branches:
  refs/heads/master a1db34616 -> 7dec8cd68


Add note about using `git commit --allow-empty` for closing pull requests


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/7dec8cd6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/7dec8cd6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/7dec8cd6

Branch: refs/heads/master
Commit: 7dec8cd68f522ae76c8d1f4efbc9bccb2ea25de0
Parents: a1db346
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Dec 30 21:59:42 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Dec 30 21:59:42 2014 -0500

----------------------------------------------------------------------
 docs/processing-pull-requests.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/7dec8cd6/docs/processing-pull-requests.md
----------------------------------------------------------------------
diff --git a/docs/processing-pull-requests.md b/docs/processing-pull-requests.md
index f049759..fa33ac4 100644
--- a/docs/processing-pull-requests.md
+++ b/docs/processing-pull-requests.md
@@ -39,6 +39,13 @@ To show only certain repos:
 
     coho list-pulls -r js -r android -r plugin-inappbrowser
 
+### Stale Pull Requests
+
+To close a pull request that is no longer relevant / active:
+
+ * Create an empty commit in the repo of the pull request via:
+   * `git commit --allow-empty -m "Closing stale pull request: close #99"
+
 ## Step 1: Review the change (part 1)
  * Ensure that we actually want the change (if unsure, bring it up on the ML)
  * If there is no JIRA issue for the change, create one


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org