summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Always checkout with case sensitive iteratorbindings/libgit2sharp/020_2Edward Thomson2015-01-191-1/+1
* checkout: remove files before writing new onesEdward Thomson2015-01-193-25/+100
* checkout: drop newline in error messageEdward Thomson2015-01-191-1/+1
* checkout: don't recreate previous directoryEdward Thomson2015-01-192-14/+44
* git_path_join_unrooted: return base lenEdward Thomson2015-01-193-15/+34
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-194-50/+134
* Introduce core.protectHFS and core.protectNTFShf/libgit2sharp_020_patchEdward Thomson2014-12-174-41/+100
* path: Use UTF8 iteration for HFS charsVicent Marti2014-12-173-81/+132
* checkout: disallow bad paths on HFSEdward Thomson2014-12-172-0/+98
* reference_create: validate loose namesEdward Thomson2014-12-171-1/+1
* checkout: disallow bad paths on win32Edward Thomson2014-12-1711-90/+365
* index: Check for valid paths before creating an index entryVicent Marti2014-12-171-15/+95
* tree: Check for `.git` with case insensitivyVicent Marti2014-12-171-1/+1
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-178-87/+398
* git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-031-1/+1
* Merge pull request #2679 from jfultz/missing-includeEdward Thomson2014-11-031-6/+12
|\
| * Clean up issues include.path issues found during code review.John Fultz2014-11-021-2/+9
| * Make config reading continue after hitting a missing include file.John Fultz2014-11-011-7/+6
* | Merge pull request #2661 from swisspol/2656Edward Thomson2014-11-031-1/+1
|\ \
| * | Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour2014-10-271-1/+1
* | | Merge pull request #2683 from libgit2/cmn/remote-unifyEdward Thomson2014-11-031-21/+2
|\ \ \
| * | | remote: unify the creation codecmn/remote-unifyCarlos Martín Nieto2014-11-021-21/+2
| | |/ | |/|
* | | Merge pull request #2680 from libgit2/cmn/invalid-cert-returnEdward Thomson2014-11-031-1/+1
|\ \ \
| * | | netops: return GIT_ECERTIFICATE when it fails the basic testscmn/invalid-cert-returnCarlos Martín Nieto2014-11-021-1/+1
| |/ /
* | | Merge pull request #2685 from libgit2/cmn/mmap-readableEdward Thomson2014-11-031-4/+2
|\ \ \
| * | | Fix segmentation fault observed on OpenBSD/sparc64cmn/mmap-readableStefan Sperling2014-11-031-4/+2
| |/ /
* | | Make the Visual Studio compiler happyJacques Germishuys2014-11-031-7/+8
|/ /
* | Fixed potential crash with uninitialized variablesPierre-Olivier Latour2014-10-272-2/+2
* | Removed some useless variable assignmentsPierre-Olivier Latour2014-10-274-6/+1
|/
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-278-24/+29
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-198-24/+29
* | Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth2014-10-261-8/+6
* | rebase: updates based on PR commentsEdward Thomson2014-10-261-17/+31
* | s/git_merge_head/git_annotated_commitEdward Thomson2014-10-265-178/+205
* | rebase: clean up some warnings and memory leaksEdward Thomson2014-10-261-26/+14
* | rebase: oid member of operation should be constEdward Thomson2014-10-261-2/+2
* | git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+21
* | rebase: preload all operationsEdward Thomson2014-10-261-111/+151
* | rebase: init/open a git_rebase objectEdward Thomson2014-10-261-234/+276
* | git_rebase_next: provide info about the operationEdward Thomson2014-10-261-2/+9
* | git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-16/+150
* | Introduce `git_note_author`, `git_note_committer`Edward Thomson2014-10-262-4/+34
* | git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson2014-10-264-34/+58
* | Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-1/+62
* | git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-261-4/+15
* | Introduce git_rebase_commitEdward Thomson2014-10-263-11/+122
* | git_rebase_next: write conflicts nicely during rebaseEdward Thomson2014-10-261-18/+102
* | Introduce git_rebase_nextEdward Thomson2014-10-261-0/+156
* | Introduce git_rebase_abortEdward Thomson2014-10-261-0/+128
* | git_reset: const the git_signature argEdward Thomson2014-10-261-1/+1