summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always checkout with case sensitive iteratorv0.21.5maint/v0.21Edward Thomson2015-01-162-14/+3
* Introduce test for checkout case-changing renameEdward Thomson2015-01-161-0/+76
* checkout tests: cleanup realpath impl on Win32Edward Thomson2015-01-161-36/+6
* checkout tests: emulate p_realpath poorly on Win32Edward Thomson2015-01-161-1/+64
* checkout: remove files before writing new onesEdward Thomson2015-01-166-27/+207
* checkout: drop newline in error messageEdward Thomson2015-01-161-1/+1
* checkout tests: nasty symlinksEdward Thomson2015-01-1618-3/+50
* checkout: don't recreate previous directoryEdward Thomson2015-01-162-14/+44
* git_path_join_unrooted: return base lenEdward Thomson2015-01-164-15/+81
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-165-49/+136
* Fix assert when receiving uncommon sideband packetv0.21.4Philip Kelley2015-01-092-1/+8
* Merge pull request #2800 from ethomson/maint/v0.21Carlos Martín Nieto2015-01-051-2/+2
|\
| * Bump version to 0.21.4Edward Thomson2015-01-051-2/+2
|/
* ignore: don't leak rules into higher directoriesCarlos Martín Nieto2014-12-272-0/+28
* ignore: match git's rule negation rulesCarlos Martín Nieto2014-12-271-3/+86
* ignore: adjust test for negating inside a dirCarlos Martín Nieto2014-12-271-5/+14
* Merge pull request #2770 from tkelman/patch-1Edward Thomson2014-12-201-0/+1
|\
| * Fix build of tests with mingwTony Kelman2014-12-201-0/+1
|/
* Fix ming32 compilationCarlos Martín Nieto2014-12-201-0/+2
* Fix public header on sys/refs.hDamien PROFETA2014-12-201-0/+11
* Merge tag 'v0.21.3' into maint/v0.21Carlos Martín Nieto2014-12-20158-147/+2066
|\
| * index tests: test capitalization before mkdirv0.21.3hf/021_patchEdward Thomson2014-12-181-2/+4
| * Plug leaksCarlos Martín Nieto2014-12-181-0/+2
| * Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
| * Bump version to 0.21.3Edward Thomson2014-12-171-2/+2
| * Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-176-44/+151
| * path: Use UTF8 iteration for HFS charsVicent Marti2014-12-173-81/+132
| * checkout: disallow bad paths on HFSEdward Thomson2014-12-1753-1/+207
| * reference_create: validate loose namesEdward Thomson2014-12-172-4/+46
| * checkout: disallow bad paths on win32Edward Thomson2014-12-1794-90/+900
| * index: Check for valid paths before creating an index entryVicent Marti2014-12-172-23/+188
| * tree: Check for `.git` with case insensitivyVicent Marti2014-12-171-1/+1
| * win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-1710-103/+591
| * clar: wide character comparisonsEdward Thomson2014-12-172-0/+42
| * tests: use p_ instead of posix func directlyEdward Thomson2014-12-171-2/+2
* | Merge pull request #2733 from akikoskinen/maint/v0.21Carlos Martín Nieto2014-12-101-0/+7
|\ \
| * | Plug possible leak in the openssl locksUngureanu Marius2014-11-251-0/+6
| * | ssl: clear the OpenSSL locking functionCarlos Martín Nieto2014-11-251-0/+1
|/ /
* | Fix segmentation fault observed on OpenBSD/sparc64Stefan Sperling2014-11-031-4/+2
|/
* Bump version to 0.21.2v0.21.2Carlos Martín Nieto2014-10-271-2/+2
* Merge pull request #2655 from ethomson/v0.21.2Carlos Martín Nieto2014-10-2713-27/+164
|\
| * global: clean up openssl_locks on shutdownEdward Thomson2014-10-261-1/+7
| * config test: clean up memory leakEdward Thomson2014-10-251-0/+1
| * travis ci: build maint branches and development'Edward Thomson2014-10-251-1/+2
| * Fixed memory leak in git_tag_delete()Pierre-Olivier Latour2014-10-251-2/+3
| * Patch from @carlosmn to refresh the parent config before snapshotting.Alan Rogers2014-10-251-1/+6
| * Change the length of the file so that the change is picked up.Alan Rogers2014-10-251-2/+2
| * Add a test to make sure a new snapshot has the new value.Alan Rogers2014-10-251-1/+14
| * is_empty_dir (wi32): cope with empty mount pointsEdward Thomson2014-10-251-16/+26
| * p_lstat win32: don't canonicalize volume mountsEdward Thomson2014-10-251-1/+12