]> git.proxmox.com Git - libgit2.git/commit - tests/refs/branches/move.c
Merge tag 'upstream/0.20.0'
authorRussell Sim <russell.sim@gmail.com>
Wed, 12 Feb 2014 22:11:12 +0000 (09:11 +1100)
committerRussell Sim <russell.sim@gmail.com>
Wed, 12 Feb 2014 22:11:12 +0000 (09:11 +1100)
commit256186ff146b1b37bad79c6a2a1474df751858a1
tree62fa6e73e87a61e30546aab42dae8057d4b71c9e
parent22daa806cbd9d0c67063876ce3b2e319e487d8f6
parent43cb8b32428b1b29994874349ec22eb5372e152c
Merge tag 'upstream/0.20.0'

* tag 'upstream/0.20.0': (664 commits)
  libgit2 0.20.0 "anmeldung"
  Formatting fix for cred_acquire_cb
  util: NetBSD doesn't have qsort_r either
  tests: Drop unrelated comment
  index: Free the index on git_index_open() failure
  tree-cache: Fix error message typo
  tree-cache: Don't segfault upon corruption
  tree-cache: Zero out the allocated tree children array
  tree-cache: Free the tree upon the detection of a corrupted child
  cleaning code, removing unused variables
  Add content offset to git_diff_line
  netops: fix leak
  Fix warnings
  Introduce git_cred_default for NTLM/SPNEGO auth
  Propagate auth error codes as GIT_EUSER in winhttp
  Add missing mappings to .mailmap file
  Update files that reference tests-clar
  Rename tests-clar to tests
  Fix warnings
  tests: make a few globals statics
  ...