<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-push.txt, branch v2.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-28T16:37:53Z</updated>
<entry>
<title>Merge branch 'ph/push-doc-cas'</title>
<updated>2015-03-28T16:37:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=31137f54dbf2436eba705f9d57f4a1fa4a6861b9'/>
<id>urn:sha1:31137f54dbf2436eba705f9d57f4a1fa4a6861b9</id>
<content type='text'>
* ph/push-doc-cas:
  git-push.txt: clean up force-with-lease wording
</content>
</entry>
<entry>
<title>git-push.txt: clean up force-with-lease wording</title>
<updated>2015-03-26T18:41:24Z</updated>
<author>
<name>Phil Hord</name>
<email>hordp@cisco.com</email>
</author>
<published>2015-03-26T15:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fddfaf8a229710c50aeaacf6e40429965348493e'/>
<id>urn:sha1:fddfaf8a229710c50aeaacf6e40429965348493e</id>
<content type='text'>
The help text for the --force-with-lease option to git-push
does not parse cleanly.  Clean up the wording and syntax to
be more sensible.  Also remove redundant information in the
"--force-with-lease alone" description.

Signed-off-by: Phil Hord &lt;hordp@cisco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/push-config'</title>
<updated>2015-03-23T18:28:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=61ca378275e83c48343c74a849ff0dcdef9abc91'/>
<id>urn:sha1:61ca378275e83c48343c74a849ff0dcdef9abc91</id>
<content type='text'>
Restructure "git push" codepath to make it easier to add new
configuration bits and then add push.followTags configuration that
turns --follow-tags option on by default.

* jk/push-config:
  push: allow --follow-tags to be set by config push.followTags
  cmd_push: pass "flags" pointer to config callback
  cmd_push: set "atomic" bit directly
  git_push_config: drop cargo-culted wt_status pointer
</content>
</entry>
<entry>
<title>push: allow --follow-tags to be set by config push.followTags</title>
<updated>2015-03-14T22:08:35Z</updated>
<author>
<name>Dave Olszewski</name>
<email>cxreg@pobox.com</email>
</author>
<published>2015-02-16T06:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a8bc269f11b34e60f5fdbd8e831a654dd6b6b67e'/>
<id>urn:sha1:a8bc269f11b34e60f5fdbd8e831a654dd6b6b67e</id>
<content type='text'>
Signed-off-by: Dave Olszewski &lt;cxreg@pobox.com&gt;
Helped-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mg/push-repo-option-doc'</title>
<updated>2015-02-17T18:15:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-17T18:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a1589043238d7390b453bec0015bc326c4ebcbe1'/>
<id>urn:sha1:a1589043238d7390b453bec0015bc326c4ebcbe1</id>
<content type='text'>
The "git push" documentation made the "--repo=&lt;there&gt;" option
easily misunderstood.

* mg/push-repo-option-doc:
  git-push.txt: document the behavior of --repo
</content>
</entry>
<entry>
<title>Merge branch 'sb/atomic-push'</title>
<updated>2015-02-11T21:43:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-11T21:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39fa6112ec8492f9300765e1f71e7c8ecfafc713'/>
<id>urn:sha1:39fa6112ec8492f9300765e1f71e7c8ecfafc713</id>
<content type='text'>
"git push" has been taught a "--atomic" option that makes push to
update more than one ref an "all-or-none" affair.

* sb/atomic-push:
  Document receive.advertiseatomic
  t5543-atomic-push.sh: add basic tests for atomic pushes
  push.c: add an --atomic argument
  send-pack.c: add --atomic command line argument
  send-pack: rename ref_update_to_be_sent to check_to_send_update
  receive-pack.c: negotiate atomic push support
  receive-pack.c: add execute_commands_atomic function
  receive-pack.c: move transaction handling in a central place
  receive-pack.c: move iterating over all commands outside execute_commands
  receive-pack.c: die instead of error in case of possible future bug
  receive-pack.c: shorten the execute_commands loop over all commands
</content>
</entry>
<entry>
<title>git-push.txt: document the behavior of --repo</title>
<updated>2015-01-28T20:56:06Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2015-01-27T12:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=57b92a77a0aeff49e82cc0bfd14eac9313683766'/>
<id>urn:sha1:57b92a77a0aeff49e82cc0bfd14eac9313683766</id>
<content type='text'>
As per the code, the --repo &lt;repo&gt; option is equivalent to the
&lt;repo&gt; argument to 'git push', but somehow it was documented as
something that is more than that.  [It exists for historical
reasons, back from the time when options had to come before
arguments.]

Say so. [But not that.]

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>push.c: add an --atomic argument</title>
<updated>2015-01-08T03:56:44Z</updated>
<author>
<name>Ronnie Sahlberg</name>
<email>sahlberg@google.com</email>
</author>
<published>2015-01-08T03:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d0e8e09cd8828b278a56d4ebfc52d662ff8038d8'/>
<id>urn:sha1:d0e8e09cd8828b278a56d4ebfc52d662ff8038d8</id>
<content type='text'>
Add a command line argument to the git push command to request atomic
pushes.

Signed-off-by: Ronnie Sahlberg &lt;sahlberg@google.com&gt;
Signed-off-by: Stefan Beller &lt;sbeller@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'po/everyday-doc'</title>
<updated>2014-12-12T22:31:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-12-12T22:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b690b87ce3e52d54da4c5dd522a9a7dd08515ae5'/>
<id>urn:sha1:b690b87ce3e52d54da4c5dd522a9a7dd08515ae5</id>
<content type='text'>
* po/everyday-doc:
  Documentation: change "gitlink" typo in git-push
</content>
</entry>
<entry>
<title>Documentation: change "gitlink" typo in git-push</title>
<updated>2014-11-17T17:27:47Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2014-11-17T00:49:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=366c8d4ca383466184edd4de75214233368f1efa'/>
<id>urn:sha1:366c8d4ca383466184edd4de75214233368f1efa</id>
<content type='text'>
The git-push manual page used "gitlink" in one place instead of
"linkgit".  Fix this so the link renders correctly.

Noticed-by: Dan Allen &lt;dan.j.allen@gmail.com&gt;
Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
