<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin, branch v2.4.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-06-16T21:33:52Z</updated>
<entry>
<title>Merge branch 'jk/clone-dissociate' into maint</title>
<updated>2015-06-16T21:33:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=37d6f933dff7d5c295870c85399f5fd22072643a'/>
<id>urn:sha1:37d6f933dff7d5c295870c85399f5fd22072643a</id>
<content type='text'>
Code clean-up.

* jk/clone-dissociate:
  clone: reorder --dissociate and --reference options
  clone: use OPT_STRING_LIST for --reference
</content>
</entry>
<entry>
<title>Merge branch 'ah/usage-strings' into maint</title>
<updated>2015-06-16T21:33:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6588f82ff6aa8ff7857304c10b18ab062e67bb52'/>
<id>urn:sha1:6588f82ff6aa8ff7857304c10b18ab062e67bb52</id>
<content type='text'>
A few usage string updates.

* ah/usage-strings:
  blame, log: format usage strings similarly to those in documentation
</content>
</entry>
<entry>
<title>Merge branch 'rs/janitorial' into maint</title>
<updated>2015-06-16T21:33:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dfb67594e964e63f20546361597c06432c73779d'/>
<id>urn:sha1:dfb67594e964e63f20546361597c06432c73779d</id>
<content type='text'>
Code clean-up.

* rs/janitorial:
  dir: remove unused variable sb
  clean: remove unused variable buf
  use file_exists() to check if a file exists in the worktree
</content>
</entry>
<entry>
<title>Merge branch 'dt/clean-pathspec-filter-then-lstat' into maint</title>
<updated>2015-06-16T21:33:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6b2c0ead061b1bb9ce8e4b539da495ea0ef057b5'/>
<id>urn:sha1:6b2c0ead061b1bb9ce8e4b539da495ea0ef057b5</id>
<content type='text'>
"git clean pathspec..." tried to lstat(2) and complain even for
paths outside the given pathspec.

* dt/clean-pathspec-filter-then-lstat:
  clean: only lstat files in pathspec
</content>
</entry>
<entry>
<title>Merge branch 'dl/branch-error-message' into maint</title>
<updated>2015-06-05T19:00:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cbac7067a406380dd0061ecdd990a5e64ca88abf'/>
<id>urn:sha1:cbac7067a406380dd0061ecdd990a5e64ca88abf</id>
<content type='text'>
Error messages from "git branch" called remote-tracking branches as
"remote branches".

* dl/branch-error-message:
  branch: do not call a "remote-tracking branch" a "remote branch"
</content>
</entry>
<entry>
<title>Merge branch 'ps/bundle-verify-arg' into maint</title>
<updated>2015-06-05T19:00:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51f319c08f55beb12cf1e1d4db9299434b9b1496'/>
<id>urn:sha1:51f319c08f55beb12cf1e1d4db9299434b9b1496</id>
<content type='text'>
"git bundle verify" did not diagnose extra parameters on the
command line.

* ps/bundle-verify-arg:
  bundle: verify arguments more strictly
</content>
</entry>
<entry>
<title>Merge branch 'jk/add-e-kill-editor' into maint</title>
<updated>2015-06-05T19:00:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8d5ef5a0d1da18a2eb55c976720a8e96642c1b0b'/>
<id>urn:sha1:8d5ef5a0d1da18a2eb55c976720a8e96642c1b0b</id>
<content type='text'>
"git add -e" did not allow the user to abort the operation by
killing the editor.

* jk/add-e-kill-editor:
  add: check return value of launch_editor
</content>
</entry>
<entry>
<title>Merge branch 'mh/clone-verbosity-fix' into maint</title>
<updated>2015-06-05T19:00:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a3821a1ae5580ac9788d866c292376070d3e5133'/>
<id>urn:sha1:a3821a1ae5580ac9788d866c292376070d3e5133</id>
<content type='text'>
Git 2.4 broke setting verbosity and progress levels on "git clone"
with native transports.

* mh/clone-verbosity-fix:
  clone: call transport_set_verbosity before anything else on the newly created transport
</content>
</entry>
<entry>
<title>Merge branch 'jk/sha1-file-reduce-useless-warnings' into maint</title>
<updated>2015-06-05T19:00:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c91e9966aae9ad73a27f7066551b2861d8c8849'/>
<id>urn:sha1:3c91e9966aae9ad73a27f7066551b2861d8c8849</id>
<content type='text'>
* jk/sha1-file-reduce-useless-warnings:
  sha1_file: squelch "packfile cannot be accessed" warnings
</content>
</entry>
<entry>
<title>Merge branch 'tb/blame-resurrect-convert-to-git' into maint</title>
<updated>2015-06-05T19:00:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d93ec93970d73e57c37dffd2108dbd01761cb2c'/>
<id>urn:sha1:1d93ec93970d73e57c37dffd2108dbd01761cb2c</id>
<content type='text'>
Some time ago, "git blame" (incorrectly) lost the convert_to_git()
call when synthesizing a fake "tip" commit that represents the
state in the working tree, which broke folks who record the history
with LF line ending to make their project portabile across
platforms while terminating lines in their working tree files with
CRLF for their platform.

* tb/blame-resurrect-convert-to-git:
  blame: CRLF in the working tree and LF in the repo
</content>
</entry>
</feed>
