<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git.txt, branch v2.1.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.1.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2014-09-30T05:15:00Z</updated>
<entry>
<title>Git 2.1.2</title>
<updated>2014-09-30T05:15:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-30T05:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80b616d04b8f5a15b5d5587d67baf6e2e28c9f87'/>
<id>urn:sha1:80b616d04b8f5a15b5d5587d67baf6e2e28c9f87</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.1.1</title>
<updated>2014-09-19T21:21:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-19T21:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=349cb5096397d9d1da33f2d046fa7e192e6214e7'/>
<id>urn:sha1:349cb5096397d9d1da33f2d046fa7e192e6214e7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/command-line-config-empty-string' into maint</title>
<updated>2014-09-19T21:05:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-19T21:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=04cd47f553796263451c946061e175d847f388c3'/>
<id>urn:sha1:04cd47f553796263451c946061e175d847f388c3</id>
<content type='text'>
* jk/command-line-config-empty-string:
  config: teach "git -c" to recognize an empty string

Conflicts:
	config.c
</content>
</entry>
<entry>
<title>Git 2.1</title>
<updated>2014-08-15T22:09:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-08-15T22:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6c4ab27f2378ce67940b4496365043119d7ffff2'/>
<id>urn:sha1:6c4ab27f2378ce67940b4496365043119d7ffff2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config: teach "git -c" to recognize an empty string</title>
<updated>2014-08-05T17:09:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-08-04T22:40:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a789ca70e7a5b02973b116d21674acd795238f99'/>
<id>urn:sha1:a789ca70e7a5b02973b116d21674acd795238f99</id>
<content type='text'>
In a config file, you can do:

  [foo]
  bar

to turn the "foo.bar" boolean flag on, and you can do:

  [foo]
  bar=

to set "foo.bar" to the empty string. However, git's "-c"
parameter treats both:

  git -c foo.bar

and

  git -c foo.bar=

as the boolean flag, and there is no way to set a variable
to the empty string. This patch enables the latter form to
do that.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.0.4</title>
<updated>2014-07-30T21:25:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-30T21:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aa544bfbc6eb11e4f0471f3144d3e3ac75c0e4a9'/>
<id>urn:sha1:aa544bfbc6eb11e4f0471f3144d3e3ac75c0e4a9</id>
<content type='text'>
* maint:
  Git 2.0.4
  commit --amend: test specifies authorship but forgets to check
</content>
</entry>
<entry>
<title>Git 2.0.4</title>
<updated>2014-07-30T21:19:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-30T21:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=32f56600bb6ac6fc57183e79d2c1515dfa56672f'/>
<id>urn:sha1:32f56600bb6ac6fc57183e79d2c1515dfa56672f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with v2.0.3</title>
<updated>2014-07-23T18:36:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-23T18:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=996b0fdbb4ff63bfd880b3901f054139c95611cf'/>
<id>urn:sha1:996b0fdbb4ff63bfd880b3901f054139c95611cf</id>
<content type='text'>
* maint:
  Git 2.0.3
  .mailmap: combine Stefan Beller's emails
  git.1: switch homepage for stats
</content>
</entry>
<entry>
<title>Git 2.0.3</title>
<updated>2014-07-23T18:33:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-23T18:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=740c281d21ef5b27f6f1b942a4f2fc20f51e8c7e'/>
<id>urn:sha1:740c281d21ef5b27f6f1b942a4f2fc20f51e8c7e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git.1: switch homepage for stats</title>
<updated>2014-07-23T18:26:52Z</updated>
<author>
<name>Stefan Beller</name>
<email>stefanbeller@gmail.com</email>
</author>
<published>2014-07-23T12:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=405869d0d5e5c943af08c0a0b32989843b001b66'/>
<id>urn:sha1:405869d0d5e5c943af08c0a0b32989843b001b66</id>
<content type='text'>
According to http://meta.ohloh.net/2014/07/black-duck-open-hub/
the site name of ohloh changed to openhub.

Change the man page accordingly.

Signed-off-by: Stefan Beller &lt;stefanbeller@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
