<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, 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 '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>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 'nd/do-not-move-worktree-manually' 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=88221d92cbc21f629b60eb046e5aabd6cdc67cca'/>
<id>urn:sha1:88221d92cbc21f629b60eb046e5aabd6cdc67cca</id>
<content type='text'>
"git worktree" had a broken code that attempted to auto-fix
possible inconsistency that results from end-users moving a
worktree to different places without telling Git (the original
repository needs to maintain backpointers to its worktrees, but
"mv" run by end-users who are not familiar with that fact will
obviously not adjust them), which actually made things worse
when triggered.

* nd/do-not-move-worktree-manually:
  worktree: stop supporting moving worktrees manually
  worktree.c: fix indentation
</content>
</entry>
<entry>
<title>Documentation/git-clean.txt: don't mention deletion of .git/modules/*</title>
<updated>2016-02-09T18:07:34Z</updated>
<author>
<name>Matt McCutchen</name>
<email>matt@mattmccutchen.net</email>
</author>
<published>2016-02-06T20:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=31e3c2d7f83bc8bcb9b83d08a3bfb75e5b245e36'/>
<id>urn:sha1:31e3c2d7f83bc8bcb9b83d08a3bfb75e5b245e36</id>
<content type='text'>
The latter half of this sentence, the removal of the submodules, was
never done with (or without) double -f back when it was written, and
we still do not do so.

Signed-off-by: Matt McCutchen &lt;matt@mattmccutchen.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.7.1</title>
<updated>2016-02-05T22:54:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a08595f76159b09d57553e37a5123f1091bb13e7'/>
<id>urn:sha1:a08595f76159b09d57553e37a5123f1091bb13e7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lv/add-doc-working-tree' into maint</title>
<updated>2016-02-05T22:54:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5276be848b6f39cb792e97caa53d48dba93c9aee'/>
<id>urn:sha1:5276be848b6f39cb792e97caa53d48dba93c9aee</id>
<content type='text'>
* lv/add-doc-working-tree:
  git-add doc: do not say working directory when you mean working tree
</content>
</entry>
<entry>
<title>Merge branch 'ss/clone-depth-single-doc' into maint</title>
<updated>2016-02-05T22:54:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2db7d79be95aae1a3fe1832bc4c8b473adc2b973'/>
<id>urn:sha1:2db7d79be95aae1a3fe1832bc4c8b473adc2b973</id>
<content type='text'>
Documentation for "git fetch --depth" has been updated for clarity.

* ss/clone-depth-single-doc:
  docs: clarify that --depth for git-fetch works with newly initialized repos
  docs: say "commits" in the --depth option wording for git-clone
  docs: clarify that passing --depth to git-clone implies --single-branch
</content>
</entry>
<entry>
<title>Merge branch 'ew/for-each-ref-doc' into maint</title>
<updated>2016-02-05T22:54:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=01517bd26ff6ad179c0ea60161193aa4bac1bcb7'/>
<id>urn:sha1:01517bd26ff6ad179c0ea60161193aa4bac1bcb7</id>
<content type='text'>
* ew/for-each-ref-doc:
  for-each-ref: document `creatordate` and `creator` fields
</content>
</entry>
<entry>
<title>Merge branch 'ss/user-manual' into maint</title>
<updated>2016-02-05T22:54:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=353f68557253c2e16fb1a790881cb915f31a0ccd'/>
<id>urn:sha1:353f68557253c2e16fb1a790881cb915f31a0ccd</id>
<content type='text'>
Drop a few old "todo" items by deciding that the change one of them
suggests is not such a good idea, and doing the change the other
one suggested to do.

* ss/user-manual:
  user-manual: add addition gitweb information
  user-manual: add section documenting shallow clones
  glossary: define the term shallow clone
  user-manual: remove temporary branch entry from todo list
</content>
</entry>
</feed>
