<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.4.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-04-30T18:25:06Z</updated>
<entry>
<title>Git 2.4</title>
<updated>2015-04-30T18:25:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-30T18:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3d4a3ffe64162b45ae7c991fc60623ecb4678cfd'/>
<id>urn:sha1:3d4a3ffe64162b45ae7c991fc60623ecb4678cfd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mg/show-notes-doc'</title>
<updated>2015-04-28T20:00:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-28T20:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f5872603d00d4a0e5d2ca4c5e8772fa4667dda8'/>
<id>urn:sha1:3f5872603d00d4a0e5d2ca4c5e8772fa4667dda8</id>
<content type='text'>
Documentation fix.

* mg/show-notes-doc:
  rev-list-options.txt: complete sentence about notes matching
</content>
</entry>
<entry>
<title>Merge branch 'nd/versioncmp-prereleases'</title>
<updated>2015-04-28T20:00:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-28T20:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b7990520bcac8ca1ade41ac61db80c5dcd0d821a'/>
<id>urn:sha1:b7990520bcac8ca1ade41ac61db80c5dcd0d821a</id>
<content type='text'>
* nd/versioncmp-prereleases:
  git tag: mention versionsort.prereleaseSuffix in manpage
</content>
</entry>
<entry>
<title>Merge branch 'mg/status-v-v'</title>
<updated>2015-04-28T20:00:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-28T20:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5b9496768faba9378a685a2c750c29eb5662332a'/>
<id>urn:sha1:5b9496768faba9378a685a2c750c29eb5662332a</id>
<content type='text'>
* mg/status-v-v:
  status: document the -v/--verbose option
</content>
</entry>
<entry>
<title>Sync with 2.3.7</title>
<updated>2015-04-27T19:26:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fb3e7d5515308c73c54c797356651d6ca41b58a6'/>
<id>urn:sha1:fb3e7d5515308c73c54c797356651d6ca41b58a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 2.3.7</title>
<updated>2015-04-27T19:25:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=16018ae5fb368151f3eff13730cf089b63f41962'/>
<id>urn:sha1:16018ae5fb368151f3eff13730cf089b63f41962</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>status: document the -v/--verbose option</title>
<updated>2015-04-24T01:45:33Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-04-23T12:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c589d971ee5712b58e1ffaf134db585478a6330'/>
<id>urn:sha1:9c589d971ee5712b58e1ffaf134db585478a6330</id>
<content type='text'>
Document `git status -v`, including its new doubled `-vv` form.

Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RelNotes: wordsmithing</title>
<updated>2015-04-23T18:32:08Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-04-23T12:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6eb1401375613371e4dada69723d8edbf4ab9b19'/>
<id>urn:sha1:6eb1401375613371e4dada69723d8edbf4ab9b19</id>
<content type='text'>
Make many textual tweaks to the 2.4.0 release notes.

Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RelNotes: refer to the rebase -i "todo list", not "insn sheet"</title>
<updated>2015-04-23T18:32:05Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-04-23T12:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98'/>
<id>urn:sha1:2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98</id>
<content type='text'>
"Todo list" is the name that is used in the user-facing documentation.

Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RelNotes: correct name of versionsort.prereleaseSuffix</title>
<updated>2015-04-23T18:29:22Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-04-23T12:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=37f4bed11bc253175630474f4c5611af2c96b64e'/>
<id>urn:sha1:37f4bed11bc253175630474f4c5611af2c96b64e</id>
<content type='text'>
Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
