summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5330 from pks-t/ethomson/v0.28.4v0.28.4Patrick Steinhardt2019-12-1014-53/+259
|\
| * version: bump version number to v0.28.4Patrick Steinhardt2019-12-101-2/+2
| * changelog: update for security release v0.28.4Patrick Steinhardt2019-12-101-0/+60
| * path: support non-ascii drive letters on dosEdward Thomson2019-12-102-8/+41
| * index: ensure that we respect core.protectNTFS=falseEdward Thomson2019-12-101-0/+20
| * tree: ensure we protect NTFS paths everywhereEdward Thomson2019-12-101-5/+3
| * path: protect NTFS everywhereEdward Thomson2019-12-104-8/+19
| * test: ensure we can't add a protected pathEdward Thomson2019-12-101-0/+56
| * test: improve badname verification testEdward Thomson2019-12-101-9/+9
| * test: ensure treebuilder validate new protection rulesEdward Thomson2019-12-101-0/+1
| * test: ensure index adds validate new protection rulesEdward Thomson2019-12-101-0/+3
| * test: improve badname verification testEdward Thomson2019-12-101-12/+12
| * path: rename function that detects end of filenameEdward Thomson2019-12-101-4/+13
| * path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-102-1/+2
| * Disallow NTFS Alternate Data Stream attacks, even on Linux/macOSJohannes Schindelin2019-12-106-2/+17
| * Protect against 8.3 "short name" attacks also on Linux/macOSJohannes Schindelin2019-12-102-3/+2
| * cl_git_fail: do not report bogus error messageJohannes Schindelin2019-12-101-1/+1
|/
* Release v0.28.3v0.28.3Edward Thomson2019-08-051-2/+2
* v0.28.3: update changelog for security releaseEdward Thomson2019-08-051-0/+15
* commit_list: fix possible buffer overflow in `commit_quick_parse`Patrick Steinhardt2019-08-051-2/+6
* config: validate ownership of C:\ProgramData\Git\config before using itJohannes Schindelin2019-08-053-1/+97
* Merge pull request #5064 from pks-t/pks/v0.28.2v0.28.2Patrick Steinhardt2019-05-2116-52/+243
|\
| * Release v0.28.2Patrick Steinhardt2019-05-202-2/+26
| * define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys2019-05-201-0/+4
| * Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi2019-05-201-1/+2
| * Support symlinks for directories in win32Daniel Cohen Gindi2019-05-201-2/+6
| * Correctly write to missing locked global configIan Hattendorf2019-05-022-1/+31
| * cmake: fix include ordering issues with bundled depsPatrick Steinhardt2019-05-021-4/+4
| * cmake: correctly detect if system provides `regcomp`Patrick Steinhardt2019-05-021-7/+12
| * config_file: check result of git_array_allocTobias Nießen2019-05-021-0/+1
| * git_repository_init: stop traversing at windows rootEdward Thomson2019-05-022-3/+18
| * ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-05-022-1/+19
| * patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-05-023-1/+30
| * tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-05-022-0/+27
| * patch_parse: fix parsing addition/deletion of file with spacePatrick Steinhardt2019-05-021-2/+2
| * patch_parse: improve formattingPatrick Steinhardt2019-05-021-18/+12
| * ignore: move tests from status to attr ignore suiteSteven King Jr2019-05-022-40/+25
| * ignore: add additional test casesSteven King Jr2019-05-021-3/+5
| * ignore: Do not match on prefix of negated patternsSteve King Jr2019-05-022-15/+23
| * Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek2019-05-021-0/+18
| * Fix a _very_ improbable memory leak in git_odb_new()lhchavez2019-05-021-2/+6
| * Fix a memory leak in odb_otype_fast()lhchavez2019-05-022-0/+22
|/
* Merge pull request #4983 from libgit2/ethomson/v0_28_1v0.28.1Edward Thomson2019-02-1410-28/+67
|\
| * Release v0.28.1ethomson/v0_28_1Edward Thomson2019-02-142-2/+12
| * Merge pull request #4979 from libgit2/ethomson/deprecateEdward Thomson2019-02-146-24/+38
| |\
| | * ci: enable hard deprecationethomson/deprecateEdward Thomson2019-02-142-22/+22
| | * deprecation: optionally enable hard deprecationEdward Thomson2019-02-141-0/+5
| | * deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-144-3/+12
| |/
| * Merge pull request #4980 from libgit2/ethomson/ci_nightlyEdward Thomson2019-02-141-0/+1
| |\
| | * ci: skip ssh tests on macOS nightlyEdward Thomson2019-02-141-0/+1
| |/