<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/HACKING, branch v8.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2010-04-16T06:42:47Z</updated>
<entry>
<title>* HACKING (Add tests): Change example name, "newtest" to "new-test".</title>
<updated>2010-04-16T06:42:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-04-16T06:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=56fce1aed76fa8d2ceaff8a9c4046204493adffe'/>
<id>urn:sha1:56fce1aed76fa8d2ceaff8a9c4046204493adffe</id>
<content type='text'>
Not that anyone would confuse with something newt-related, but just
because it is more readable that way.

doc: tweak HACKING
</content>
</entry>
<entry>
<title>doc: tweak HACKING</title>
<updated>2010-04-16T06:21:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-04-16T06:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=36cc6ac787d3c8f98c88cfe14c42fe27027b785b'/>
<id>urn:sha1:36cc6ac787d3c8f98c88cfe14c42fe27027b785b</id>
<content type='text'>
* HACKING (Curly braces): Tweak a sentence.  Filter a few
paragraphs through "fmt".
</content>
</entry>
<entry>
<title>doc: document our code formatting policy regarding curly braces</title>
<updated>2010-04-15T16:52:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-04-15T08:17:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f8291d0ec489c6363769c3c767b161ffbdb7f082'/>
<id>urn:sha1:f8291d0ec489c6363769c3c767b161ffbdb7f082</id>
<content type='text'>
* HACKING (Curly braces: use judiciously): New section.
</content>
</entry>
<entry>
<title>maint: apply correct license to auxiliary files</title>
<updated>2010-01-07T04:05:52Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-06T16:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f'/>
<id>urn:sha1:72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f</id>
<content type='text'>
* gnulib: Update, for maint.mk improvements.
* HACKING: Use GFDL 1.3, not 1.2.
* NEWS: Likewise.
* README: Likewise.
* cfg.mk (old_NEWS_hash): Update accordingly.
* .gitignore: Ignore file created by 'make update-NEWS-hash'.
</content>
</entry>
<entry>
<title>maint: update all FSF copyright year lists to include 2010</title>
<updated>2010-01-01T13:06:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-01T09:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1aa17dc89b3f313697661541adca0aa0defbdc09'/>
<id>urn:sha1:1aa17dc89b3f313697661541adca0aa0defbdc09</id>
<content type='text'>
Use this command:
git ls-files | grep -v COPYING \
  | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
      build-aux/update-copyright
</content>
</entry>
<entry>
<title>doc: HACKING: mention the new space-only indentation policy</title>
<updated>2009-08-25T07:21:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-27T16:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ddfcccce51f8b74d50cf3efa0e6da61b6f96946d'/>
<id>urn:sha1:ddfcccce51f8b74d50cf3efa0e6da61b6f96946d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>global: convert indentation-TABs to spaces</title>
<updated>2009-08-25T07:21:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-22T16:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e778f7c8d1ecf3d8f11385db013af2ba026e2a5'/>
<id>urn:sha1:5e778f7c8d1ecf3d8f11385db013af2ba026e2a5</id>
<content type='text'>
Transformed via this shell code:
t=$'\t'
git ls-files \
  | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
  | grep -vE 'tests/pr/|help2man' \
  | xargs grep -lE "^ *$t" \
  | xargs perl -MText::Tabs -ni -le \
    '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
</content>
</entry>
<entry>
<title>doc: point to Guile's ChangeLog-writing guidelines</title>
<updated>2009-07-14T18:43:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-14T18:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4612670f467d122e0a4efedcf0ce04951b4f43d8'/>
<id>urn:sha1:4612670f467d122e0a4efedcf0ce04951b4f43d8</id>
<content type='text'>
* HACKING (Commit log requirements): Point to Guile's
http://www.gnu.org/software/guile/changelogs/guile-changelogs_3.html.
Mention that a bit of prose can be welcome.
</content>
</entry>
<entry>
<title>doc: HACKING: minor adjustments, additions</title>
<updated>2009-06-03T16:30:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-06-03T16:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d8243c25cdfa90c86b3629f3b723c2d2962e2a22'/>
<id>urn:sha1:d8243c25cdfa90c86b3629f3b723c2d2962e2a22</id>
<content type='text'>
* HACKING (Amending...): Remove spurious "-e" used with commit --amend.
(log message policy): Mention the 72-column limit.
"build:" and "maint:" are common prefixes, these days.
</content>
</entry>
<entry>
<title>doc: HACKING: mention the GNU Coding Standards</title>
<updated>2009-06-02T14:35:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-06-02T05:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=18db64ba7e7acc45a56423b2e96ab2c1faffaad2'/>
<id>urn:sha1:18db64ba7e7acc45a56423b2e96ab2c1faffaad2</id>
<content type='text'>
* HACKING (Add documentation): Add a link to the GCS.
</content>
</entry>
</feed>
