summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* submodule: plug a few leakscmn/plug-smCarlos Martín Nieto2015-09-241-13/+21
* Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-2124-4/+89
|\
| * repository: only reserve repo dirs in the workdirEdward Thomson2015-09-181-4/+20
| * repo::reservedname: test a submodule updateEdward Thomson2015-09-1823-0/+69
* | Merge pull request #3433 from libgit2/cmn/config-commentEdward Thomson2015-09-182-7/+43
|\ \
| * | config: buffer comments to match git's variable-addingcmn/config-commentCarlos Martín Nieto2015-09-181-4/+35
| * | config: test that comments are left as with gitLinquize2015-09-181-3/+8
|/ /
* | Fix a couple of warningsCarlos Martín Nieto2015-09-182-2/+1
* | Merge pull request #3418 from DimStar77/masterCarlos Martín Nieto2015-09-182-2/+20
|\ \
| * | pkg-config: fix directory references in libgit2.pcDominique Leuenberger2015-09-182-2/+20
* | | Merge pull request #3432 from ethomson/mkdirCarlos Martín Nieto2015-09-1725-172/+365
|\ \ \ | |_|/ |/| |
| * | `mkdir`: cope with root path on win32Edward Thomson2015-09-172-4/+5
| * | win32: return EACCES in `p_lstat`Edward Thomson2015-09-171-2/+9
| * | mkdir: chmod existing paths with `GIT_MKDIR_CHMOD`Edward Thomson2015-09-171-42/+49
| * | mkdir: find component paths for mkdir_relativeEdward Thomson2015-09-172-51/+142
| * | core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson2015-09-173-0/+51
| * | core::mkdir tests: include absolute mkdirsEdward Thomson2015-09-171-0/+35
| * | 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