<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.5.5</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.5.5</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.5.5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2014-02-13T21:41:53Z</updated>
<entry>
<title>Git 1.8.5.5</title>
<updated>2014-02-13T21:41:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:40:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d'/>
<id>urn:sha1:7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bm/merge-base-octopus-dedup' into maint</title>
<updated>2014-02-13T21:38:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2cd861672e1021012f40597b9b68cc3a9af62e10'/>
<id>urn:sha1:2cd861672e1021012f40597b9b68cc3a9af62e10</id>
<content type='text'>
"git merge-base --octopus" used to leave cleaning up suboptimal
result to the caller, but now it does the clean-up itself.

* bm/merge-base-octopus-dedup:
  merge-base --octopus: reduce the result from get_octopus_merge_bases()
  merge-base: separate "--independent" codepath into its own helper
</content>
</entry>
<entry>
<title>Merge branch 'jc/revision-range-unpeel' into maint</title>
<updated>2014-02-13T21:38:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5032098614b6f68258d1f5d13615b9dcbf25f040'/>
<id>urn:sha1:5032098614b6f68258d1f5d13615b9dcbf25f040</id>
<content type='text'>
"git log --left-right A...B" lost the "leftness" of commits
reachable from A when A is a tag as a side effect of a recent
bugfix.  This is a regression in 1.8.4.x series.

* jc/revision-range-unpeel:
  revision: propagate flag bits from tags to pointees
  revision: mark contents of an uninteresting tree uninteresting
</content>
</entry>
<entry>
<title>Merge branch 'jk/allow-fetch-onelevel-refname' into maint</title>
<updated>2014-02-13T21:38:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c337684842e37d2422aa75b04ca1a3ee6d4a8ef0'/>
<id>urn:sha1:c337684842e37d2422aa75b04ca1a3ee6d4a8ef0</id>
<content type='text'>
"git clone" would fail to clone from a repository that has a ref
directly under "refs/", e.g. "refs/stash", because different
validation paths do different things on such a refname.  Loosen the
client side's validation to allow such a ref.

* jk/allow-fetch-onelevel-refname:
  fetch-pack: do not filter out one-level refs
</content>
</entry>
<entry>
<title>Merge branch 'jk/interpret-branch-name-fix' into maint</title>
<updated>2014-02-13T21:38:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=21261fabdde83514ddac0bbba96fdeb83a5c2363'/>
<id>urn:sha1:21261fabdde83514ddac0bbba96fdeb83a5c2363</id>
<content type='text'>
A handful of bugs around interpreting $branch@{upstream} notation
and its lookalike, when $branch part has interesting characters,
e.g. "@", and ":", have been fixed.

* jk/interpret-branch-name-fix:
  interpret_branch_name: find all possible @-marks
  interpret_branch_name: avoid @{upstream} past colon
  interpret_branch_name: always respect "namelen" parameter
  interpret_branch_name: rename "cp" variable to "at"
  interpret_branch_name: factor out upstream handling
</content>
</entry>
<entry>
<title>Merge branch 'rk/send-email-ssl-cert' into maint</title>
<updated>2014-02-13T21:38:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7c9b668b83c68f14d7249170a0609554a7b4a0fe'/>
<id>urn:sha1:7c9b668b83c68f14d7249170a0609554a7b4a0fe</id>
<content type='text'>
A recent update to "git send-email" broke platforms where
/etc/ssl/certs/ directory exists but cannot be used as SSL_ca_path
(e.g. Fedora rawhide).

* rk/send-email-ssl-cert:
  send-email: /etc/ssl/certs/ directory may not be usable as ca_path
</content>
</entry>
<entry>
<title>Merge branch 'sb/repack-in-c' into maint</title>
<updated>2014-02-13T21:38:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:38:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=90791e3416e24a98b38d95e249f3a61fb20a632f'/>
<id>urn:sha1:90791e3416e24a98b38d95e249f3a61fb20a632f</id>
<content type='text'>
"git repack --max-pack-size=8g" stopped being parsed correctly when
the command was reimplemented in C.

* sb/repack-in-c:
  repack: propagate pack-objects options as strings
  repack: make parsed string options const-correct
  repack: fix typo in max-pack-size option
</content>
</entry>
<entry>
<title>Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maint</title>
<updated>2014-02-13T21:37:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-13T21:37:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b4e931d84eddaab144643831d9508ea12d9cf38e'/>
<id>urn:sha1:b4e931d84eddaab144643831d9508ea12d9cf38e</id>
<content type='text'>
The pathspec matching code, while comparing two trees (e.g. "git
diff A B -- path1 path2") was too aggressive and failed to match
some paths when multiple pathspecs were involved.

* as/tree-walk-fix-aggressive-short-cut:
  tree_entry_interesting: match against all pathspecs
</content>
</entry>
<entry>
<title>Git 1.8.5.4</title>
<updated>2014-02-05T22:13:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-05T22:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3330a2c4f6b494f2b02fda2869d85bc1f8e019aa'/>
<id>urn:sha1:3330a2c4f6b494f2b02fda2869d85bc1f8e019aa</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-pull-docfix' into maint</title>
<updated>2014-02-05T22:03:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-02-05T22:03:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=01a5774571d9dcc545d81d5f6d9781df9591c4cf'/>
<id>urn:sha1:01a5774571d9dcc545d81d5f6d9781df9591c4cf</id>
<content type='text'>
The documentation to "git pull" hinted there is an "-m" option
because it incorrectly shared the documentation with "git merge".

* jc/maint-pull-docfix:
  Documentation: "git pull" does not have the "-m" option
  Documentation: exclude irrelevant options from "git pull"
</content>
</entry>
</feed>
