diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /devel/commit-patch | |
parent | Update ImageMagick to 6.9.4-3. (diff) |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=415498
Diffstat (limited to 'devel/commit-patch')
-rw-r--r-- | devel/commit-patch/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/commit-patch/pkg-descr b/devel/commit-patch/pkg-descr index f870a5d82b49..fa5267d19d3c 100644 --- a/devel/commit-patch/pkg-descr +++ b/devel/commit-patch/pkg-descr @@ -1,14 +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 +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 +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/ |