<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.4.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.4.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.4.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2015-05-26T20:49:59Z</updated>
<entry>
<title>Git 2.4.2</title>
<updated>2015-05-26T20:49:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9eabf5b536662000f79978c4d1b6e4eff5c8d785'/>
<id>urn:sha1:9eabf5b536662000f79978c4d1b6e4eff5c8d785</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/still-interesting' into maint</title>
<updated>2015-05-26T20:49:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=df08eb357dd7f432c3dcbe0ef4b3212a38b4aeff'/>
<id>urn:sha1:df08eb357dd7f432c3dcbe0ef4b3212a38b4aeff</id>
<content type='text'>
"git rev-list --objects $old --not --all" to see if everything that
is reachable from $old is already connected to the existing refs
was very inefficient.

* jk/still-interesting:
  limit_list: avoid quadratic behavior from still_interesting
</content>
</entry>
<entry>
<title>Merge branch 'jc/hash-object' into maint</title>
<updated>2015-05-26T20:49:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1e6c8babf86d8564104e159ce46df069c882a5af'/>
<id>urn:sha1:1e6c8babf86d8564104e159ce46df069c882a5af</id>
<content type='text'>
"hash-object --literally" introduced in v2.2 was not prepared to
take a really long object type name.

* jc/hash-object:
  write_sha1_file(): do not use a separate sha1[] array
  t1007: add hash-object --literally tests
  hash-object --literally: fix buffer overrun with extra-long object type
  git-hash-object.txt: document --literally option
</content>
</entry>
<entry>
<title>Merge branch 'jk/rebase-quiet-noop' into maint</title>
<updated>2015-05-26T20:49:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5d5343386414d6097cdba797c88e3bc043dc0074'/>
<id>urn:sha1:5d5343386414d6097cdba797c88e3bc043dc0074</id>
<content type='text'>
"git rebase --quiet" was not quite quiet when there is nothing to
do.

* jk/rebase-quiet-noop:
  rebase: silence "git checkout" for noop rebase
</content>
</entry>
<entry>
<title>Merge branch 'sg/complete-decorate-full-not-long' into maint</title>
<updated>2015-05-26T20:49:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=23903b9e290afeb6928955ee589799ee1a3c4c73'/>
<id>urn:sha1:23903b9e290afeb6928955ee589799ee1a3c4c73</id>
<content type='text'>
The completion for "log --decorate=" parameter value was incorrect.

* sg/complete-decorate-full-not-long:
  completion: fix and update 'git log --decorate=' options
</content>
</entry>
<entry>
<title>Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint</title>
<updated>2015-05-26T20:49:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a2e5c79c69ee6109b06efe9a483df5e6708432fe'/>
<id>urn:sha1:a2e5c79c69ee6109b06efe9a483df5e6708432fe</id>
<content type='text'>
"filter-branch" corrupted commit log message that ends with an
incomplete line on platforms with some "sed" implementations that
munge such a line.  Work it around by avoiding to use "sed".

* jk/filter-branch-use-of-sed-on-incomplete-line:
  filter-branch: avoid passing commit message through sed
</content>
</entry>
<entry>
<title>Merge branch 'jc/daemon-no-ipv6-for-2.4.1' into maint</title>
<updated>2015-05-26T20:49:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6fd58363a4fa5f99c7d764e34e8be1b7044d7252'/>
<id>urn:sha1:6fd58363a4fa5f99c7d764e34e8be1b7044d7252</id>
<content type='text'>
"git daemon" fails to build from the source under NO_IPV6
configuration (regression in 2.4).

* jc/daemon-no-ipv6-for-2.4.1:
  daemon: unbreak NO_IPV6 build regression
</content>
</entry>
<entry>
<title>Merge branch 'jk/stash-require-clean-index' into maint</title>
<updated>2015-05-26T20:49:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cb9ec8e23e6aee90f80635fdaaed919fe2c7d675'/>
<id>urn:sha1:cb9ec8e23e6aee90f80635fdaaed919fe2c7d675</id>
<content type='text'>
"git stash pop/apply" forgot to make sure that not just the working
tree is clean but also the index is clean. The latter is important
as a stash application can conflict and the index will be used for
conflict resolution.

* jk/stash-require-clean-index:
  stash: require a clean index to apply
  t3903: avoid applying onto dirty index
  t3903: stop hard-coding commit sha1s
</content>
</entry>
<entry>
<title>Merge branch 'jk/git-no-more-argv0-path-munging' into maint</title>
<updated>2015-05-26T20:49:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=af6d7a6231c30bb8bb7220085edb574e540bfa19'/>
<id>urn:sha1:af6d7a6231c30bb8bb7220085edb574e540bfa19</id>
<content type='text'>
We have prepended $GIT_EXEC_PATH and the path "git" is installed in
(typically "/usr/bin") to $PATH when invoking subprograms and hooks
for almost eternity, but the original use case the latter tried to
support was semi-bogus (i.e. install git to /opt/foo/git and run it
without having /opt/foo on $PATH), and more importantly it has
become less and less relevant as Git grew more mainstream (i.e. the
users would _want_ to have it on their $PATH).  Stop prepending the
path in which "git" is installed to users' $PATH, as that would
interfere the command search order people depend on (e.g. they may
not like versions of programs that are unrelated to Git in /usr/bin
and want to override them by having different ones in /usr/local/bin
and have the latter directory earlier in their $PATH).

* jk/git-no-more-argv0-path-munging:
  stop putting argv[0] dirname at front of PATH
</content>
</entry>
<entry>
<title>Git 2.4.1</title>
<updated>2015-05-13T21:11:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-13T21:11:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aaa7e0d7f8f003c0c8ab34f959083f6d191d44ca'/>
<id>urn:sha1:aaa7e0d7f8f003c0c8ab34f959083f6d191d44ca</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
