Merge tag 'v1.8.5.4' into fc/master v1.8.5.4+fc1
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 8 Apr 2014 21:58:00 +0000 (16:58 -0500)
committerFelipe Contreras <felipe.contreras@gmail.com>
Tue, 8 Apr 2014 21:58:00 +0000 (16:58 -0500)
commite5e32d43eb9cc8688db05f1234045fbc7a38a263
treee52f32eaa6a5ec9efc2497803df83aa6e2adbc13
parentd56b19897e6b69218f81b990011414c58bdf3c9d
parent3330a2c4f6b494f2b02fda2869d85bc1f8e019aa
Merge tag 'v1.8.5.4' into fc/master

Git 1.8.5.4

* tag 'v1.8.5.4': (24 commits)
  Git 1.8.5.4
  git-svn: workaround for a bug in svn serf backend
  Documentation: "git pull" does not have the "-m" option
  Documentation: exclude irrelevant options from "git pull"
  stash: handle specifying stashes with $IFS
  Remove the line length limit for graft files
  add: don't complain when adding empty project root
  log: properly handle decorations with chained tags
  get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure
  git_connect(): use common return point
  connect.c: refactor url parsing
  git_connect(): refactor the port handling for ssh
  git fetch: support host:/~repo
  t5500: add test cases for diag-url
  git fetch-pack: add --diag-url
  git_connect: factor out discovery of the protocol and its parts
  git_connect: remove artificial limit of a remote command
  clone,fetch: catch non positive --depth option value
  commit -v: strip diffs and submodule shortlogs from the commit message
  t5601: add tests for ssh
  ...

Conflicts:
GIT-VERSION-GEN
Documentation/git-pull.txt
GIT-VERSION-GEN
builtin/add.c
builtin/fetch.c
git-stash.sh
t/t5601-clone.sh
transport.c