summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index: put the icase insert choice in macroscmn/index-hashmapCarlos Martín Nieto2015-09-041-25/+30
* index: keep a hash table as well as a vector of entriesCarlos Martín Nieto2015-08-142-17/+96
* index: add tests around case switchingCarlos Martín Nieto2015-08-142-0/+34
* Add a hashmap for index entriesCarlos Martín Nieto2015-08-141-0/+92
* Merge pull request #3360 from nodegit/master-duplicate-basename-fixEdward Thomson2015-08-054-4/+3
|\
| * Fix duplicate basenames to support older VSJohn Haley2015-08-054-4/+3
|/
* Merge pull request #3351 from ethomson/error_bufCarlos Martín Nieto2015-08-049-72/+149
|\
| * errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-036-46/+86
| * Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson2015-08-033-23/+42
| |\
| | * error: store the error messages in a reusable buffercmn/error-bufferCarlos Martín Nieto2015-07-283-23/+42
| * | Test: check restored oom error points to static bufferMichael Procter2015-08-031-4/+4
| * | Make giterr_restore aware of g_git_oom_errorMichael Procter2015-08-031-8/+11
| * | Make giterr_detach no longer publicMichael Procter2015-08-032-13/+1
| * | Ensure static oom error message not detachedMichael Procter2015-08-031-2/+6
| * | Add failing test for capture/restore oom errorMichael Procter2015-08-031-0/+23
|/ /
* | Merge pull request #3325 from libgit2/cmn/filebuf-rename-errorEdward Thomson2015-08-033-1/+35
|\ \
| * | filebuf: remove lockfile upon rename errorscmn/filebuf-rename-errorCarlos Martín Nieto2015-07-243-2/+9
| * | filebuf: failing test for leaving the lockfile when failing to renameCarlos Martín Nieto2015-07-241-0/+27
* | | Merge pull request #3344 from libgit2/cmn/add-unreg-submoduleEdward Thomson2015-08-032-5/+71
|\ \ \
| * | | 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 #3348 from MrHacky/remote-path-with-tildeCarlos Martín Nieto2015-08-032-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-032-0/+4
|/ / /
* | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |