Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
magit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Emacsen team
magit
Commits
235b7046
Commit
235b7046
authored
Dec 27, 2016
by
Jonas Bernoulli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
magit-repos.el: new library
parent
cd5d82f4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
286 additions
and
240 deletions
+286
-240
default.mk
default.mk
+1
-0
lisp/Makefile
lisp/Makefile
+2
-1
lisp/magit-repos.el
lisp/magit-repos.el
+281
-0
lisp/magit.el
lisp/magit.el
+2
-239
No files found.
default.mk
View file @
235b7046
...
...
@@ -59,6 +59,7 @@ ELS += magit-diff.el
ELS
+=
magit-log.el
ELS
+=
magit-wip.el
ELS
+=
magit-apply.el
ELS
+=
magit-repos.el
ELS
+=
magit.el
ELS
+=
magit-status.el
ELS
+=
magit-refs.el
...
...
lisp/Makefile
View file @
235b7046
...
...
@@ -26,8 +26,9 @@ magit-diff.elc: git-commit.elc magit-core.elc
magit-log.elc
:
magit-core.elc magit-diff.elc
magit-wip.elc
:
magit-core.elc magit-log.elc
magit-apply.elc
:
magit-core.elc magit-diff.elc magit-wip.elc
magit-repos.elc
:
magit-core.elc
magit.elc
:
git-commit.elc magit-core.elc magit-diff.elc
\
magit-
apply.elc magit-log
.elc
magit-
log.elc magit-apply.elc magit-repos
.elc
magit-status.elc
:
magit.elc
magit-refs.elc
:
magit.elc
magit-files.elc
:
magit.elc
...
...
lisp/magit-repos.el
0 → 100644
View file @
235b7046
This diff is collapsed.
Click to expand it.
lisp/magit.el
View file @
235b7046
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment