Difference between revisions of "Vc-dwim"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=VC-dwim |Short description=a version-control-agnostic ChangeLog diff and commit tool. |Full description=vc-dwim is a version-control-agnostic ChangeLog diff and com...")
 
m (resource info)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=VC-dwim
 
|Name=VC-dwim
|Short description=a version-control-agnostic ChangeLog diff and commit tool.
+
|Short description=Version-control-agnostic ChangeLog diff and commit tool.
|Full description=vc-dwim is a version-control-agnostic ChangeLog diff and commit tool.
+
|Full description='''vc-dwim''' contains two tools, <tt>vc-dwim</tt> and <tt>vc-chlog</tt>.
|User level=intermediate
+
 
 +
'''vc-dwim''' is a tool that simplifies the task of maintaining a ChangeLog and using version control at the same time, for example by printing a reminder when a file change has been described in the ChangeLog but the file has not been added to the VC.
 +
 
 +
'''vc-chlog''' scans changed files and generates [[gnustandards | The GNU coding standards]]-compliant ChangeLog entries based on the changes that it detects.
 +
|Homepage URL=https://www.gnu.org/software/vc-dwim/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/vc-dwim.git
 +
|Documentation note=https://www.gnu.org/software/vc-dwim/manual/
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,emacs,vim,bazaar
 +
|Keywords=Perl,change,log,version control,agnostic,change log
 +
|Version identifier=1.10
 +
|Version date=2020/10/15
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.10.tar.xz
 +
|Last review by=Genium
 +
|Last review date=2020/10/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Version identifier=1.1
+
|User level=advanced
|Version date=2009-06-25
+
|Paid support=https://www.fsf.org/resources/service/
|Version status=beta
+
|Accepts cryptocurrency donations=Yes
|Version download=http://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.1.tar.gz
+
|OpenPGP signature=https://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.10.tar.xz.sig
|License verified date=2009-07-13
+
|Test entry=No
|Version comment=
+
|Is GNU=Yes
 +
|GNU package identifier=vc-dwim
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=Copyright © 2006–2020 Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2017/01/09
 +
}}
 +
{{Person
 +
|Real name=Jim Meyering
 +
|Role=Maintainer
 +
|Email=meyering@fb.com
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/vc-dwim/
 +
}}
 +
{{Resource
 +
|Resource audience=Git
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/vc-dwim.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-vc-dwim/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/vc-dwim/
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=E-mail
 +
|Resource URL=bug-vc-dwim@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q76184647
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=console
 
|Interface=console
 +
|Programming-language=perl
 +
|Runs-on=GNU/Linux
 +
|Software-development=small-specific-development-task, version-control
 +
|Use=software-development
 +
|Version-control=cvs, git, subversion, mercurial
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3orlater
+
|Prerequisite kind=Source requirement
|License verified by=Kelly Hopkins
+
|Prerequisite description=[[ctags | Exuberant Ctags]] (vc-chlog)
|License verified date=2009-07-13
 
}}
 
{{Project license
 
|License=GFDL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-07-13
 
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 13:33, 19 October 2020


[edit]

VC-dwim

https://www.gnu.org/software/vc-dwim/
Version-control-agnostic ChangeLog diff and commit tool.

vc-dwim contains two tools, vc-dwim and vc-chlog.

vc-dwim is a tool that simplifies the task of maintaining a ChangeLog and using version control at the same time, for example by printing a reminder when a file change has been described in the ChangeLog but the file has not been added to the VC.

vc-chlog scans changed files and generates The GNU coding standards-compliant ChangeLog entries based on the changes that it detects.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

9 January 2017




Leaders and contributors

Contact(s)Role
Jim Meyering Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-vc-dwim/
SavannahDeveloperhttps://savannah.gnu.org/projects/vc-dwim/
WikidataGeneralhttps://www.wikidata.org/wiki/Q76184647
GitVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/vc-dwim.git/
FTPDownloadhttps://ftpmirror.gnu.org/vc-dwim/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
BugsE-mailbug-vc-dwim@gnu.org


Software prerequisites

KindDescription
Source requirement Exuberant Ctags (vc-chlog)




Entry







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


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






"FTP" 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.


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









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.