Path to this page:
./
wip/magit-git,
Emacs client for scm Git
Branch: CURRENT,
Version: 1.2.0.50nb20230213,
Package name: magit-1.2.0.50nb20230213,
Maintainer: pkgsrc-usersMagit is an interface to the version control system Git, implemented as
an extension to Emacs. Magit supports GNU Emacs version 22 or later.
With Magit, you can inspect and modify your Git repositories with Emacs.
You can review and commit the changes you have made to the tracked
files, for example, and you can browse the history of past changes.
There is support for cherry picking, reverting, merging, rebasing, and
other common Git operations.
Magit is not a complete interface to Git; it just aims to make the most
common Git operations convenient. Thus, Magit will likely not save you
from learning Git itself.
This is Github version of devel/magit.
Required to run:[
wip/git-modes-git] [
editors/emacs26]
Required to build:[
devel/git-base] [
pkgtools/cwrappers]
Version history: (Expand)
- (2023-02-13) Updated to version: magit-1.2.0.50nb20230213
- (2023-02-13) Package has been reborn
- (2020-09-29) Updated to version: magit-1.2.0.50nb20200929
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-10-08 06:20:15 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add the line
+_GIT_ENV+= GIT_SSL_NO_VERIFY=true
for "SSL certificate problem: unable to get local issuer certificate"
|
2014-01-24 01:22:27 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Makefile
use ${GMAKE} instead of ${MAKE}
PLIST
magit/magit-bisect.el{,c} removed
patches/patch-Makefile
adjust with upstream change
|
2013-11-07 04:11:49 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add TODO to mention magit-version.el has empty version string.
|
2013-11-07 04:07:52 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Add missing library git-modes (by buildlink to its package).
|
2013-06-21 03:20:26 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
Import magit-1.2.0.50nb20130621 as wip/magit-git.
Magit is an interface to the version control system Git, implemented as
an extension to Emacs. Magit supports GNU Emacs version 22 or later.
With Magit, you can inspect and modify your Git repositories with Emacs.
You can review and commit the changes you have made to the tracked
files, for example, and you can browse the history of past changes.
There is support for cherry picking, reverting, merging, rebasing, and
other common Git operations.
Magit is not a complete interface to Git; it just aims to make the most
common Git operations convenient. Thus, Magit will likely not save you
from learning Git itself.
This is Github version of devel/magit.
|