<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.2-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.2-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.2-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2013-02-17T23:35:33Z</updated>
<entry>
<title>Git 1.8.2-rc0</title>
<updated>2013-02-17T23:35:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=004825d314db4ba3f34ef499e3522ef72792d896'/>
<id>urn:sha1:004825d314db4ba3f34ef499e3522ef72792d896</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/hidden-refs'</title>
<updated>2013-02-17T23:25:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:25:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce735bf7fd66c6404e86e5a313f35abc0394b838'/>
<id>urn:sha1:ce735bf7fd66c6404e86e5a313f35abc0394b838</id>
<content type='text'>
Allow the server side to redact the refs/ namespace it shows to the
client.

Will merge to 'master'.

* jc/hidden-refs:
  upload/receive-pack: allow hiding ref hierarchies
  upload-pack: simplify request validation
  upload-pack: share more code
</content>
</entry>
<entry>
<title>Merge branch 'mp/diff-algo-config'</title>
<updated>2013-02-17T23:25:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:25:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=abea4dc76a675d4ac0f27a2367256dc31981d1ca'/>
<id>urn:sha1:abea4dc76a675d4ac0f27a2367256dc31981d1ca</id>
<content type='text'>
Add diff.algorithm configuration so that the user does not type
"diff --histogram".

* mp/diff-algo-config:
  diff: Introduce --diff-algorithm command line option
  config: Introduce diff.algorithm variable
  git-completion.bash: Autocomplete --minimal and --histogram for git-diff
</content>
</entry>
<entry>
<title>Merge branch 'mw/bash-prompt-show-untracked-config'</title>
<updated>2013-02-17T23:25:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:25:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=adbbc6f29121aee3aec383a9ac05092c79908033'/>
<id>urn:sha1:adbbc6f29121aee3aec383a9ac05092c79908033</id>
<content type='text'>
Allows skipping the untracked check GIT_PS1_SHOWUNTRACKEDFILES
asks for the git-prompt (in contrib/) per repository.

* mw/bash-prompt-show-untracked-config:
  t9903: add extra tests for bash.showDirtyState
  t9903: add tests for bash.showUntrackedFiles
  shell prompt: add bash.showUntrackedFiles option
</content>
</entry>
<entry>
<title>Merge branch 'jk/rebase-i-comment-char'</title>
<updated>2013-02-17T23:25:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:25:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=00abd715ab0a2cd69f9d27ea15c5440002f970b8'/>
<id>urn:sha1:00abd715ab0a2cd69f9d27ea15c5440002f970b8</id>
<content type='text'>
Finishing touches to the earlier core.commentchar topic to cover
"rebase -i" as well.

* jk/rebase-i-comment-char:
  rebase -i: respect core.commentchar
</content>
</entry>
<entry>
<title>Merge branch 'jk/read-commit-buffer-data-after-free'</title>
<updated>2013-02-17T23:23:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:23:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d04f998b12503f3efb859163355c7c2ee3f5b78f'/>
<id>urn:sha1:d04f998b12503f3efb859163355c7c2ee3f5b78f</id>
<content type='text'>
"git log --grep=&lt;pattern&gt;" used to look for the pattern in literal
bytes of the commit log message and ignored the log-output encoding.

* jk/read-commit-buffer-data-after-free:
  log: re-encode commit messages before grepping
</content>
</entry>
<entry>
<title>Update draft release notes to 1.8.2</title>
<updated>2013-02-15T20:24:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-15T20:24:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7b6e784d70142a23b8ee031b9190e30b9d4d6845'/>
<id>urn:sha1:7b6e784d70142a23b8ee031b9190e30b9d4d6845</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'wk/man-deny-current-branch-is-default-these-days'</title>
<updated>2013-02-15T00:06:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-15T00:06:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=17e45f8e41ed127f07b529068113c9f7e44cf6db'/>
<id>urn:sha1:17e45f8e41ed127f07b529068113c9f7e44cf6db</id>
<content type='text'>
* wk/man-deny-current-branch-is-default-these-days:
  user-manual: Update for receive.denyCurrentBranch=refuse
</content>
</entry>
<entry>
<title>Merge branch 'mk/make-rm-depdirs-could-be-empty'</title>
<updated>2013-02-15T00:06:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-15T00:06:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f5af28b8e9db6617bd991c176adc3fe820091e7f'/>
<id>urn:sha1:f5af28b8e9db6617bd991c176adc3fe820091e7f</id>
<content type='text'>
"make COMPUTE_HEADER_DEPENDENCIES=no clean" would try to run "rm
-rf $(dep_dirs)" with an empty dep_dir, but some implementations of
"rm -rf" barf on an empty argument list.

* mk/make-rm-depdirs-could-be-empty:
  Makefile: don't run "rm" without any files
</content>
</entry>
<entry>
<title>Merge branch 'mm/config-local-completion'</title>
<updated>2013-02-15T00:06:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-15T00:06:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b1bcb973af0c4d9aceffad43104bb2f4d406dd3b'/>
<id>urn:sha1:b1bcb973af0c4d9aceffad43104bb2f4d406dd3b</id>
<content type='text'>
* mm/config-local-completion:
  completion: support 'git config --local'
</content>
</entry>
</feed>
