summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index: stage an unregistered submodule as wellcmn/add-unreg-submoduleCarlos Martín Nieto2015-08-011-5/+58
* index: test that an unregistered submodule gets stagedCarlos Martín Nieto2015-08-011-1/+7
* index: add test for adding an old-style submodule to indexLinquize2015-08-011-0/+7
* Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-018-10/+13
|\
| * Better param docsBen Chatelain2015-07-281-1/+3
| * Fix remaining documentation warningsBen Chatelain2015-07-274-4/+4
| * Add -Wdocumentation flag if supportedBen Chatelain2015-07-271-0/+1
| * Use correct Doxygen trailing comment syntaxBen Chatelain2015-07-271-4/+4
| * Fix @param names in doc commentsBen Chatelain2015-07-273-3/+3
* | Merge pull request #3341 from stewid/pedantic-compiler-warningEdward Thomson2015-07-315-6/+6
|\ \
| * | Remove extra semicolon outside of a functionStefan Widgren2015-07-315-6/+6
|/ /
* | Merge pull request #3328 from libgit2/cmn/iterator-skip-diriterEdward Thomson2015-07-292-6/+5
|\ \
| * | iterator: adjust unreadable-dir test to new behaviourcmn/iterator-skip-diriterCarlos Martín Nieto2015-07-271-5/+1
| * | iterator: skip over errors in diriter initCarlos Martín Nieto2015-07-261-1/+4
* | | Merge pull request #3339 from palmin/palmin-issue-3338Edward Thomson2015-07-291-1/+1
|\ \ \
| * | | case-insensitive check for WWW-Authenticate headerAnders Borum2015-07-291-1/+1
|/ / /
* | | Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson2015-07-244-0/+55
|\ \ \
| * | | submodule, path: extract slash conversioncmn/submodule-backslashCarlos Martín Nieto2015-07-133-7/+24
| * | | submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-131-0/+15
| * | | submodule: add failing test for backslash in urlCarlos Martín Nieto2015-07-131-0/+23
* | | | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-245-2/+65
|\ \ \ \
| * | | | index: allow add_bypath to update submodulescmn/index-add-submoduleCarlos Martín Nieto2015-07-122-2/+34
| * | | | blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-123-0/+30
| * | | | errors: add EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
* | | | | Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson2015-07-245-14/+17
|\ \ \ \ \
| * | | | | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-125-14/+17
| |/ / / /
* | | | | Merge pull request #3304 from libgit2/cmn/checkout-free-streamEdward Thomson2015-07-241-7/+9
|\ \ \ \ \
| * | | | | filter: make sure to close the stream even on errorcmn/checkout-free-streamCarlos Martín Nieto2015-07-121-7/+9
| |/ / / /
* | | | | Merge pull request #3317 from csware/fix-vistaEdward Thomson2015-07-231-3/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make libgit2 work on Windows Vista againSven Strickroth2015-07-221-3/+8
| | |_|/ | |/| |
* | | | Merge pull request #3322 from libgit2/fix-init-orderingJosh Abernathy2015-07-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into fix-init-orderingfix-init-orderingjoshaber2015-07-2266-379/+1753
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #3315 from rcorre/docfixCarlos Martín Nieto2015-07-201-1/+9
|\ \ \ \
| * | | | Document git_fetch_options struct and fix typo.Ryan Roden-Corrent2015-07-201-1/+9
|/ / / /
* | | | Merge pull request #3311 from Fallso/MacroRedefinitionEdward Thomson2015-07-151-0/+2
|\ \ \ \
| * | | | Fix macro redefinition warningFallso2015-07-151-0/+2
* | | | | Merge pull request #3302 from libgit2/cmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-132-1/+19
|\ \ \ \ \
| * | | | | submodule: lookup the submodule by path if availablecmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-111-1/+1
| * | | | | submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto2015-07-111-0/+18
* | | | | | Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto2015-07-131-74/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | examples: modernise the fetch examplecmn/fetch-ex-fetchCarlos Martín Nieto2015-07-121-74/+27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'portable-zu'Carlos Martín Nieto2015-07-1211-20/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-1211-20/+20
* | | | | Merge pull request #3292 from tkelman/patch-1Edward Thomson2015-07-112-2/+2
|\ \ \ \ \
| * | | | | Increase required version of cmake to 2.8Tony Kelman2015-07-102-2/+2
* | | | | | Merge pull request #3301 from ethomson/warningsCarlos Martín Nieto2015-07-105-13/+18
|\ \ \ \ \ \
| * | | | | | khash: add eol so picky compilers stop warningEdward Thomson2015-07-101-1/+1
| * | | | | | wildcard filters: move CHANGELOG message to 0.23+1Edward Thomson2015-07-102-6/+5
| * | | | | | wildcard filters: clean up some warnings in testsEdward Thomson2015-07-101-5/+9
| * | | | | | xdiff: cleanup some warningsEdward Thomson2015-07-102-1/+3