summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | revparse: Parse range-like syntaxGreg Price2013-04-063-0/+81
| * | | revwalk: refactor tests a bitGreg Price2013-03-311-7/+11
| * | | revwalk tests: better diagram of example repoGreg Price2013-03-311-7/+6
| * | | Fix puzzling doc commentGreg Price2013-03-311-1/+1
* | | | Merge pull request #1456 from ben/fix-general-exampleVicent Martí2013-04-041-9/+13
|\ \ \ \
| * | | | General example: run against testrepo.gitBen Straub2013-04-041-9/+13
|/ / / /
* | | | Merge pull request #1453 from ethomson/refdb_exportVicent Martí2013-04-021-1/+1
|\ \ \ \
| * | | | export git_reference__allocEdward Thomson2013-04-021-1/+1
|/ / / /
* | | | Merge pull request #1452 from nulltoken/fix/branch_docBen Straub2013-04-011-4/+2
|\ \ \ \
| * | | | branch: Fix git_branch_create() documentationnulltoken2013-04-011-4/+2
|/ / / /
* | | | Merge pull request #1448 from phkelley/developmentVicent Martí2013-04-014-31/+199
|\ \ \ \
| * | | | Fix whitespace in src/win32/version.hPhilip Kelley2013-03-311-2/+2
| * | | | Add git_has_win32_version helperPhilip Kelley2013-03-314-8/+25
| * | | | Win32 error reporting: Support WinHTTP errorsPhilip Kelley2013-03-311-18/+54
| * | | | Avoid pre-Win7 WinHTTP self-redirect quirkPhilip Kelley2013-03-301-11/+126
| | |_|/ | |/| |
* | | | Merge pull request #1451 from nulltoken/topic/support_taggerless_tagsVicent Martí2013-03-319-73/+97
|\ \ \ \ | |/ / / |/| | |
| * | | tag: Fix parsing when no tagger nor messagenulltoken2013-03-319-12/+36
| * | | tests: Fix indentationsnulltoken2013-03-311-61/+61
|/ / /
* | | transport: don't try to export nonexistent functionCarlos Martín Nieto2013-03-301-10/+0
* | | Merge pull request #1446 from ethomson/freeEdward Thomson2013-03-291-0/+2
|\ \ \
| * | | free!Edward Thomson2013-03-291-0/+2
|/ / /
* | | Merge pull request #1445 from ethomson/reset_unmergedVicent Martí2013-03-292-4/+71
|\ \ \
| * | | remove unmerged files during reset hardEdward Thomson2013-03-292-4/+71
|/ / /
* | | Fix Windows/Win32 warningRussell Belfer2013-03-261-1/+6
* | | Merge pull request #1436 from schu/opts-cache-sizeVicent Martí2013-03-264-1/+35
|\ \ \
| * | | opts: allow configuration of odb cache sizeMichael Schubert2013-03-254-1/+35
* | | | Merge pull request #1439 from arrbee/recurse-ignored-dirsVicent Martí2013-03-2613-88/+438
|\ \ \ \
| * | | | Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-258-28/+209
| * | | | Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-257-36/+137
| * | | | Recursing into ignored dirs for diff and statusRussell Belfer2013-03-255-36/+104
* | | | | Merge pull request #1438 from ethomson/checkout_statVicent Martí2013-03-251-3/+3
|\ \ \ \ \
| * | | | | don't stat until the file is writtenEdward Thomson2013-03-251-3/+3
| |/ / / /
* | | | | Merge pull request #1437 from phkelley/redirectVicent Martí2013-03-254-34/+108
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a valgrind suppression for glibc's getaddrinfo cachePhilip Kelley2013-03-251-0/+7
| * | | | Refine the redirect check conditionPhilip Kelley2013-03-251-2/+5
| * | | | http: Support 302 Found (arrbee did most of the work)Philip Kelley2013-03-253-34/+98
* | | | | Merge pull request #1431 from libgit2/autocrlf-fixesVicent Martí2013-03-2530-107/+598
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-259-64/+194
| * | | | Fix up checkout file contents checksRussell Belfer2013-03-255-59/+80
| * | | | don't convert CRLF to CRCRLFEdward Thomson2013-03-252-5/+54
| * | | | Test fixes and cleanupRussell Belfer2013-03-256-152/+55
| * | | | Added some tests for issue #1397Sven Strickroth2013-03-2519-0/+335
| * | | | Add has_cr_in_index check to CRLF filterRussell Belfer2013-03-252-10/+63
|/ / / /
* | | | oid: Do not parse OIDs longer than 40Vicent Marti2013-03-252-4/+2
* | | | Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí2013-03-253-0/+29
|\ \ \ \
| * | | | Clarified string valueXavier L.2013-03-211-1/+1
| * | | | git_oid_fromstrn already sets a maximum on the length of the stringXavier L2013-03-211-1/+1
| * | | | Added test case for new functionXavier L2013-03-211-0/+14
| * | | | Added an oid function that accepts nul-terminated stringsXavier L2013-03-212-0/+15
| | |_|/ | |/| |
* | | | clar: Disable online tests. By now.Vicent Marti2013-03-252-2/+2