BIND 10 trac1541, updated. 803c513e70af98eb71d4fcd954ae1714b6f1c968 [1541] Comment about pruning remote origin added.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 11 17:08:10 UTC 2012
The branch, trac1541 has been updated
via 803c513e70af98eb71d4fcd954ae1714b6f1c968 (commit)
from f59f3629b17d25cf0f8920582af2e5e1ca5283c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 803c513e70af98eb71d4fcd954ae1714b6f1c968
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Jan 11 18:07:20 2012 +0100
[1541] Comment about pruning remote origin added.
-----------------------------------------------------------------------
Summary of changes:
tools/git-obsolete-branch.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tools/git-obsolete-branch.py b/tools/git-obsolete-branch.py
index 5abd480..68ca51e 100755
--- a/tools/git-obsolete-branch.py
+++ b/tools/git-obsolete-branch.py
@@ -17,6 +17,11 @@
#
# This script lists obsolete (fully merged) branches. It is useful for periodic maintenance
# of our GIT tree.
+
+# It is good to use following command before running this script:
+#
+# git pull
+# git remote prune origin
#
# This script requires python 2.7 or 3.
#
More information about the bind10-changes
mailing list