diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-21 20:05:58 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-21 20:05:58 +0000 |
commit | 6b98326c8f90c9a2e849c2c86981c3517c538722 (patch) | |
tree | a8f3c21287e35c70485eb55901263f9b7410f819 /devel/commit-patch/pkg-descr | |
parent | Update to 2.70. (diff) |
Normally version control systems don't allow fine grained commits.
commit-patch allows the user to control exactly what gets committed by
letting the user supply a patch to be committed rather than using the
files in the current working directory.
commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion,
Monotone or CVS repositories.
Also included is an Emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the
changes indicated by the patch, regardless of the changes in your
working directory.
WWW: http://www.porkrind.org/commit-patch/
PR: ports/178945
Submitted by: Lapo Luchini <lapo@lapo.it>
Diffstat (limited to 'devel/commit-patch/pkg-descr')
-rw-r--r-- | devel/commit-patch/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/commit-patch/pkg-descr b/devel/commit-patch/pkg-descr new file mode 100644 index 000000000000..f870a5d82b49 --- /dev/null +++ b/devel/commit-patch/pkg-descr @@ -0,0 +1,14 @@ +Normally version control systems don't allow fine grained commits. +commit-patch allows the user to control exactly what gets committed by +letting the user supply a patch to be committed rather than using the +files in the current working directory. + +commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion, +Monotone or CVS repositories. + +Also included is an Emacs interface to commit-patch. It allows you to +just hit C-c C-c in any patch buffer to apply and commit only the +changes indicated by the patch, regardless of the changes in your +working directory. + +WWW: http://www.porkrind.org/commit-patch/ |