Difference between revisions of "Magit"

From Free Software Directory
Jump to: navigation, search
(added resource info…)
(Magit version 3.2.1)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=magit
+
|Name=Magit
|Short description=An Emacs mode for Git
+
|Short description=Emacs interface for the Git version control system.
|Full description=Magit is an [[emacs]] mode for interacting with the Git version control system.  
+
|Full description='''Magit''' is an [[emacs]] mode for interacting with the Git version control system.  
  
 
Unlike Emacs's native version control support which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore take full advantage of its native features.
 
Unlike Emacs's native version control support which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore take full advantage of its native features.
|Homepage URL=https://github.com/magit/
+
|Homepage URL=http://magit.vc/
|VCS checkout command=git clone git://github.com/magit/magit.git
+
|Version download=https://elpa.nongnu.org/nongnu/magit.html
|Documentation note=[http://magit.github.io/magit/magit.html Magit user manual]
 
 
 
[http://www.emacswiki.org/emacs/Magit Magit] on EmacsWiki.
 
|Related projects=emacs,git
 
|Keywords=vcs
 
|Version identifier=1.2.0
 
|Version date=2013/09/28
 
|Version status=stable
 
|Version download=https://github.com/magit/magit/archive/1.2.0.tar.gz
 
|Last review by=Genium
 
|Last review date=2013/10/20
 
|Submitted by=Genium
 
|Submitted date=2013/10/20
 
|Status=
 
|Is GNU=No
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPL-3.0-or-later
|License verified by=genium
+
|License copyright=Copyright (C) 2008-2021  The Magit Project Contributors
|License verified date=2013/10/20
+
|License verified by=Genium
}}
+
|License verified date=2021-08-10
{{Person
+
|License note=https://git.savannah.gnu.org/cgit/emacs/nongnu.git/tree/lisp/magit.el?h=elpa/magit
|Real name=Jonas Bernoulli
 
|Role=Maintainer
 
|Email=jonas@bernoul.li
 
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Software category
|Real name=Nicolas Dudebout
+
|Programming-language=lisp
|Role=Maintainer
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
|Email=nicolas.dudebout@gatech.edu
+
|Software-development=version-control
|Resource URL=
+
|Version-control=git
 
}}
 
}}
{{Person
+
{{EntryGNU
|Real name=Rémi Vanicat
+
|Is GNU=No
|Role=Maintainer
 
|Email=vanicat@debian.org
 
|Resource URL=
 
}}
 
{{Person
 
|Real name=Yann Hodique
 
|Role=Maintainer
 
|Resource URL=
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Bug Tracking
 
|Resource URL=https://github.com/magit/magit/issues
 
 
}}
 
}}
{{Software category}}
 
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
Line 63: Line 30:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=[[Git]] 1.7.2.5 (.8.2 or later recommended)
+
|Prerequisite description=[[Git]] 1.7.2.5 (1.8.2 or later recommended)
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 76: Line 43:
 
|Prerequisite kind=Source requirement
 
|Prerequisite kind=Source requirement
 
|Prerequisite description=git-rebase-mode (part of the git-modes repository
 
|Prerequisite description=git-rebase-mode (part of the git-modes repository
 +
}}
 +
{{Person
 +
|Real name=Jonas Bernoulli
 +
|Role=Maintainer
 +
|Email=jonas@bernoul.li
 +
}}
 +
{{Person
 +
|Real name=Kyle Meyer
 +
|Role=Developer
 +
|Email=kyle@kyleam.com
 +
}}
 +
{{Person
 +
|Real name=Noam Postavsky
 +
|Role=Developer
 +
|Email=npostavs@users.sourceforge.net
 +
}}
 +
{{Person
 +
|Real name=Marius Vollmer
 +
|Role=Original author
 +
|Email=marius.vollmer@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/magit/
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Forum
 +
|Resource URL=http://emacs.stackexchange.com/questions/tagged/magit
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/magit/magit/issues
 +
}}
 +
{{Resource
 +
|Resource audience=NonGNU ELPA
 +
|Resource kind=Download
 +
|Resource URL=https://elpa.nongnu.org/nongnu/magit.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/magit
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q52157847
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 06:06, 10 August 2021


[edit]

Magit

http://magit.vc/
Emacs interface for the Git version control system.

Magit is an emacs mode for interacting with the Git version control system.

Unlike Emacs's native version control support which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore take full advantage of its native features.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Noam Postavsky Developer
Kyle Meyer Developer
Jonas Bernoulli Maintainer
Marius Vollmer Original author


Resources and communication

AudienceResource typeURI
NonGNU ELPADownloadhttps://elpa.nongnu.org/nongnu/magit.html
WikidataGeneralhttps://www.wikidata.org/wiki/Q52157847
DeveloperVCS Repository Webviewhttps://github.com/magit/
BugsBug Trackinghttps://github.com/magit/magit/issues
DebianDeveloperhttps://tracker.debian.org/pkg/magit
UserForumhttp://emacs.stackexchange.com/questions/tagged/magit


Software prerequisites

KindDescription
Required to useGNU Emacs 23.2 (24.1 or later recommended)
Source requirementgit-commit-mode (part of the git-modes repository)
Source requirementcl-lib
Source requirementgit-rebase-mode (part of the git-modes repository
Required to useGit 1.7.2.5 (1.8.2 or later recommended)




Entry





"GPL-3.0-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.
























"Original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bugs" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"NonGNU ELPA" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.