<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.7.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v2.7.1</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v2.7.1'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2016-02-05T22:54:56Z</updated>
<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://www.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://www.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://www.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 'sg/t6050-failing-editor-test-fix' into maint</title>
<updated>2016-02-05T22:54:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0298675ac41520aa825ff347086f449a4d2af22e'/>
<id>urn:sha1:0298675ac41520aa825ff347086f449a4d2af22e</id>
<content type='text'>
* sg/t6050-failing-editor-test-fix:
  t6050-replace: make failing editor test more robust
</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://www.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://www.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>
<entry>
<title>Merge branch 'jk/ref-cache-non-repository-optim' into maint</title>
<updated>2016-02-05T22:54:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e2d7739051cadf25094c3fc7593b73b30c680696'/>
<id>urn:sha1:e2d7739051cadf25094c3fc7593b73b30c680696</id>
<content type='text'>
The underlying machinery used by "ls-files -o" and other commands
have been taught not to create empty submodule ref cache for a
directory that is not a submodule.  This removes a ton of wasted
CPU cycles.

* jk/ref-cache-non-repository-optim:
  resolve_gitlink_ref: ignore non-repository paths
  clean: make is_git_repository a public function
</content>
</entry>
<entry>
<title>Merge branch 'js/dirname-basename' into maint</title>
<updated>2016-02-05T22:54:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=07be1da216debe1f76cd4d03ac5effcb9e40e6c6'/>
<id>urn:sha1:07be1da216debe1f76cd4d03ac5effcb9e40e6c6</id>
<content type='text'>
dirname() emulation has been added, as Msys2 lacks it.

* js/dirname-basename:
  mingw: avoid linking to the C library's isalpha()
  t0060: loosen overly strict expectations
  t0060: verify that basename() and dirname() work as expected
  compat/basename.c: provide a dirname() compatibility function
  compat/basename: make basename() conform to POSIX
  Refactor skipping DOS drive prefixes
</content>
</entry>
<entry>
<title>Merge branch 'tb/complete-word-diff-regex' into maint</title>
<updated>2016-02-05T22:54:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=081363dde231346c2f051cd7d41622f6fa02e3cb'/>
<id>urn:sha1:081363dde231346c2f051cd7d41622f6fa02e3cb</id>
<content type='text'>
* tb/complete-word-diff-regex:
  completion: complete "diff --word-diff-regex="
</content>
</entry>
<entry>
<title>Merge branch 'pw/completion-stash' into maint</title>
<updated>2016-02-05T22:54:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-05T22:54:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0a8748d8e160f613b692f904161f19e120645e61'/>
<id>urn:sha1:0a8748d8e160f613b692f904161f19e120645e61</id>
<content type='text'>
* pw/completion-stash:
  completion: update completion arguments for stash
</content>
</entry>
</feed>
