summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-1722-104/+105
* Merge pull request #3429 from ethomson/checkout_chmodCarlos Martín Nieto2015-09-162-12/+87
|\
| * checkout: overwrite files with differing modesEdward Thomson2015-09-162-10/+8
| * checkout::tree tests: don't use hardcoded modeEdward Thomson2015-09-161-8/+8
| * checkout::tree tests: don't use static bufferEdward Thomson2015-09-161-6/+9
| * Check that checkout preserves filemode in working directory.Matti Virolainen2015-09-161-0/+63
| * Check that an executable in index is not an executable after checkout.Matti Virolainen2015-09-161-0/+11
|/
* Merge pull request #3428 from ethomson/clone_test_bufferEdward Thomson2015-09-142-3/+8
|\
| * cl_git_path_url: assert sane static buffer sizeEdward Thomson2015-09-141-0/+2
| * clone::nonetwork: don't use fixed size bufferEdward Thomson2015-09-141-3/+6
|/
* Merge pull request #3425 from ethomson/diriter_rootCarlos Martín Nieto2015-09-132-2/+39
|\
| * diriter: don't double '/' on posixEdward Thomson2015-09-131-1/+5
| * diriter: don't double '/' on WindowsEdward Thomson2015-09-131-1/+5
| * diriter: test we can iterate rootEdward Thomson2015-09-131-0/+29
* | Merge pull request #3426 from ethomson/fs_iteratorCarlos Martín Nieto2015-09-131-35/+50
|\ \
| * | iterator: loop fs_iterator advance (don't recurse)Edward Thomson2015-09-131-35/+50
|/ /
* | Merge pull request #3423 from libgit2/cmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
|\ \
| * | push: put the git_oid inline in the test structurecmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
* | | Merge pull request #3420 from ethomson/iteratorCarlos Martín Nieto2015-09-131-42/+56
|\ \ \ | |_|/ |/| |
| * | iterator: advance the tree iterator smartlyEdward Thomson2015-09-111-42/+56
* | | Merge pull request #3424 from arthurschreiber/arthur/transaction-dont-free-co...Carlos Martín Nieto2015-09-132-1/+10
|\ \ \
| * | | Don't free config in `git_transaction_commit`.Arthur Schreiber2015-09-132-1/+10
|/ / /
* | | Merge branch 'cmn/ignore-dir-check'Carlos Martín Nieto2015-09-132-7/+26
|\ \ \
| * | | ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-132-7/+26
| * | | Fix 'If we're dealing with a directory' checkVsevolod Parfenov2015-08-241-1/+1
* | | | Merge pull request #3370 from libgit2/cmn/submodule-refactorCarlos Martín Nieto2015-09-132-144/+274
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule: add a test for a renamed submdoule dircmn/submodule-refactorCarlos Martín Nieto2015-09-101-0/+55
| * | | submodule: refactor to be more explicit in the searchCarlos Martín Nieto2015-09-101-144/+219
| | |/ | |/|
* | | Merge pull request #3422 from ethomson/workdir_diffCarlos Martín Nieto2015-09-122-8/+60
|\ \ \
| * | | diff: check pathspec on non-filesEdward Thomson2015-09-121-8/+17
| * | | diff::workdir: ensure ignored files are not returnedEdward Thomson2015-09-121-0/+43
|/ / /
* | | Merge pull request #3421 from ethomson/mempack-fixCarlos Martín Nieto2015-09-122-2/+8
|\ \ \ | |/ / |/| |
| * | mempack: expose clear functionEdward Thomson2015-09-112-4/+3
| * | Removing memory leak in mempack's freeBryan Woods2015-09-111-2/+6
| * | Fixing dangling pointers in git_mempack_resetBryan Woods2015-09-101-0/+3
|/ /
* | Merge pull request #3379 from theseion/additional_libssh2_error_reportingCarlos Martín Nieto2015-09-091-1/+3
|\ \
| * | added a single line of additional error reporting from libssh2 when failing t...Max Leske2015-08-141-1/+3
* | | Merge pull request #3415 from ethomson/lock_hiddenCarlos Martín Nieto2015-09-092-0/+94
|\ \ \
| * | | futils: ensure we can write a hidden fileEdward Thomson2015-09-081-0/+68
| * | | filebuf: ensure we can lock a hidden fileEdward Thomson2015-09-081-0/+26
|/ / /
* | | Merge pull request #3410 from libgit2/cmn/ssh-embed-againEdward Thomson2015-09-081-2/+13
|\ \ \
| * | | Revert "Get rid of libssh2 embedding"cmn/ssh-embed-againCarlos Martín Nieto2015-09-031-2/+13
* | | | Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto2015-09-084-22/+318
|\ \ \ \
| * | | | git_index_add: allow case changing renamesEdward Thomson2015-09-084-15/+82
| * | | | index: canonicalize directory case when addingEdward Thomson2015-09-082-7/+236
* | | | | Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-083-0/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | New API: git_index_find_prefixLeo Yang2015-09-043-0/+56
| |/ / /
* | | | Merge pull request #3413 from libgit2/cmn/follow-symlinkEdward Thomson2015-09-063-3/+137
|\ \ \ \
| * | | | filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-053-3/+137
| |/ / /
* | | | Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson2015-09-065-17/+227
|\ \ \ \ | |/ / / |/| | |