<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/HACKING, branch v8.22</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.22</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.22'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2013-01-01T03:51:20Z</updated>
<entry>
<title>maint: update all copyright year number ranges</title>
<updated>2013-01-01T03:51:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2013-01-01T02:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=77da73c75432f3c5b4beebae7b0797a1e33160bc'/>
<id>urn:sha1:77da73c75432f3c5b4beebae7b0797a1e33160bc</id>
<content type='text'>
Run "make update-copyright", but then also run this,
  perl -pi -e 's/2\d\d\d-//' tests/sample-test
to make that one script use the single most recent year number.
</content>
</entry>
<entry>
<title>doc: tweak 'lcov' in HACKING</title>
<updated>2012-12-20T10:42:27Z</updated>
<author>
<name>Assaf Gordon</name>
<email>assafgordon@gmail.com</email>
</author>
<published>2012-12-20T10:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c388053e144f6ae00836ccb9d0b6b895ce129072'/>
<id>urn:sha1:c388053e144f6ae00836ccb9d0b6b895ce129072</id>
<content type='text'>
* HACKING: In the paragraph about creating coverage statistics,
use the correct -b (--base-directory) parameter.
</content>
</entry>
<entry>
<title>doc: mention "git stash" in HACKING</title>
<updated>2012-12-14T23:20:15Z</updated>
<author>
<name>Assaf Gordon</name>
<email>assafgordon@gmail.com</email>
</author>
<published>2012-12-14T07:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e9870faf9933a32de11cf90883e537f72e4f7de5'/>
<id>urn:sha1:e9870faf9933a32de11cf90883e537f72e4f7de5</id>
<content type='text'>
* HACKING: In the paragraph about switching branches, mention
"git stash" as a way to continue while preserving uncommitted
changes.
</content>
</entry>
<entry>
<title>maint: adjust HACKING instructions to run a single test</title>
<updated>2012-12-06T09:58:55Z</updated>
<author>
<name>Assaf Gordon</name>
<email>assafgordon@gmail.com</email>
</author>
<published>2012-12-06T09:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=eac397efff2810bbffc0857e5c2ad96d637debbe'/>
<id>urn:sha1:eac397efff2810bbffc0857e5c2ad96d637debbe</id>
<content type='text'>
* HACKING: Adjust as per the recent changes introduced
when switching to non recursive make.
</content>
</entry>
<entry>
<title>doc: improve HACKING guidelines</title>
<updated>2012-10-13T18:26:06Z</updated>
<author>
<name>Nikolas Kallis</name>
<email>nik@nikolaskallis.com</email>
</author>
<published>2012-10-13T17:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c528f13136c8b3ed89d5d59bdc04f99872e10fa7'/>
<id>urn:sha1:c528f13136c8b3ed89d5d59bdc04f99872e10fa7</id>
<content type='text'>
* HACKING: Add "cd coreutils" after the git clone command.
Copyright-paperwork-exempt: Yes
</content>
</entry>
<entry>
<title>doc: identify/refer to source of each fixed bug in log and in NEWS</title>
<updated>2012-04-03T14:14:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-04-03T14:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e1f5c5739766f054e773e296570ec410377ec25'/>
<id>urn:sha1:5e1f5c5739766f054e773e296570ec410377ec25</id>
<content type='text'>
* HACKING (Commit log requirements): Describe our policy: when you
fix a bug, put the "git describe" string of the bug-introducing commit
in your commit log and put the "fixed-in-release version number"
in the NEWS blurb.
</content>
</entry>
<entry>
<title>maint: quote 'like this' or "like this", not `like this'</title>
<updated>2012-01-22T23:26:38Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2012-01-22T23:26:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=80bc8651fd6b0a41be00ab4ee82e920287b15cbc'/>
<id>urn:sha1:80bc8651fd6b0a41be00ab4ee82e920287b15cbc</id>
<content type='text'>
* doc/coreutils.texi (Formatting the file names):
coreutils now quotes 'like this'.
* man/help2man:
* src/timeout.c (usage): Quote 'like this' in diagnostics.
* HACKING, Makefile.am, NEWS, README, README-hacking, TODO, cfg.mk:
* doc/Makefile.am, doc/coreutils.texi, m4/jm-macros.m4:
* man/Makefile.am, man/help2man, src/Makefile.am, src/copy.h:
* src/extract-magic, src/ls.c, src/pinky.c, src/pr.c, src/sort.c:
* src/split.c, src/timeout.c, src/who.c, tests/dd/skip-seek-past-file:
* tests/pr/pr-tests: Quote 'like this' in commentary.
* cfg.mk (old_NEWS_hash): Update due to changed old NEWS.
</content>
</entry>
<entry>
<title>maint: update all copyright year number ranges</title>
<updated>2012-01-01T09:04:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-01-01T08:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5111aa42968262bd4d44eeca277b194020bb5007'/>
<id>urn:sha1:5111aa42968262bd4d44eeca277b194020bb5007</id>
<content type='text'>
Run "make update-copyright".
</content>
</entry>
<entry>
<title>doc: describe test control variables</title>
<updated>2011-09-02T10:41:23Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2011-09-02T10:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=832c85e3f79387752a563a31c3e9764c488bd6f1'/>
<id>urn:sha1:832c85e3f79387752a563a31c3e9764c488bd6f1</id>
<content type='text'>
* HACKING (Add tests): Mention the variables and default values.
* README-release (Pre-release testing): Mention that setting
the SHELL variable may be required.
Suggested by Bruno Haible.
</content>
</entry>
<entry>
<title>doc: add a vim indentation example</title>
<updated>2011-07-27T12:51:15Z</updated>
<author>
<name>Ivan Sichmann Freitas</name>
<email>ivansichfreitas@gmail.com</email>
</author>
<published>2011-07-19T02:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6ab90b53f660cb5bad94b729d400934de68c7e9e'/>
<id>urn:sha1:6ab90b53f660cb5bad94b729d400934de68c7e9e</id>
<content type='text'>
HACKING: add a vim example showing how to configure it to follow GNU
indentation in coreutils source files.
</content>
</entry>
</feed>
