<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.8.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.8.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.8.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-04-29T21:15:58Z</updated>
<entry>
<title>Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint</title>
<updated>2016-04-29T21:15:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=002dd773b0b2ff2e28a335fb879a321056c0f6e2'/>
<id>urn:sha1:002dd773b0b2ff2e28a335fb879a321056c0f6e2</id>
<content type='text'>
When running "git blame $path" with unnormalized data in the index
for the path, the data in the working tree was blamed, even though
"git add" would not have changed what is already in the index, due
to "safe crlf" that disables the line-end conversion.  It has been
corrected.

* tb/blame-force-read-cache-to-workaround-safe-crlf:
  correct blame for files commited with CRLF
</content>
</entry>
<entry>
<title>Merge branch 'sk/send-pack-all-fix' into maint</title>
<updated>2016-04-29T21:15:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=18c554b2720a869f1203a776cadd515fc6f3f840'/>
<id>urn:sha1:18c554b2720a869f1203a776cadd515fc6f3f840</id>
<content type='text'>
"git send-pack --all &lt;there&gt;" was broken when its command line
option parsing was written in the 2.6 timeframe.

* sk/send-pack-all-fix:
  git-send-pack: fix --all option when used with directory
</content>
</entry>
<entry>
<title>Merge branch 'sg/diff-multiple-identical-renames' into maint</title>
<updated>2016-04-29T21:15:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b96c396cce05c9559f335d5ed6856687036e01ba'/>
<id>urn:sha1:b96c396cce05c9559f335d5ed6856687036e01ba</id>
<content type='text'>
"git diff -M" used to work better when two originally identical
files A and B got renamed to X/A and X/B by pairing A to X/A and B
to X/B, but this was broken in the 2.0 timeframe.

* sg/diff-multiple-identical-renames:
  diffcore: fix iteration order of identical files during rename detection
</content>
</entry>
<entry>
<title>Merge branch 'jv/merge-nothing-into-void' into maint</title>
<updated>2016-04-15T01:57:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a5953f68186e72b3fe7b7dc0b2a7cb0f451cf3ef'/>
<id>urn:sha1:a5953f68186e72b3fe7b7dc0b2a7cb0f451cf3ef</id>
<content type='text'>
"git merge FETCH_HEAD" dereferenced NULL pointer when merging
nothing into an unborn history (which is arguably unusual usage,
which perhaps was the reason why nobody noticed it).

* jv/merge-nothing-into-void:
  merge: fix NULL pointer dereference when merging nothing into void
</content>
</entry>
<entry>
<title>Merge branch 'ss/commit-squash-msg' into maint</title>
<updated>2016-04-15T01:57:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ea7fefbd7b25deb7c0b4da56d95d67116edded48'/>
<id>urn:sha1:ea7fefbd7b25deb7c0b4da56d95d67116edded48</id>
<content type='text'>
When "git merge --squash" stopped due to conflict, the concluding
"git commit" failed to read in the SQUASH_MSG that shows the log
messages from all the squashed commits.

* ss/commit-squash-msg:
  commit: do not lose SQUASH_MSG contents
</content>
</entry>
<entry>
<title>Merge branch 'da/mergetool-delete-delete-conflict' into maint</title>
<updated>2016-04-15T01:57:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=517736ffcf7e0a81cef938987b4cc4ed82b3408f'/>
<id>urn:sha1:517736ffcf7e0a81cef938987b4cc4ed82b3408f</id>
<content type='text'>
"git mergetool" did not work well with conflicts that both sides
deleted.

* da/mergetool-delete-delete-conflict:
  mergetool: honor tempfile configuration when resolving delete conflicts
  mergetool: support delete/delete conflicts
</content>
</entry>
<entry>
<title>Merge branch 'jk/startup-info' into maint</title>
<updated>2016-04-15T01:57:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=237e6db5c08b095d84d352206e6dcd332fbfca5a'/>
<id>urn:sha1:237e6db5c08b095d84d352206e6dcd332fbfca5a</id>
<content type='text'>
The startup_info data, which records if we are working inside a
repository (among other things), are now uniformly available to Git
subcommand implementations, and Git avoids attempting to touch
references when we are not in a repository.

* jk/startup-info:
  use setup_git_directory() in test-* programs
  grep: turn off gitlink detection for --no-index
  mailmap: do not resolve blobs in a non-repository
  remote: don't resolve HEAD in non-repository
  setup: set startup_info-&gt;have_repository more reliably
  setup: make startup_info available everywhere
</content>
</entry>
<entry>
<title>Merge branch 'jk/getwholeline-getdelim-empty' into maint</title>
<updated>2016-04-15T01:57:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f55f97cb3307f49e6b15d9f0145b6d3f00b22ff7'/>
<id>urn:sha1:f55f97cb3307f49e6b15d9f0145b6d3f00b22ff7</id>
<content type='text'>
strbuf_getwholeline() did not NUL-terminate the buffer on certain
corner cases in its error codepath.

* jk/getwholeline-getdelim-empty:
  strbuf_getwholeline: NUL-terminate getdelim buffer on error
</content>
</entry>
<entry>
<title>Merge branch 'gf/fetch-pack-direct-object-fetch' into maint</title>
<updated>2016-04-15T01:57:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dc66371cdf749089bcd1a22335f40c50d8a6b66d'/>
<id>urn:sha1:dc66371cdf749089bcd1a22335f40c50d8a6b66d</id>
<content type='text'>
Fetching of history by naming a commit object name directly didn't
work across remote-curl transport.

* gf/fetch-pack-direct-object-fetch:
  fetch-pack: update the documentation for "&lt;refs&gt;..." arguments
  fetch-pack: fix object_id of exact sha1
</content>
</entry>
<entry>
<title>Merge branch 'jk/rev-parse-local-env-vars' into maint</title>
<updated>2016-04-15T01:57:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-15T01:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7488c2f65a029246c350b6e89484455a2249fe98'/>
<id>urn:sha1:7488c2f65a029246c350b6e89484455a2249fe98</id>
<content type='text'>
The "--local-env-vars" and "--resolve-git-dir" options of "git
rev-parse" failed to work outside a repository when the command's
option parsing was rewritten in 1.8.5 era.

* jk/rev-parse-local-env-vars:
  rev-parse: let some options run outside repository
  t1515: add tests for rev-parse out-of-repo helpers
</content>
</entry>
</feed>
