<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/HACKING, branch next</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=next</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=next'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-08-25T07:21:00Z</updated>
<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>
<entry>
<title>maint: HACKING: mention a few more useful git commands</title>
<updated>2009-05-17T15:51:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-05-17T15:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=088a7ca9b155fde8d8af0c3754b7df3d45485591'/>
<id>urn:sha1:088a7ca9b155fde8d8af0c3754b7df3d45485591</id>
<content type='text'>
* HACKING (Miscellaneous useful git commands): Add a few.
</content>
</entry>
<entry>
<title>policy: use git to help avoid trailing white space</title>
<updated>2009-03-04T05:19:49Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2009-03-02T21:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d61f144a318cd54aa903068cbc40276d1b97d22'/>
<id>urn:sha1:0d61f144a318cd54aa903068cbc40276d1b97d22</id>
<content type='text'>
* HACKING (Avoid trailing white space): Describe how git can help.
</content>
</entry>
<entry>
<title>* HACKING: avoid trailing white space</title>
<updated>2009-02-27T22:05:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-25T14:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d88c9f95e38cb86460ba4acaf90b24c3c8fce8bf'/>
<id>urn:sha1:d88c9f95e38cb86460ba4acaf90b24c3c8fce8bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: explain how to recover from changes committed to master</title>
<updated>2009-02-18T14:40:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-18T13:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0a3f944791cf93b6abbb544ee0b4df6f2b777351'/>
<id>urn:sha1:0a3f944791cf93b6abbb544ee0b4df6f2b777351</id>
<content type='text'>
* HACKING: A beginner's commit-to-master is so common,
and causes enough confusion, that we describe how to recover.
</content>
</entry>
<entry>
<title>maint: add copyright notices</title>
<updated>2009-02-18T14:40:44Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-18T13:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fa391362e1e607722b874313dec6cdd9db7c62f4'/>
<id>urn:sha1:fa391362e1e607722b874313dec6cdd9db7c62f4</id>
<content type='text'>
* HACKING: Add copyright notice.
* tests/test-lib.sh: Likewise.
</content>
</entry>
</feed>
