Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082)
  • Date: Fri, 9 Apr 2010 12:31:35 -0500

GIT changes to master grimoire by David Kowis <dkowis AT Kain.shlrm.org>:

devel/git/DEPENDS | 5 +++++
devel/git/HISTORY | 4 ++++
2 files changed, 9 insertions(+)

New commits:
commit 17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

git: fixed bug 15652

http://bugs.sourcemage.org/show_bug.cgi?id=15652
Makes python an optional dependency for the git_remote_helpers

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index 76628e9..e14a372 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -25,6 +25,11 @@ optional_depends tk \
"--without-tcltk" \
"for interactive GUI and graphical history browser" &&

+optional_depends python \
+ "" \
+ "--without-python" \
+ "for git_remote_helpers end users don't typically use
these. (see git's man page and look for the helper commands)" &&
+
suggest_depends dbd-sqlite "" "" "for git-cvsserver" &&
suggest_depends bash-completion "" "" "for bash completion of Git commands"
&&
suggest_depends rsync "" "" "for syncing repos with rsync"
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 6c9b63e..b194095 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2010-04-09 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added optional dependency on python
+ Noted what you'd lose if you don't include python
+
2010-04-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.7.0.4




  • [SM-Commit] GIT changes to master grimoire by David Kowis (17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082), David Kowis, 04/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page