<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-02-22T21:12:56Z</updated>
<entry>
<title>Git 2.7.2</title>
<updated>2016-02-22T21:12:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:12:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=326e5bc91eecf73234ead29636207bc516573e79'/>
<id>urn:sha1:326e5bc91eecf73234ead29636207bc516573e79</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nd/ita-cleanup' into maint</title>
<updated>2016-02-22T21:10:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2bbea5c8f2242ee798e9bee525b485994a8e5911'/>
<id>urn:sha1:2bbea5c8f2242ee798e9bee525b485994a8e5911</id>
<content type='text'>
Paths that have been told the index about with "add -N" are not
quite yet in the index, but a few commands behaved as if they
already are in a harmful way.

* nd/ita-cleanup:
  grep: make it clear i-t-a entries are ignored
  add and use a convenience macro ce_intent_to_add()
  blame: remove obsolete comment
</content>
</entry>
<entry>
<title>Merge branch 'pw/completion-stash' into maint</title>
<updated>2016-02-22T21:10:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=47847c756b7de9615cf89f353d3d2a84f8a871f1'/>
<id>urn:sha1:47847c756b7de9615cf89f353d3d2a84f8a871f1</id>
<content type='text'>
* pw/completion-stash:
  completion: fix mis-indentation in _git_stash()
</content>
</entry>
<entry>
<title>Merge branch 'mm/clean-doc-fix' into maint</title>
<updated>2016-02-22T21:10:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=924459c51604e34d5e392963550111bede4d9f03'/>
<id>urn:sha1:924459c51604e34d5e392963550111bede4d9f03</id>
<content type='text'>
The documentation for "git clean" has been corrected; it mentioned
that .git/modules/* are removed by giving two "-f", which has never
been the case.

* mm/clean-doc-fix:
  Documentation/git-clean.txt: don't mention deletion of .git/modules/*
</content>
</entry>
<entry>
<title>Merge branch 'dw/mergetool-vim-window-shuffle' into maint</title>
<updated>2016-02-22T21:10:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2263a05907a1dd8d402790b578573238ab2abd9a'/>
<id>urn:sha1:2263a05907a1dd8d402790b578573238ab2abd9a</id>
<content type='text'>
The vimdiff backend for "git mergetool" has been tweaked to arrange
and number buffers in the order that would match the expectation of
majority of people who read left to right, then top down and assign
buffers 1 2 3 4 "mentally" to local base remote merge windows based
on that order.

* dw/mergetool-vim-window-shuffle:
  mergetool: reorder vim/gvim buffers in three-way diffs
</content>
</entry>
<entry>
<title>Merge branch 'ah/stripspace-optstring' into maint</title>
<updated>2016-02-22T21:10:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T21:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fa7b63d2f142bec8fe0568761e1c9c22ec877bca'/>
<id>urn:sha1:fa7b63d2f142bec8fe0568761e1c9c22ec877bca</id>
<content type='text'>
* ah/stripspace-optstring:
  stripspace: call U+0020 a "space" instead of a "blank"
</content>
</entry>
<entry>
<title>completion: fix mis-indentation in _git_stash()</title>
<updated>2016-02-22T18:26:04Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2016-02-22T13:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=59305aeebab98080f6f39a1c4cf50d9dd06c8db3'/>
<id>urn:sha1:59305aeebab98080f6f39a1c4cf50d9dd06c8db3</id>
<content type='text'>
Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Start preparing for 2.7.2</title>
<updated>2016-02-17T18:05:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-17T18:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8a71d90b7e6bcf88232e34c77560dd3d0b334247'/>
<id>urn:sha1:8a71d90b7e6bcf88232e34c77560dd3d0b334247</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/test-lib-windows-emulated-yes' into maint</title>
<updated>2016-02-17T18:03:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-17T18:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7516977b4adc38937d95d8c7da8944153784bf9a'/>
<id>urn:sha1:7516977b4adc38937d95d8c7da8944153784bf9a</id>
<content type='text'>
The emulated "yes" command used in our test scripts has been
tweaked not to spend too much time generating unnecessary output
that is not used, to help those who test on Windows where it would
not stop until it fills the pipe buffer due to lack of SIGPIPE.

* js/test-lib-windows-emulated-yes:
  test-lib: limit the output of the yes utility
</content>
</entry>
<entry>
<title>Merge branch 'aw/push-force-with-lease-reporting' into maint</title>
<updated>2016-02-17T18:03:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-17T18:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0eefe108ec2a946e40072caf58c52e3b7f573e52'/>
<id>urn:sha1:0eefe108ec2a946e40072caf58c52e3b7f573e52</id>
<content type='text'>
"git push --force-with-lease" has been taught to report if the push
needed to force (or fast-forwarded).

* aw/push-force-with-lease-reporting:
  push: fix ref status reporting for --force-with-lease
</content>
</entry>
</feed>
