emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master af69dbc: New gud replacement package: realgud (a front end


From: Rocky Bernstein
Subject: [elpa] master af69dbc: New gud replacement package: realgud (a front end interface to
Date: Sun, 15 Feb 2015 12:17:02 +0000

branch: master
commit af69dbc66e5799bb0031b52fc05169edf048edc1
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    New gud replacement package: realgud (a front end interface to
    debuggers).
    
    This package requires:
    
    * loc-changes - location marks in buffers
    * load-relative - load emacs lisp relative to emacs source
    * test-simple - simple test framework.
    
    Using .gitmodules in this way is a bit of an experiment. Currently these
    four projects are separate github repositories.
---
 .gitmodules            |   12 ++++++++++++
 packages/load-relative |    1 +
 packages/loc-changes   |    1 +
 packages/realgud       |    1 +
 packages/test-simple   |    1 +
 5 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6d90d7e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "packages/test-simple"]
+       path = packages/test-simple
+       url = https://github.com/rocky/emacs-test-simple.git
+[submodule "packages/load-relative"]
+       path = packages/load-relative
+       url = https://github.com/rocky/emacs-load-relative.git
+[submodule "packages/loc-changes"]
+       path = packages/loc-changes
+       url = https://github.com/rocky/emacs-loc-changes.git
+[submodule "packages/realgud"]
+       path = packages/realgud
+       url = https://github.com/rocky/emacs-dbgr.git
diff --git a/packages/load-relative b/packages/load-relative
new file mode 160000
index 0000000..15ffaa9
--- /dev/null
+++ b/packages/load-relative
@@ -0,0 +1 @@
+Subproject commit 15ffaa9ebf1b7bbfcc307d1716eec135253b3b8d
diff --git a/packages/loc-changes b/packages/loc-changes
new file mode 160000
index 0000000..8447baf
--- /dev/null
+++ b/packages/loc-changes
@@ -0,0 +1 @@
+Subproject commit 8447baff7cb4839ef8d1d747a14e5da85d0cee5b
diff --git a/packages/realgud b/packages/realgud
new file mode 160000
index 0000000..d811316
--- /dev/null
+++ b/packages/realgud
@@ -0,0 +1 @@
+Subproject commit d811316e6a0f4eeee8a1347f504c196c86baa2cb
diff --git a/packages/test-simple b/packages/test-simple
new file mode 160000
index 0000000..75eea25
--- /dev/null
+++ b/packages/test-simple
@@ -0,0 +1 @@
+Subproject commit 75eea25bae04d8e5e3e835a2770f02f0ff4602c4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]