]> git.proxmox.com Git - libgit2.git/commit - tests/clone/empty.c
Merge branch 'upstream'
authorRussell Sim <russell.sim@gmail.com>
Sun, 26 Jul 2015 10:52:12 +0000 (20:52 +1000)
committerRussell Sim <russell.sim@gmail.com>
Sun, 26 Jul 2015 10:52:12 +0000 (20:52 +1000)
commitbc62400d7ef8fc67b372abfe197027988c5935e2
treed0fc8041019b795cf022b5967410d424269ee4e2
parent9ccfa8801178d32083c6c0b742eb28a482883707
parent159061a8ce206b694448313a84387600408f6029
Merge branch 'upstream'

* upstream: (1173 commits)
  Update CHANGELOG with the release number
  filter: add docs for streaming filters
  iterator_walk: cast away constness for free
  filter::stream: free the filter sanely
  submodule: correctly delimit the keys to use for lookup
  submodule: add failing test for loading the wrong submodule
  submodule: completely remove reload_all
  Fix 8.3 filename tests failure when 8.3 is disabled
  Fix #3093 - remove declaration of unused function git_fetch__download_pack
  http: fixed leak when asking for credentials again
  index tests: add eol to avoid compiler warning
  checkout test: mark unused vars
  winhttp: remove unused var
  posix compat: include sys/stat.h for mingw
  diff: use size_t format
  fix memory leak in refspec.c on errors.
  checkout test: check getcwd return value
  clar: test chdir
  filter test: pass base type
  examples: clean up some warnings
  ...